Searched refs:movss (Results 1 - 6 of 6) sorted by relevance

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc301 void X86_64Assembler::movss(XmmRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
311 void X86_64Assembler::movss(const Address& dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
321 void X86_64Assembler::movss(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
1765 movss(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()), spill.AsX86_64().AsXmmRegister());
1832 movss(Address(CpuRegister(RSP), offs), src.AsXmmRegister());
1904 movss(dest.AsXmmRegister(), Address(CpuRegister(RSP), src));
1930 gs()->movss(dest.AsXmmRegister(), Address::Absolute(src, true));
1997 movss(dest.AsXmmRegister(), Address(CpuRegister(RSP), 0));
H A Dassembler_x86_64.h301 void movss(XmmRegister dst, const Address& src);
302 void movss(const Address& dst, XmmRegister src);
303 void movss(XmmRegister dst, XmmRegister src);
/art/compiler/utils/x86/
H A Dassembler_x86.h261 void movss(XmmRegister dst, const Address& src);
262 void movss(const Address& dst, XmmRegister src);
263 void movss(XmmRegister dst, XmmRegister src);
H A Dassembler_x86.cc268 void X86Assembler::movss(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler
277 void X86Assembler::movss(const Address& dst, XmmRegister src) { function in class:art::x86::X86Assembler
286 void X86Assembler::movss(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
1473 movss(Address(ESP, offs), src.AsXmmRegister());
1540 movss(dest.AsXmmRegister(), Address(ESP, src));
1567 fs()->movss(dest.AsXmmRegister(), Address::Absolute(src));
1638 movss(dest.AsXmmRegister(), Address(ESP, 0));
/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S383 movss (%r11), REG_VAR(xmm_reg, 0)
500 movss %xmm0, (%r8) // Store the floating point result.
583 movss %xmm0, (%r8) // Store the floating point result.
/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S313 movss %xmm0, (%ecx) // store the floating point result

Completed in 273 milliseconds