Searched refs:movsd (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 445 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() 1762 …movsd(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 …]
|
D | assembler_x86_64.h | 317 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/ |
D | assembler_x86.cc | 399 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()
|
D | assembler_x86.h | 277 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/ |
D | quick_entrypoints_x86_64.S | 379 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/ |
D | quick_entrypoints_x86.S | 310 movsd %xmm0, (%ecx) // store the floating point result
|