Searched refs:FloatRegister (Results 1 – 9 of 9) sorted by relevance
50 explicit XmmRegister(FloatRegister r) : reg_(r) {} in XmmRegister()51 explicit XmmRegister(int r) : reg_(FloatRegister(r)) {} in XmmRegister()52 FloatRegister AsFloatRegister() const { in AsFloatRegister()62 const FloatRegister reg_;
98 return XmmRegister(static_cast<FloatRegister>(id_ - kNumberOfCpuRegIds)); in AsXmmRegister()155 static X86_64ManagedRegister FromXmmRegister(FloatRegister r) { in FromXmmRegister()
1094 static x86_64::X86_64ManagedRegister ManagedFromFpu(x86_64::FloatRegister r) { in ManagedFromFpu()
2351 static dwarf::Reg DWARFReg(FloatRegister reg) { in DWARFReg()
52 enum FloatRegister { enum71 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs);
37 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs) { in operator <<()
34 static constexpr FloatRegister kParameterFloatRegisters[] =43 static constexpr FloatRegister kRuntimeParameterFpuRegisters[] = { XMM0, XMM1 };47 class InvokeRuntimeCallingConvention : public CallingConvention<Register, FloatRegister> {60 class InvokeDexCallingConvention : public CallingConvention<Register, FloatRegister> {
44 static constexpr FloatRegister kFpuCalleeSaves[] = { XMM12, XMM13, XMM14, XMM15 };404 stream << X86_64ManagedRegister::FromXmmRegister(FloatRegister(reg)); in DumpFloatingPointRegister()505 static dwarf::Reg DWARFReg(FloatRegister reg) { in DWARFReg()
94 static_cast<FloatRegister>(XMM0 + itr_float_and_doubles_)); in CurrentParamRegister()186 static_cast<FloatRegister>(XMM0 + itr_float_and_doubles_)); in CurrentParamRegister()