Home
last modified time | relevance | path

Searched defs:instr (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/aarch64/
Dcodegen_test.cpp247 for (auto instr = code_entry; instr < code_exit; instr += vixl::aarch64::kInstructionSize) { in TEST_F() local
300 for (auto instr = code_entry; instr < code_exit; instr += vixl::aarch64::kInstructionSize) { in CheckSpillFillCoalescingForEvenRegsNumber() local
353 for (auto instr = code_entry; instr < code_exit; instr += vixl::aarch64::kInstructionSize) { in CheckSpillFillCoalescingForOddRegsNumber() local
578 for (auto instr = code_entry; instr < code_exit; instr += vixl::aarch64::kInstructionSize) { in AssertCode() local
Dencoder64_test.cpp3455 for (auto instr = reinterpret_cast<const vixl::aarch64::Instruction *>(begin); in GetOutput() local
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dfull_md.rb41 def format_array(instr) argument
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h243 for (auto instr = start_pointer; instr < end_pointer; instr += kInstructionSize) { in PrintInstructions() local
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp329 … for (auto instr = start_instr; instr < end_instr; instr += vixl::aarch64::kInstructionSize) { in PrintCodeArm64() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp3259 auto instr = GetMasm()->GetBuffer()->GetOffsetAddress<vixl::aarch64::Instruction *>(pc); in DisasmInstr() local