Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc445 void X86_64Assembler::movsd(XmmRegister dst, const Address& src) { in movsd() function in art::x86_64::X86_64Assembler
455 void X86_64Assembler::movsd(const Address& dst, XmmRegister src) { in movsd() function in art::x86_64::X86_64Assembler
465 void X86_64Assembler::movsd(XmmRegister dst, XmmRegister src) { in movsd() function in art::x86_64::X86_64Assembler
1461 movsd(dst, Address(CpuRegister(RSP), 0)); in LoadDoubleConstant()
1742 movsd(Address(CpuRegister(RSP), offset), spill.AsXmmRegister()); in BuildFrame()
1762movsd(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()), spill.AsX86_64().AsXmmRegist… in BuildFrame()
1781 movsd(spill.AsXmmRegister(), Address(CpuRegister(RSP), offset)); in RemoveFrame()
1834 movsd(Address(CpuRegister(RSP), offs), src.AsXmmRegister()); in Store()
1906 movsd(dest.AsXmmRegister(), Address(CpuRegister(RSP), src)); in Load()
1932 gs()->movsd(dest.AsXmmRegister(), Address::Absolute(src, true)); in LoadFromThread64()
[all …]
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/
Dassembler_x86.cc399 void X86Assembler::movsd(XmmRegister dst, const Address& src) { in movsd() function in art::x86::X86Assembler
408 void X86Assembler::movsd(const Address& dst, XmmRegister src) { in movsd() function in art::x86::X86Assembler
417 void X86Assembler::movsd(XmmRegister dst, XmmRegister src) { in movsd() function in art::x86::X86Assembler
1265 movsd(dst, Address(ESP, 0)); in LoadDoubleConstant()
1475 movsd(Address(ESP, offs), src.AsXmmRegister()); in Store()
1542 movsd(dest.AsXmmRegister(), Address(ESP, src)); in Load()
1569 fs()->movsd(dest.AsXmmRegister(), Address::Absolute(src)); in LoadFromThread32()
1642 movsd(dest.AsXmmRegister(), Address(ESP, 0)); in Move()
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/
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/
Dquick_entrypoints_x86.S310 movsd %xmm0, (%ecx) // store the floating point result