/external/v8/src/crankshaft/ia32/ |
D | lithium-gap-resolver-ia32.cc | 330 __ movaps(dst, src); in EmitMove() local 418 __ movaps(xmm0, src); in EmitSwap() local 419 __ movaps(src, dst); in EmitSwap() local 420 __ movaps(dst, xmm0); in EmitSwap() local 432 __ movaps(reg, xmm0); in EmitSwap() local
|
D | lithium-codegen-ia32.cc | 1693 __ movaps(left_reg, right_reg); in DoMathMinMax() local 1742 __ movaps(result, result); in DoArithmeticD() local 3190 __ movaps(input_temp, input_reg); // Do not alter input_reg. in DoMathRoundI() local
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1108 __ movaps(xmm2, i.InputDoubleRegister(0)); in AssembleArchInstruction() local 1109 __ movaps(xmm1, i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1111 __ movaps(xmm0, i.InputDoubleRegister(0)); in AssembleArchInstruction() local 1112 __ movaps(xmm1, xmm2); in AssembleArchInstruction() local 1113 __ movaps(xmm2, xmm0); in AssembleArchInstruction() local 1117 __ movaps(i.OutputDoubleRegister(), xmm3); in AssembleArchInstruction() local 1351 __ movaps(i.OutputDoubleRegister(), i.OutputDoubleRegister()); in AssembleArchInstruction() local 1393 __ movaps(i.OutputDoubleRegister(), i.OutputDoubleRegister()); in AssembleArchInstruction() local 1649 __ movaps(i.OutputDoubleRegister(), i.OutputDoubleRegister()); in AssembleArchInstruction() local 1676 __ movaps(i.OutputDoubleRegister(), i.OutputDoubleRegister()); in AssembleArchInstruction() local [all …]
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 201 movaps %xmm3, (%esi, 2) label
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 204 movaps %xmm3, (%esi, 2) label
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1249 __ movaps(i.OutputDoubleRegister(), i.OutputDoubleRegister()); in AssembleArchInstruction() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 688 void AssemblerX86Base<TraitsType>::movaps(XmmRegister dst, XmmRegister src) { in movaps() function
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 2393 void Assembler::movaps(XMMRegister dst, XMMRegister src) { in movaps() function in v8::internal::Assembler
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 1809 __ movaps(xmm0, xmm1); in Generate_MathMaxMin() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 3020 void Assembler::movaps(XMMRegister dst, XMMRegister src) { in movaps() function in v8::internal::Assembler
|