Searched refs:R12 (Results 1 – 7 of 7) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 226 const ManagedRegister scratch_register = ArmManagedRegister::FromCoreRegister(R12); in TEST_F() 297 #define R12 vixl::aarch32::r12 macro 322 temps.Exclude(R12); in TEST_F() 323 __ LoadFromOffset(kLoadWord, R0, R12, 12); // 32-bit because of R12. in TEST_F() 324 temps.Include(R12); in TEST_F() 355 temps.Exclude(R12); in TEST_F() 356 __ StoreToOffset(kStoreWord, R0, R12, 12); // 32-bit because of R12. in TEST_F() 357 temps.Include(R12); in TEST_F()
|
/art/runtime/arch/x86_64/ |
D | registers_x86_64.h | 43 R12 = 12, 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/runtime/arch/arm/ |
D | registers_arm.h | 39 R12 = 12, enumerator
|
D | quick_method_frame_info_arm.h | 41 (1 << art::arm::R4) | (1 << art::arm::R9) | (1 << art::arm::R12);
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 44 X86_64ManagedRegister::FromCpuRegister(R12),
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 53 static constexpr Register kCoreCalleeSaves[] = { RBX, RBP, R12, R13, R14, R15 };
|