Home
last modified time | relevance | path

Searched defs:Arch (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dspill_fills_resolver_test.cpp53 static Graph* CreateGraphWithStart(Arch arch = Arch::NONE) in CreateGraphWithStart() argument
H A Dpanda_runner.h145 if constexpr (RUNTIME_ARCH == Arch::AARCH64) { in Hook() argument
153 } else if constexpr (RUNTIME_ARCH == Arch::AARCH32) { in Hook() argument
167 } else if constexpr (RUNTIME_ARCH == Arch::X86_64) { in Hook() argument
H A Dasm_printer_test.cpp55 if constexpr (arch == Arch::AARCH32) { in PrinterTest() argument
64 if constexpr (arch == Arch::AARCH64) { in PrinterTest() argument
73 if constexpr (arch == Arch::X86_64) { in PrinterTest() argument
169 if constexpr (arch == Arch::AARCH32) { in onstexpr() argument
175 if constexpr (arch == Arch::AARCH64) { in onstexpr() argument
181 if constexpr (arch == Arch::X86_64) { in onstexpr() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dcodegen_runner_test.cpp49 if constexpr (RUNTIME_ARCH == Arch::AARCH32) { in onstexpr() argument
H A Dasm_printer_test.cpp95 if constexpr (ARCH == Arch::AARCH32) { in SetArch() argument
104 if constexpr (ARCH == Arch::AARCH64) { in SetArch() argument
113 if constexpr (ARCH == Arch::X86_64) { in SetArch() argument
193 if constexpr (ARCH == Arch::AARCH32) { in onstexpr() argument
199 if constexpr (ARCH == Arch::AARCH64) { in onstexpr() argument
205 if constexpr (ARCH == Arch::X86_64) { in onstexpr() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dirtoc_test.cpp90 if constexpr (RUNTIME_ARCH == Arch::AARCH32) { in TEST() argument
99 if constexpr (RUNTIME_ARCH == Arch::AARCH32) { in TEST() argument
142 if constexpr (RUNTIME_ARCH == Arch::AARCH32) { in TEST() argument
H A Dc2i_bridge_test.cpp61 if constexpr (RUNTIME_ARCH == Arch::AARCH32) { in onstexpr() argument
79 if constexpr (RUNTIME_ARCH == Arch::AARCH32) { in onstexpr() argument
/arkcompiler/runtime_core/libpandabase/utils/
H A Darch.h34 enum class Arch { class
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Darch.h34 enum class Arch { class
[all...]
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1545 if constexpr (RUNTIME_ARCH == Arch::AARCH64 || RUNTIME_ARCH == Arch::AARCH32 || RUNTIME_ARCH == Arch::X86_64) { in FindCatchBlockInIFrames() argument

Completed in 8 milliseconds