Home
last modified time | relevance | path

Searched refs:R9 (Results 1 – 12 of 12) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc152 registers_.push_back(new x86_64::CpuRegister(x86_64::R9)); in SetUpHelpers()
169 secondary_register_names_.emplace(x86_64::CpuRegister(x86_64::R9), "r9d"); in SetUpHelpers()
186 tertiary_register_names_.emplace(x86_64::CpuRegister(x86_64::R9), "r9w"); in SetUpHelpers()
203 quaternary_register_names_.emplace(x86_64::CpuRegister(x86_64::R9), "r9b"); in SetUpHelpers()
597 x86_64::CpuRegister(x86_64::RDI), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_4, 12), in TEST_F()
600 x86_64::CpuRegister(x86_64::RDI), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_4, 12), in TEST_F()
605 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0), in TEST_F()
622 x86_64::CpuRegister(x86_64::RDI), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_4, 12), in TEST_F()
625 x86_64::CpuRegister(x86_64::RDI), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_4, 12), in TEST_F()
630 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0), in TEST_F()
[all …]
/art/compiler/utils/arm/
Dassembler_thumb2_test.cc57 new arm::Register(arm::R9), in SetUpHelpers()
188 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R0); in TEST_F()
189 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R1); in TEST_F()
190 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R2); in TEST_F()
191 GetAssembler()->strexd(arm::R9, arm::R5, arm::R3, arm::R7); in TEST_F()
Dassembler_arm32_test.cc91 new arm::Register(arm::R9), in SetUpHelpers()
149 shifter_operands_.push_back(arm::ShifterOperand(arm::R9)); in SetUpHelpers()
713 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R0); in TEST_F()
714 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R1); in TEST_F()
715 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R2); in TEST_F()
/art/runtime/arch/x86_64/
Dregisters_x86_64.h39 R9 = 9, enumerator
Dquick_method_frame_info_x86_64.h33 (1 << art::x86_64::R8) | (1 << art::x86_64::R9);
Dcontext_x86_64.cc72 gprs_[R9] = nullptr; in SmashCallerSaves()
/art/runtime/arch/arm/
Dregisters_arm.h36 R9 = 9, enumerator
Dquick_method_frame_info_arm.h36 (1 << art::arm::R4) | (1 << art::arm::R9);
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc89 case 4: res = X86_64ManagedRegister::FromCpuRegister(R9); break; in CurrentParamRegister()
181 case 5: res = X86_64ManagedRegister::FromCpuRegister(R9); break; in CurrentParamRegister()
/art/compiler/utils/
Dassembler_thumb_test.cc165 __ mov(R8, ShifterOperand(R9)); in TEST()
183 __ mov(R8, ShifterOperand(R9)); in TEST()
757 __ movw(R9, 0x34); // 32 bit due to high register. in TEST()
759 __ movw(R9, 0xffff); // 32 bit due to large value and high register. in TEST()
884 __ mul(R8, R9, R8); in TEST()
885 __ mul(R8, R9, R10); in TEST()
888 __ mla(R8, R9, R8, R9); in TEST()
891 __ mls(R8, R9, R8, R9); in TEST()
894 __ umull(R8, R9, R10, R11); in TEST()
908 __ sdiv(R8, R9, R10); in TEST()
[all …]
/art/compiler/trampolines/
Dtrampoline_compiler.cc45 __ LoadFromOffset(kLoadWord, PC, R9, offset.Int32Value()); in CreateTrampoline()
/art/compiler/optimizing/
Dcode_generator_x86_64.h33 static constexpr Register kParameterCoreRegisters[] = { RSI, RDX, RCX, R8, R9 };