Searched defs:movflt (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp783 // The selection is done in MacroAssembler::movdbl() and movflt().
1919 void movflt(XMMRegister dst, XMMRegister src) { function in class:MacroAssembler
1923 void movflt(XMMRegister dst, Address src) { movss(dst, src); } function in class:MacroAssembler
1924 void movflt(XMMRegister dst, AddressLiteral src);
1925 void movflt(Address dst, XMMRegister src) { movss(dst, src); } function in class:MacroAssembler
2596 // these are private because users should be doing movflt/movdbl
H A Dassembler_x86.cpp1780 // The selection is done in MacroAssembler::movdbl() and movflt().
8137 void MacroAssembler::movflt(XMMRegister dst, AddressLiteral src) { function in class:MacroAssembler
9061 movflt(Address(rsp,off++*sizeof(jdouble)),xmm0);
9062 movflt(Address(rsp,off++*sizeof(jdouble)),xmm1);
9063 movflt(Address(rsp,off++*sizeof(jdouble)),xmm2);
9064 movflt(Address(rsp,off++*sizeof(jdouble)),xmm3);
9065 movflt(Address(rsp,off++*sizeof(jdouble)),xmm4);
9066 movflt(Address(rsp,off++*sizeof(jdouble)),xmm5);
9067 movflt(Address(rsp,off++*sizeof(jdouble)),xmm6);
9068 movflt(Addres
[all...]

Completed in 813 milliseconds