/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/compiler/ia32/ |
D | code-generator-ia32.cc | 762 __ movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 779 __ movd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local 958 __ movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 963 __ movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
|
/external/v8/src/ia32/ |
D | builtins-ia32.cc | 1786 __ movd(xmm0, edx); in Generate_Apply() local 1799 __ movd(edx, xmm0); in Generate_Apply() local 1974 __ movd(xmm0, Operand(ebx, ecx, times_pointer_size, 0)); in Generate_PushBoundArguments() local 1975 __ movd(Operand(esp, ecx, times_pointer_size, 0), xmm0); in Generate_PushBoundArguments() local 1989 __ movd(xmm0, FieldOperand(ecx, ebx, times_pointer_size, in Generate_PushBoundArguments() local 1991 __ movd(Operand(esp, eax, times_pointer_size, 0), xmm0); in Generate_PushBoundArguments() local
|
D | codegen-ia32.cc | 962 __ movd(temp2, double_scratch); in EmitMathExp() local 979 __ movd(input, temp1); in EmitMathExp() local
|
D | assembler-ia32.h | 1020 void movd(XMMRegister dst, Register src) { movd(dst, Operand(src)); } in movd() function 1022 void movd(Register dst, XMMRegister src) { movd(Operand(dst), src); } in movd() function
|
D | assembler-ia32.cc | 2366 void Assembler::movd(XMMRegister dst, const Operand& src) { in movd() function in v8::internal::Assembler 2375 void Assembler::movd(const Operand& dst, XMMRegister src) { in movd() function in v8::internal::Assembler
|
D | code-stubs-ia32.cc | 463 __ movd(double_scratch, scratch); in Generate() local 474 __ movd(double_scratch, scratch); in Generate() local 507 __ movd(double_scratch, scratch); in Generate() local
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1635 __ movd(result, Operand(temp)); in DoConstantD() local 1645 __ movd(result, Operand(temp)); in DoConstantD() local 1650 __ movd(xmm_scratch, Operand(temp)); in DoConstantD() local 3535 __ movd(xmm_scratch, scratch); in DoMathPowHalf() local 4966 __ movd(result_reg, xmm_scratch); in DoDoubleBits() local 4969 __ movd(result_reg, value_reg); in DoDoubleBits() local 4981 __ movd(result_reg, lo_reg); in DoConstructDouble() local 4985 __ movd(result_reg, hi_reg); in DoConstructDouble() local 4987 __ movd(xmm_scratch, lo_reg); in DoConstructDouble() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 2583 void Assembler::movd(XMMRegister dst, Register src) { in movd() function in v8::internal::Assembler 2594 void Assembler::movd(XMMRegister dst, const Operand& src) { in movd() function in v8::internal::Assembler 2605 void Assembler::movd(Register dst, XMMRegister src) { in movd() function in v8::internal::Assembler
|
/external/valgrind/VEX/test/ |
D | mmxtest.c | 203 #define movd(vars, vard) \ macro
|