Searched refs:movd (Results 1 – 6 of 6) sorted by relevance
/art/runtime/arch/x86/ |
D | portable_entrypoints_x86.S | 87 movd %eax, %xmm0 // Place return value also into floating point return value. 88 movd %edx, %xmm1
|
D | quick_entrypoints_x86.S | 1077 movd %eax, %xmm0 // place return value also into floating point return value 1078 movd %edx, %xmm1 1093 movd %xmm0, %ecx // get target method index stored in xmm0 1195 movd %eax, %xmm0 1196 movd %edx, %xmm1 1217 movd %eax, %xmm0 // place return value also into floating point return value 1218 movd %edx, %xmm1
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 265 void movd(XmmRegister dst, Register src); 266 void movd(Register dst, XmmRegister src);
|
D | assembler_x86.cc | 295 void X86Assembler::movd(XmmRegister dst, Register src) { in movd() function in art::x86::X86Assembler 304 void X86Assembler::movd(Register dst, XmmRegister src) { in movd() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 305 void movd(XmmRegister dst, CpuRegister src); 306 void movd(CpuRegister dst, XmmRegister src);
|
D | assembler_x86_64.cc | 331 void X86_64Assembler::movd(XmmRegister dst, CpuRegister src) { in movd() function in art::x86_64::X86_64Assembler 341 void X86_64Assembler::movd(CpuRegister dst, XmmRegister src) { in movd() function in art::x86_64::X86_64Assembler
|