Home
last modified time | relevance | path

Searched refs:emulation (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/lldb/docs/use/
H A Dqemu-testing.rst7 QEMU system mode emulation
10 QEMU can be used to test LLDB in an emulation environment in the absence of
11 actual hardware. This page describes instructions to help setup a QEMU emulation
32 Create Ubuntu root file system image for QEMU system emulation with rootfs.sh
76 Run QEMU Arm or AArch64 system emulation using run-qemu.sh
100 **Example:** Run QEMU Arm or AArch64 system emulation using run-qemu.sh
113 Steps for running lldb-server in QEMU system emulation environment
118 * Find out ip address assigned to eth0 in emulation environment
120 * Setup ssh access between host machine and emulation environment
122 * Login emulation environment and install dependencies
[all …]
/llvm-project-15.0.7/lld/test/ELF/
H A Dmips-n32-emul.s2 # Check that LLD shows an error when N32 ABI emulation argument
H A Dmips-elf-flags-binary.s2 # Check deducing MIPS specific ELF header flags from `emulation`.
H A Ddriver.test8 # UNKNOWN: unknown emulation: foo
H A Dbasic.s237 # UNKNOWN_EMUL: unknown emulation: wrong_emul_fbsd
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparc.td24 "Use software emulation for integer multiply and divide">;
63 "Use software emulation for floating point">;
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DFileTimeType.rst361 ``long long``. There is no need to get either ``__int128_t`` or ``timespec`` emulation
384 arithmetic emulation of ``timespec``. Each has its pros and cons, and both
485 Although the ``timespec`` emulation solution is feasible and would largely
489 An emulation of a builtin arithmetic type using a class is never going to act
/llvm-project-15.0.7/libcxx/cmake/
H A Dconfig-ix.cmake104 # TODO(compnerd) do we want to support an emulation layer that allows for the
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h116 llvm::StringRef emulation; member
H A DInputFiles.cpp141 !config->bfdname.empty() ? config->bfdname : config->emulation; in isCompatible()
H A DOptions.td267 def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target emulation">;
/llvm-project-15.0.7/lld/ELF/Arch/
H A DMipsArchTree.cpp304 if (config->emulation.empty() || config->is64) in calcMipsEFlags()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DCaymanInstructions.td57 // RECIP_UINT emulation for Cayman
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DREADME.txt27 provides standard C/C++ libraries, filesystem emulation, GL and SDL
/llvm-project-15.0.7/libcxx/docs/
H A DReleaseNotes.rst207 emulation for ``std::nullptr_t`` in C++03 mode has been removed. After this change,
209 will be no way to opt back into the C++03 emulation of ``std::nullptr_t``.
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td32 "Use software emulation for floating point"
/llvm-project-15.0.7/lld/MinGW/
H A DOptions.td88 def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target emulation">;
/llvm-project-15.0.7/lld/wasm/
H A DOptions.td89 def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target emulation">;
/llvm-project-15.0.7/llvm/docs/
H A DHowToCrossCompileBuiltinsOnArm.rst203 emulation.
/llvm-project-15.0.7/lldb/docs/resources/
H A Dtest.rst577 QEMU can be used to test LLDB in an emulation environment in the absence of
579 page describes how to setup an emulation environment using QEMU helper scripts
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def147 LANGOPT(TraditionalCPP , 1, 0, "traditional CPP emulation")
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPC.td244 // microcoded, and the software emulation is about twice as fast.
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx2bIssues.csv28 "`3421 <https://wg21.link/LWG3421>`__","Imperfect ADL emulation for boolean-testable","November 202…
/llvm-project-15.0.7/mlir/test/Conversion/ArithmeticToSPIRV/
H A Darithmetic-to-spirv.mlir191 // expected-error @+1 {{bitwidth emulation is not implemented yet on unsigned op}}
1168 // expected-error@+1 {{bitwidth emulation is not implemented yet on unsigned op}}
/llvm-project-15.0.7/lldb/docs/status/
H A Dprojects.rst250 Use instruction emulation to reduce the overhead for breakpoints

12