Searched refs:RegisterPair (Results 1 – 9 of 9) sorted by relevance
29 enum RegisterPair { enum45 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg);125 constexpr RegisterPair AsRegisterPair() const { in AsRegisterPair()127 return static_cast<RegisterPair>(id_ - in AsRegisterPair()177 static constexpr X86ManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
41 RegisterPair reg; // Used to verify that the enum is in sync.53 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<()
117 TEST(X86ManagedRegister, RegisterPair) { in TEST() argument
29 enum RegisterPair { enum39 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg);115 constexpr RegisterPair AsRegisterPair() const { in AsRegisterPair()121 return static_cast<RegisterPair>(reg_low / 2); in AsRegisterPair()200 static constexpr ArmManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()213 return FromRegisterPair(static_cast<RegisterPair>(r)); in FromCoreRegisterPair()
97 std::ostream& operator<<(std::ostream& os, const RegisterPair& r) { in operator <<()
29 enum RegisterPair { enum44 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg);163 static constexpr X86_64ManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
40 RegisterPair reg; // Used to verify that the enum is in sync.52 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<()
116 TEST(X86_64ManagedRegister, RegisterPair) { in TEST() argument
38 static constexpr RegisterPair kParameterCorePairRegisters[] = { ECX_EDX, EDX_EBX };72 RegisterPair GetRegisterPairAt(size_t argument_index) { in GetRegisterPairAt()