Searched refs:R9 (Results 1 – 10 of 10) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 55 registers_.push_back(new x86_64::CpuRegister(x86_64::R9)); in SetUpHelpers() 134 x86_64::CpuRegister(x86_64::RDI), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_4, 12)); in TEST_F() 136 x86_64::CpuRegister(x86_64::RDI), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_4, 12)); in TEST_F() 149 x86_64::CpuRegister(x86_64::R9)); in TEST_F() 187 registers.push_back(new x86_64::CpuRegister(x86_64::R9)); in setcc_test_fn() 205 byte_regs[x86_64::R9] = "r9b"; in setcc_test_fn()
|
/art/runtime/arch/x86_64/ |
D | registers_x86_64.h | 39 R9 = 9, enumerator
|
D | quick_method_frame_info_x86_64.h | 32 (1 << art::x86_64::R8) | (1 << art::x86_64::R9);
|
D | context_x86_64.cc | 78 gprs_[R9] = nullptr; in SmashCallerSaves()
|
/art/runtime/arch/arm/ |
D | registers_arm.h | 36 R9 = 9, enumerator
|
D | quick_method_frame_info_arm.h | 34 (1 << art::arm::R4) | (1 << art::arm::R9);
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 87 case 4: res = X86_64ManagedRegister::FromCpuRegister(R9); break; in CurrentParamRegister() 179 case 5: res = X86_64ManagedRegister::FromCpuRegister(R9); break; in CurrentParamRegister()
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 236 __ mov(R8, ShifterOperand(R9)); in TEST() 254 __ mov(R8, ShifterOperand(R9)); in TEST() 828 __ movw(R9, 0x34); // 32 bit due to high register. in TEST() 830 __ movw(R9, 0xffff); // 32 bit due to large value and high register. in TEST() 955 __ mul(R8, R9, R8); in TEST() 956 __ mul(R8, R9, R10); in TEST() 959 __ mla(R8, R9, R8, R9); in TEST() 962 __ mls(R8, R9, R8, R9); in TEST() 965 __ umull(R8, R9, R10, R11); in TEST() 979 __ sdiv(R8, R9, R10); in TEST() [all …]
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 30 static constexpr Register kParameterCoreRegisters[] = { RSI, RDX, RCX, R8, R9 };
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 45 __ LoadFromOffset(kLoadWord, PC, R9, offset.Int32Value()); in CreateTrampoline()
|