/external/llvm/test/MC/X86/ |
D | x86_64-encoding.s | 87 movd %r8, %mm1 label 91 movd %r8d, %mm1 label 95 movd %rdx, %mm1 label 99 movd %edx, %mm1 label 103 movd %mm1, %r8 label 107 movd %mm1, %r8d label 111 movd %mm1, %rdx label 115 movd %mm1, %edx label
|
D | x86-64.s | 1027 movd %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8] label 1028 movd %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb] label 1385 movd %xmm0, %eax label 1386 movd %xmm0, %rax label
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1000 void movd(XMMRegister dst, Register src) { movd(dst, Operand(src)); } in movd() function 1002 void movd(Register dst, XMMRegister src) { movd(Operand(dst), src); } in movd() function
|
D | lithium-codegen-ia32.cc | 1727 __ movd(res, Operand(temp)); in DoConstantD() local 1737 __ movd(res, Operand(temp)); in DoConstantD() local 1742 __ movd(xmm_scratch, Operand(temp)); in DoConstantD() local 3767 __ movd(xmm_scratch, scratch); in DoMathPowHalf() local 5095 __ movd(result_reg, xmm_scratch); in DoDoubleBits() local 5098 __ movd(result_reg, value_reg); in DoDoubleBits() local 5110 __ movd(result_reg, lo_reg); in DoConstructDouble() local 5114 __ movd(result_reg, hi_reg); in DoConstructDouble() local 5116 __ movd(xmm_scratch, lo_reg); in DoConstructDouble() local
|
D | codegen-ia32.cc | 947 __ movd(temp2, double_scratch); in EmitMathExp() local 964 __ movd(input, temp1); in EmitMathExp() local
|
D | assembler-ia32.cc | 2315 void Assembler::movd(XMMRegister dst, const Operand& src) { in movd() function in v8::internal::Assembler 2324 void Assembler::movd(const Operand& dst, XMMRegister src) { in movd() function in v8::internal::Assembler
|
D | code-stubs-ia32.cc | 462 __ movd(double_scratch, scratch); in Generate() local 473 __ movd(double_scratch, scratch); in Generate() local 506 __ movd(double_scratch, scratch); in Generate() local
|
/external/valgrind/VEX/test/ |
D | mmxtest.c | 203 #define movd(vars, vard) \ macro
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 2362 void Assembler::movd(XMMRegister dst, Register src) { in movd() function in v8::internal::Assembler 2372 void Assembler::movd(Register dst, XMMRegister src) { in movd() function in v8::internal::Assembler
|
D | lithium-codegen-x64.cc | 5283 __ movd(result_reg, value_reg); in DoDoubleBits() local 5293 __ movd(result_reg, hi_reg); in DoConstructDouble() local 5295 __ movd(xmm_scratch, lo_reg); in DoConstructDouble() local
|