Searched refs:RBP (Results 1 – 6 of 6) sorted by relevance
/art/runtime/arch/x86_64/ |
D | registers_x86_64.h | 36 RBP = 5, enumerator
|
D | quick_method_frame_info_x86_64.h | 33 (1 << art::x86_64::RBX) | (1 << art::x86_64::RBP) | (1 << art::x86_64::R12) |
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 206 if (disp == 0 && base_in.LowBits() != RBP) { in Init() 230 SetSIB(scale_in, index_in, CpuRegister(RBP)); in Address() 236 if (disp == 0 && base_in.LowBits() != RBP) { in Address() 255 result.SetSIB(TIMES_1, CpuRegister(RSP), CpuRegister(RBP)); 260 result.SetModRM(0, CpuRegister(RBP)); 271 result.SetModRM(0, CpuRegister(RBP)); in RIP()
|
D | assembler_x86_64.cc | 44 } else if (addr.base() == RBP) { in operator <<()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 43 X86_64ManagedRegister::FromCpuRegister(RBP),
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 53 static constexpr Register kCoreCalleeSaves[] = { RBX, RBP, R12, R13, R14, R15 };
|