Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/generator/
Dcreator.rb17 def create(instr, command) argument
39 def create_id(instr, command) argument
61 def create_spec(instr, command) argument
Dgenerator.rb23 def initialize(instr, create) argument
63 def concat_args(instr, create) argument
97 def generate_file(new_file, instr) argument
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dcodegen_test.cpp110 void VisitLoadStorePair(const vixl::aarch64::Instruction *instr) in VisitLoadStorePair()
123 void VisitLoadStore(const vixl::aarch64::Instruction *instr) in VisitLoadStore()
182 void VisitLoadStorePair(const vixl::aarch64::Instruction *instr) in VisitLoadStorePair()
271 for (auto instr = codeEntry; instr < codeExit; instr += vixl::aarch64::kInstructionSize) { in TEST_F() local
330 for (auto instr = codeEntry; instr < codeExit; instr += vixl::aarch64::kInstructionSize) { in CheckSpillFillCoalescingForEvenRegsNumber() local
390 for (auto instr = codeEntry; instr < codeExit; instr += vixl::aarch64::kInstructionSize) { in CheckSpillFillCoalescingForOddRegsNumber() local
636 for (auto instr = codeEntry; instr < codeExit; instr += vixl::aarch64::kInstructionSize) { in AssertCode() local
Dencoder64_test_2.cpp1254 for (auto instr = reinterpret_cast<const vixl::aarch64::Instruction *>(begin); in GetOutput() local
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dfull_md.rb41 def format_array(instr) argument
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dfull_md.rb41 def format_array(instr) argument
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dcompilation.cpp68 for (auto instr = usedRegsCollector.GetPrevInstruction(endInstr); instr >= startInstr; in CollectForCode() local
100 void AppendRegisterNameToOutput(const vixl::aarch64::Instruction *instr, in AppendRegisterNameToOutput()
/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/static_core/compiler/optimizer/optimizations/
Dcse.cpp158 for (auto instr : bbr->Insts()) { in BuildSetOfPairs() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dvixl_exec_module.h255 for (auto instr = startPointer_; instr < endPointer_; instr += kInstructionSize) { in PrintInstructions() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp300 bool HasOperandUsingFloatReg(llvm::MachineInstr *instr) in HasOperandUsingFloatReg()
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp339 for (auto instr = startInstr; instr < endInstr; instr += vixl::aarch64::kInstructionSize) { in PrintCodeArm64() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp3451 for (auto instr = reinterpret_cast<const vixl::aarch64::Instruction *>(begin); in GetOutput() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp3355 auto instr = GetMasm()->GetBuffer()->GetOffsetAddress<vixl::aarch64::Instruction *>(pc); in DisasmInstr() local