/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/ |
D | resources-sse1.s | 93 movups %xmm0, %xmm2 label 94 movups %xmm0, (%rax) label 95 movups (%rax), %xmm2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/ |
D | resources-sse1.s | 93 movups %xmm0, %xmm2 label 94 movups %xmm0, (%rax) label 95 movups (%rax), %xmm2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | resources-sse1.s | 93 movups %xmm0, %xmm2 label 94 movups %xmm0, (%rax) label 95 movups (%rax), %xmm2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/ |
D | resources-sse1.s | 93 movups %xmm0, %xmm2 label 94 movups %xmm0, (%rax) label 95 movups (%rax), %xmm2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/ |
D | resources-sse1.s | 93 movups %xmm0, %xmm2 label 94 movups %xmm0, (%rax) label 95 movups (%rax), %xmm2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/ |
D | resources-sse1.s | 93 movups %xmm0, %xmm2 label 94 movups %xmm0, (%rax) label 95 movups (%rax), %xmm2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/ |
D | resources-sse1.s | 93 movups %xmm0, %xmm2 label 94 movups %xmm0, (%rax) label 95 movups (%rax), %xmm2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/ |
D | resources-sse1.s | 93 movups %xmm0, %xmm2 label 94 movups %xmm0, (%rax) label 95 movups (%rax), %xmm2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/ |
D | resources-sse1.s | 93 movups %xmm0, %xmm2 label 94 movups %xmm0, (%rax) label 95 movups (%rax), %xmm2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/ |
D | resources-sse1.s | 93 movups %xmm0, %xmm2 label 94 movups %xmm0, (%rax) label 95 movups (%rax), %xmm2 label
|
/external/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1811 __ movups(Operand(esp, 0), i.InputSimd128Register(0)); in AssembleArchInstruction() local 1813 __ movups(kScratchDoubleReg, i.InputOperand(0)); in AssembleArchInstruction() local 1815 __ movups(Operand(esp, 0), kScratchDoubleReg); in AssembleArchInstruction() local 2337 __ movups(kScratchDoubleReg, src1); in AssembleArchInstruction() local 3730 __ movups(kScratchDoubleReg, src0); in AssembleArchInstruction() local 3742 if (!src1.is_reg(dst)) __ movups(dst, src1); in AssembleArchInstruction() local 3914 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 3967 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 3992 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 4021 __ movups(kScratchDoubleReg, dst); in AssembleArchInstruction() local [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 697 void AssemblerX86Base<TraitsType>::movups(XmmRegister dst, XmmRegister src) { in movups() function 706 void AssemblerX86Base<TraitsType>::movups(XmmRegister dst, const Address &src) { in movups() function 716 void AssemblerX86Base<TraitsType>::movups(const Address &dst, XmmRegister src) { in movups() function
|
/external/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3619 if (src1 != dst) __ movups(dst, src1); in AssembleArchInstruction() local 4878 __ movups(kScratchDoubleReg, dst); // Save dst in scratch register. in AssembleSwap() local 4891 __ movups(src, kScratchDoubleReg); in AssembleSwap() local
|
/external/v8/src/codegen/x64/ |
D | assembler-x64.cc | 3885 void Assembler::movups(XMMRegister dst, XMMRegister src) { in movups() function in v8::internal::Assembler 3901 void Assembler::movups(XMMRegister dst, Operand src) { in movups() function in v8::internal::Assembler 3909 void Assembler::movups(Operand dst, XMMRegister src) { in movups() function in v8::internal::Assembler
|
/external/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 2377 void Assembler::movups(XMMRegister dst, Operand src) { in movups() function in v8::internal::Assembler 2384 void Assembler::movups(Operand dst, XMMRegister src) { in movups() function in v8::internal::Assembler
|
D | assembler-ia32.h | 858 void movups(XMMRegister dst, XMMRegister src) { movups(dst, Operand(src)); } in movups() function
|