/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 154 registers_.push_back(new x86_64::CpuRegister(x86_64::R9)); in SetUpHelpers() 171 secondary_register_names_.emplace(x86_64::CpuRegister(x86_64::R9), "r9d"); in SetUpHelpers() 188 tertiary_register_names_.emplace(x86_64::CpuRegister(x86_64::R9), "r9w"); in SetUpHelpers() 205 quaternary_register_names_.emplace(x86_64::CpuRegister(x86_64::R9), "r9b"); in SetUpHelpers() 691 x86_64::CpuRegister(x86_64::RDI), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_4, 12), in TEST_F() 694 x86_64::CpuRegister(x86_64::RDI), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_4, 12), in TEST_F() 699 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0), in TEST_F() 716 x86_64::CpuRegister(x86_64::RDI), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_4, 12), in TEST_F() 719 x86_64::CpuRegister(x86_64::RDI), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_4, 12), in TEST_F() 724 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0), in TEST_F() [all …]
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 212 __ mov(R8, ShifterOperand(R9)); in TEST_F() 224 __ mov(R8, ShifterOperand(R9)); in TEST_F() 271 __ mov(R9, ShifterOperand(R0), AL, kCcKeep); in TEST_F() 272 __ mov(R8, ShifterOperand(R9), AL, kCcKeep); in TEST_F() 274 __ add(R9, R9, ShifterOperand(R0), AL, kCcKeep); in TEST_F() 275 __ add(R8, R8, ShifterOperand(R9), AL, kCcKeep); in TEST_F() 276 __ cmp(R0, ShifterOperand(R9)); in TEST_F() 278 __ cmp(R9, ShifterOperand(R8)); in TEST_F() 355 __ mov(R9, ShifterOperand(R0)); in TEST_F() 356 __ mov(R8, ShifterOperand(R9)); in TEST_F() [all …]
|
/art/runtime/arch/x86_64/ |
D | registers_x86_64.h | 39 R9 = 9, enumerator
|
D | quick_method_frame_info_x86_64.h | 33 (1 << art::x86_64::R8) | (1 << art::x86_64::R9);
|
D | context_x86_64.cc | 71 gprs_[R9] = nullptr; in SmashCallerSaves()
|
/art/runtime/arch/arm/ |
D | registers_arm.h | 36 R9 = 9, enumerator
|
D | quick_method_frame_info_arm.h | 36 (1 << art::arm::R4) | (1 << art::arm::R9);
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 88 case 4: res = X86_64ManagedRegister::FromCpuRegister(R9); break; in CurrentParamRegister() 180 case 5: res = X86_64ManagedRegister::FromCpuRegister(R9); break; in CurrentParamRegister()
|
/art/compiler/utils/arm/ |
D | assembler_arm32_test.cc | 92 new arm::Register(arm::R9), in SetUpHelpers() 154 shifter_operands_.push_back(arm::ShifterOperand(arm::R9)); in SetUpHelpers() 875 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R0); in TEST_F() 876 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R1); in TEST_F() 877 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R2); in TEST_F()
|
D | assembler_thumb2_test.cc | 58 new arm::Register(arm::R9), in SetUpHelpers() 197 __ strexd(arm::R9, arm::R0, arm::R1, arm::R0); in TEST_F() 198 __ strexd(arm::R9, arm::R0, arm::R1, arm::R1); in TEST_F() 199 __ strexd(arm::R9, arm::R0, arm::R1, arm::R2); in TEST_F() 200 __ strexd(arm::R9, arm::R5, arm::R3, arm::R7); in TEST_F()
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 65 __ LoadFromOffset(kLoadWord, PC, R9, offset.Int32Value()); in CreateTrampoline()
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 37 static constexpr Register kParameterCoreRegisters[] = { RSI, RDX, RCX, R8, R9 };
|