Home
last modified time | relevance | path

Searched defs:movd (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/MC/X86/
Dx86_64-encoding.s87 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
Dx86-64.s1027 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/
Dcode-generator-ia32.cc762 __ 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/
Dbuiltins-ia32.cc1786 __ 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
Dcodegen-ia32.cc962 __ movd(temp2, double_scratch); in EmitMathExp() local
979 __ movd(input, temp1); in EmitMathExp() local
Dassembler-ia32.h1020 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
Dassembler-ia32.cc2366 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
Dcode-stubs-ia32.cc463 __ 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/
Dlithium-codegen-ia32.cc1635 __ 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/
Dassembler-x64.cc2583 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/
Dmmxtest.c203 #define movd(vars, vard) \ macro