Searched refs:R13 (Results 1 – 8 of 8) sorted by relevance
/art/runtime/arch/x86_64/ |
D | registers_x86_64.h | 43 R13 = 13, enumerator
|
D | quick_method_frame_info_x86_64.h | 30 (1 << art::x86_64::R13) | (1 << art::x86_64::R14) | (1 << art::x86_64::R15);
|
/art/runtime/arch/arm/ |
D | registers_arm.h | 40 R13 = 13, enumerator
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 132 callee_save_regs_.push_back(X86_64ManagedRegister::FromCpuRegister(R13)); in X86_64JniCallingConvention() 142 return 1 << RBX | 1 << RBP | 1 << R12 | 1 << R13 | 1 << R14 | 1 << R15 | in CoreSpillMask()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 156 registers_.push_back(new x86_64::CpuRegister(x86_64::R13)); in SetUpHelpers() 173 secondary_register_names_.emplace(x86_64::CpuRegister(x86_64::R13), "r13d"); in SetUpHelpers() 190 tertiary_register_names_.emplace(x86_64::CpuRegister(x86_64::R13), "r13w"); in SetUpHelpers() 207 quaternary_register_names_.emplace(x86_64::CpuRegister(x86_64::R13), "r13b"); in SetUpHelpers() 603 x86_64::CpuRegister(x86_64::R13), 0), x86_64::CpuRegister(x86_64::RSI)); in TEST_F() 605 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0), in TEST_F() 628 x86_64::CpuRegister(x86_64::R13), 0), x86_64::CpuRegister(x86_64::RSI)); in TEST_F() 630 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0), in TEST_F() 650 x86_64::CpuRegister(x86_64::R13), 0)); in TEST_F() 652 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0)); in TEST_F()
|
/art/compiler/utils/arm/ |
D | assembler_arm32_test.cc | 75 new arm::Register(arm::R13), in SetUpHelpers() 95 new arm::Register(arm::R13), in SetUpHelpers() 153 shifter_operands_.push_back(arm::ShifterOperand(arm::R13)); in SetUpHelpers() 161 shifter_operands_.push_back(arm::ShifterOperand(arm::R13)); in SetUpHelpers()
|
D | assembler_thumb2_test.cc | 61 new arm::Register(arm::R13), in SetUpHelpers()
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 43 static constexpr Register kCoreCalleeSaves[] = { RBX, RBP, R12, R13, R14, R15 };
|