Searched refs:movss (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.h | 261 void movss(XmmRegister dst, const Address& src); 262 void movss(const Address& dst, XmmRegister src); 263 void movss(XmmRegister dst, XmmRegister src);
|
D | assembler_x86.cc | 269 void X86Assembler::movss(XmmRegister dst, const Address& src) { in movss() function in art::x86::X86Assembler 278 void X86Assembler::movss(const Address& dst, XmmRegister src) { in movss() function in art::x86::X86Assembler 287 void X86Assembler::movss(XmmRegister dst, XmmRegister src) { in movss() function in art::x86::X86Assembler 1460 movss(Address(ESP, offs), src.AsXmmRegister()); in Store() 1531 movss(dest.AsXmmRegister(), Address(ESP, src)); in Load() 1558 fs()->movss(dest.AsXmmRegister(), Address::Absolute(src)); in Load() 1626 movss(dest.AsXmmRegister(), Address(ESP, 0)); in Move()
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 448 movss (%esp), %xmm0 // place into %xmm0 470 movss (%esp), %xmm0 // place into %xmm0
|