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

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc445 void X86_64Assembler::movsd(XmmRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
455 void X86_64Assembler::movsd(const Address& dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
465 void X86_64Assembler::movsd(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
1461 movsd(dst, Address(CpuRegister(RSP), 0));
1742 movsd(Address(CpuRegister(RSP), offset), spill.AsXmmRegister());
1762 movsd(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()), spill.AsX86_64().AsXmmRegister());
1781 movsd(spill.AsXmmRegister(), Address(CpuRegister(RSP), offset));
1834 movsd(Address(CpuRegister(RSP), offs), src.AsXmmRegister());
1906 movsd(dest.AsXmmRegister(), Address(CpuRegister(RSP), src));
1932 gs()->movsd(des
[all...]
H A Dassembler_x86_64.h317 void movsd(XmmRegister dst, const Address& src);
318 void movsd(const Address& dst, XmmRegister src);
319 void movsd(XmmRegister dst, XmmRegister src);
/art/compiler/utils/x86/
H A Dassembler_x86.cc399 void X86Assembler::movsd(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler
408 void X86Assembler::movsd(const Address& dst, XmmRegister src) { function in class:art::x86::X86Assembler
417 void X86Assembler::movsd(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
1265 movsd(dst, Address(ESP, 0));
1475 movsd(Address(ESP, offs), src.AsXmmRegister());
1542 movsd(dest.AsXmmRegister(), Address(ESP, src));
1569 fs()->movsd(dest.AsXmmRegister(), Address::Absolute(src));
1642 movsd(dest.AsXmmRegister(), Address(ESP, 0));
H A Dassembler_x86.h277 void movsd(XmmRegister dst, const Address& src);
278 void movsd(const Address& dst, XmmRegister src);
279 void movsd(XmmRegister dst, XmmRegister src);
/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S379 movsd (%r11), REG_VAR(xmm_reg, 0)
497 movsd %xmm0, (%r8) // Store the double floating point result.
580 movsd %xmm0, (%r8) // Store the double floating point result.
/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S310 movsd %xmm0, (%ecx) // store the floating point result

Completed in 76 milliseconds