Home
last modified time | relevance | path

Searched refs:RegisterPair (Results 1 – 13 of 13) sorted by relevance

/art/compiler/utils/x86/
Dmanaged_register_x86.h30 enum RegisterPair { enum
46 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg);
126 RegisterPair AsRegisterPair() const { in AsRegisterPair()
128 return static_cast<RegisterPair>(id_ - in AsRegisterPair()
178 static X86ManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
Dmanaged_register_x86.cc41 RegisterPair reg; // Used to verify that the enum is in sync.
53 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<()
Dmanaged_register_x86_test.cc116 TEST(X86ManagedRegister, RegisterPair) { in TEST() argument
/art/compiler/utils/arm/
Dmanaged_register_arm.h29 enum RegisterPair { enum
39 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg);
115 RegisterPair AsRegisterPair() const { in AsRegisterPair()
121 return static_cast<RegisterPair>(reg_low / 2); in AsRegisterPair()
200 static ArmManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
213 return FromRegisterPair(static_cast<RegisterPair>(r)); in FromCoreRegisterPair()
Dmanaged_register_arm.cc97 std::ostream& operator<<(std::ostream& os, const RegisterPair& r) { in operator <<()
/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.h30 enum RegisterPair { enum
45 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg);
164 static X86_64ManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
Dmanaged_register_x86_64.cc40 RegisterPair reg; // Used to verify that the enum is in sync.
52 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<()
Dmanaged_register_x86_64_test.cc116 TEST(X86_64ManagedRegister, RegisterPair) { in TEST() argument
/art/compiler/utils/mips/
Dmanaged_register_mips.h28 enum RegisterPair { enum
45 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg);
182 static MipsManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
Dmanaged_register_mips.cc97 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<()
/art/compiler/optimizing/
Dcode_generator_x86.h37 static constexpr RegisterPair kParameterCorePairRegisters[] = { ECX_EDX, EDX_EBX };
71 RegisterPair GetRegisterPairAt(size_t argument_index) { in GetRegisterPairAt()
Dcode_generator_arm.cc404 ArmManagedRegister::FromRegisterPair(static_cast<RegisterPair>(reg)); in AllocateFreeRegister()
424 ArmManagedRegister::FromRegisterPair(static_cast<RegisterPair>(i)); in AllocateFreeRegister()
483 ArmManagedRegister::FromRegisterPair(static_cast<RegisterPair>(i)); in UpdateBlockedPairRegisters()
Dcode_generator_x86.cc396 X86ManagedRegister::FromRegisterPair(static_cast<RegisterPair>(reg)); in AllocateFreeRegister()
416 X86ManagedRegister::FromRegisterPair(static_cast<RegisterPair>(i)); in AllocateFreeRegister()
456 X86ManagedRegister::FromRegisterPair(static_cast<RegisterPair>(i)); in UpdateBlockedPairRegisters()