Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
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);
Dassembler_x86.cc268 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/
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);
Dassembler_x86_64.cc301 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
1765movss(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/
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/
Dquick_entrypoints_x86.S313 movss %xmm0, (%ecx) // store the floating point result