Searched refs:movss (Results 1 – 6 of 6) 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 | 268 void X86Assembler::movss(XmmRegister dst, const Address& src) { in movss() function in art::x86::X86Assembler 277 void X86Assembler::movss(const Address& dst, XmmRegister src) { in movss() function in art::x86::X86Assembler 286 void X86Assembler::movss(XmmRegister dst, XmmRegister src) { in movss() function in art::x86::X86Assembler 1473 movss(Address(ESP, offs), src.AsXmmRegister()); in Store() 1540 movss(dest.AsXmmRegister(), Address(ESP, src)); in Load() 1567 fs()->movss(dest.AsXmmRegister(), Address::Absolute(src)); in LoadFromThread32() 1638 movss(dest.AsXmmRegister(), Address(ESP, 0)); in Move()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 301 void movss(XmmRegister dst, const Address& src); 302 void movss(const Address& dst, XmmRegister src); 303 void movss(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64.cc | 301 void X86_64Assembler::movss(XmmRegister dst, const Address& src) { in movss() function in art::x86_64::X86_64Assembler 311 void X86_64Assembler::movss(const Address& dst, XmmRegister src) { in movss() function in art::x86_64::X86_64Assembler 321 void X86_64Assembler::movss(XmmRegister dst, XmmRegister src) { in movss() function in art::x86_64::X86_64Assembler 1765 …movss(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()), spill.AsX86_64().AsXmmRegist… in BuildFrame() 1832 movss(Address(CpuRegister(RSP), offs), src.AsXmmRegister()); in Store() 1904 movss(dest.AsXmmRegister(), Address(CpuRegister(RSP), src)); in Load() 1930 gs()->movss(dest.AsXmmRegister(), Address::Absolute(src, true)); in LoadFromThread64() 1997 movss(dest.AsXmmRegister(), Address(CpuRegister(RSP), 0)); in Move()
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 383 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/ |
D | quick_entrypoints_x86.S | 313 movss %xmm0, (%ecx) // store the floating point result
|