Searched refs:FloatRegister (Results 1 - 7 of 7) sorted by relevance

/art/runtime/arch/x86_64/
H A Dregisters_x86_64.h51 enum FloatRegister { enum in namespace:art::x86_64
70 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs);
H A Dregisters_x86_64.cc37 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs) {
/art/compiler/utils/x86_64/
H A Dconstants_x86_64.h50 explicit XmmRegister(FloatRegister r) : reg_(r) {}
51 FloatRegister AsFloatRegister() const {
61 const FloatRegister reg_;
H A Dmanaged_register_x86_64.h97 return XmmRegister(static_cast<FloatRegister>(id_ - kNumberOfCpuRegIds));
154 static X86_64ManagedRegister FromXmmRegister(FloatRegister r) {
H A Dassembler_x86_64_test.cc233 static x86_64::X86_64ManagedRegister ManagedFromFpu(x86_64::FloatRegister r) {
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc92 static_cast<FloatRegister>(XMM0 + itr_float_and_doubles_));
184 static_cast<FloatRegister>(XMM0 + itr_float_and_doubles_));
/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc146 stream << X86_64ManagedRegister::FromXmmRegister(FloatRegister(reg));

Completed in 2110 milliseconds