Home
last modified time | relevance | path

Searched refs:R12 (Results 1 – 7 of 7) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc226 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/
Dregisters_x86_64.h43 R12 = 12, enumerator
Dquick_method_frame_info_x86_64.h33 (1 << art::x86_64::RBX) | (1 << art::x86_64::RBP) | (1 << art::x86_64::R12) |
/art/runtime/arch/arm/
Dregisters_arm.h39 R12 = 12, enumerator
Dquick_method_frame_info_arm.h41 (1 << art::arm::R4) | (1 << art::arm::R9) | (1 << art::arm::R12);
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc44 X86_64ManagedRegister::FromCpuRegister(R12),
/art/compiler/optimizing/
Dcode_generator_x86_64.cc53 static constexpr Register kCoreCalleeSaves[] = { RBX, RBP, R12, R13, R14, R15 };