/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/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/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/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/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/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/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/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/Broadwell/ |
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/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1732 __ movups(Operand(esp, 0), i.InputSimd128Register(0)); in AssembleArchInstruction() local 1734 __ movups(kScratchDoubleReg, i.InputOperand(0)); in AssembleArchInstruction() local 1736 __ movups(Operand(esp, 0), kScratchDoubleReg); in AssembleArchInstruction() local 3258 __ movups(kScratchDoubleReg, src0); in AssembleArchInstruction() local 3270 if (!src1.is_reg(dst)) __ movups(dst, src1); in AssembleArchInstruction() local 3397 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 3450 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 3475 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 3504 __ movups(kScratchDoubleReg, dst); in AssembleArchInstruction() local 3507 __ movups(kScratchDoubleReg, i.InputOperand(1)); 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/ia32/ |
D | assembler-ia32.cc | 2487 void Assembler::movups(XMMRegister dst, XMMRegister src) { in movups() function in v8::internal::Assembler 2494 void Assembler::movups(XMMRegister dst, Operand src) { in movups() function in v8::internal::Assembler 2501 void Assembler::movups(Operand dst, XMMRegister src) { in movups() function in v8::internal::Assembler
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 3482 __ movups(kScratchDoubleReg, dst); // Save dst in scratch register. in AssembleSwap() local 3495 __ movups(src, kScratchDoubleReg); in AssembleSwap() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 4734 void Assembler::movups(XMMRegister dst, XMMRegister src) { in movups() function in v8::internal::Assembler 4750 void Assembler::movups(XMMRegister dst, Operand src) { in movups() function in v8::internal::Assembler 4758 void Assembler::movups(Operand dst, XMMRegister src) { in movups() function in v8::internal::Assembler
|