Home
last modified time | relevance | path

Searched defs:movsd (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/ia32/
Ddeoptimizer-ia32.cc33 __ movsd(Operand(esp, offset), xmm_reg); in Generate() local
110 __ movsd(xmm0, Operand(esp, src_offset)); in Generate() local
111 __ movsd(Operand(ebx, dst_offset), xmm0); in Generate() local
183 __ movsd(xmm_reg, Operand(ebx, src_offset)); in Generate() local
Dcodegen-ia32.cc29 __ movsd(xmm0, Operand(esp, 1 * kPointerSize)); in CreateSqrtFunction() local
31 __ movsd(Operand(esp, 1 * kPointerSize), xmm0); in CreateSqrtFunction() local
335 __ movsd(xmm0, Operand(src, 0)); in CreateMemMoveFunction() local
336 __ movsd(xmm1, Operand(src, count, times_1, -8)); in CreateMemMoveFunction() local
337 __ movsd(Operand(dst, 0), xmm0); in CreateMemMoveFunction() local
338 __ movsd(Operand(dst, count, times_1, -8), xmm1); in CreateMemMoveFunction() local
Dassembler-ia32.cc2559 void Assembler::movsd(Operand dst, XMMRegister src) { in movsd() function in v8::internal::Assembler
2567 void Assembler::movsd(XMMRegister dst, Operand src) { in movsd() function in v8::internal::Assembler
Dassembler-ia32.h1082 void movsd(XMMRegister dst, XMMRegister src) { movsd(dst, Operand(src)); } in movsd() function
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc237 __ movsd(MemOperand(esp, 0), input_); in Generate() local
1303 __ movsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1305 __ movsd(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1356 __ movsd(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local
1363 __ movsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1365 __ movsd(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1375 __ movsd(Operand(esp, 0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1377 __ movsd(Operand(esp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1392 __ movsd(i.OutputDoubleRegister(), Operand(esp, 0)); in AssembleArchInstruction() local
1618 __ movsd(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-sse2.s147 movsd %xmm0, %xmm2 label
148 movsd %xmm0, (%rax) label
149 movsd (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-sse2.s147 movsd %xmm0, %xmm2 label
148 movsd %xmm0, (%rax) label
149 movsd (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dresources-sse2.s147 movsd %xmm0, %xmm2 label
148 movsd %xmm0, (%rax) label
149 movsd (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-sse2.s147 movsd %xmm0, %xmm2 label
148 movsd %xmm0, (%rax) label
149 movsd (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-sse2.s147 movsd %xmm0, %xmm2 label
148 movsd %xmm0, (%rax) label
149 movsd (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-sse2.s147 movsd %xmm0, %xmm2 label
148 movsd %xmm0, (%rax) label
149 movsd (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/
Dresources-sse2.s147 movsd %xmm0, %xmm2 label
148 movsd %xmm0, (%rax) label
149 movsd (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dresources-sse2.s147 movsd %xmm0, %xmm2 label
148 movsd %xmm0, (%rax) label
149 movsd (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dresources-sse2.s147 movsd %xmm0, %xmm2 label
148 movsd %xmm0, (%rax) label
149 movsd (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/
Dresources-sse2.s147 movsd %xmm0, %xmm2 label
148 movsd %xmm0, (%rax) label
149 movsd (%rax), %xmm2 label
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc2709 __ movsd(Operand(esp, 0), double_exponent); in Generate_MathPowInternal() local
2711 __ movsd(Operand(esp, 0), double_base); in Generate_MathPowInternal() local
2734 __ movsd(double_result, Operand(esp, 0)); in Generate_MathPowInternal() local
2747 __ movsd(double_scratch, double_base); // Back up base. in Generate_MathPowInternal() local
2748 __ movsd(double_scratch2, double_result); // Load double_exponent with 1. in Generate_MathPowInternal() local
2762 __ movsd(double_result, double_scratch); in Generate_MathPowInternal() local
2778 __ movsd(double_result, double_scratch2); in Generate_MathPowInternal() local
2794 __ movsd(Operand(esp, 0 * kDoubleSize), double_base); in Generate_MathPowInternal() local
2795 __ movsd(Operand(esp, 1 * kDoubleSize), double_exponent); in Generate_MathPowInternal() local
2802 __ movsd(double_result, Operand(esp, 0)); in Generate_MathPowInternal() local
/external/llvm/test/MC/X86/
Dintel-syntax.s790 movsd qword ptr [rax], xmm0 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dintel-syntax.s859 movsd qword ptr [rax], xmm0 label
/external/v8/src/x64/
Dassembler-x64.cc3259 void Assembler::movsd(Operand dst, XMMRegister src) { in movsd() function in v8::internal::Assembler
3270 void Assembler::movsd(XMMRegister dst, XMMRegister src) { in movsd() function in v8::internal::Assembler
3280 void Assembler::movsd(XMMRegister dst, Operand src) { in movsd() function in v8::internal::Assembler