Home
last modified time | relevance | path

Searched defs:movdqa (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/MC/X86/
Dintel-syntax-unsized-memory.s20 movdqa [rax], xmm0 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dintel-syntax-unsized-memory.s20 movdqa [rax], xmm0 label
/external/v8/src/ia32/
Dcodegen-ia32.cc79 __ movdqa(Operand(dst, 0x00), xmm0); in MemMoveEmitMainLoop() local
80 __ movdqa(Operand(dst, 0x10), xmm1); in MemMoveEmitMainLoop() local
81 __ movdqa(Operand(dst, 0x20), xmm2); in MemMoveEmitMainLoop() local
82 __ movdqa(Operand(dst, 0x30), xmm3); in MemMoveEmitMainLoop() local
95 __ movdqa(Operand(dst, 0x00), xmm0); in MemMoveEmitMainLoop() local
96 __ movdqa(Operand(dst, 0x10), xmm1); in MemMoveEmitMainLoop() local
106 __ movdqa(Operand(dst, 0), xmm0); in MemMoveEmitMainLoop() local
Dassembler-ia32.cc2517 void Assembler::movdqa(Operand dst, XMMRegister src) { in movdqa() function in v8::internal::Assembler
2525 void Assembler::movdqa(XMMRegister dst, Operand src) { in movdqa() function in v8::internal::Assembler
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-sse2.s113 movdqa %xmm0, %xmm2 label
114 movdqa %xmm0, (%rax) label
115 movdqa (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-sse2.s113 movdqa %xmm0, %xmm2 label
114 movdqa %xmm0, (%rax) label
115 movdqa (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dresources-sse2.s113 movdqa %xmm0, %xmm2 label
114 movdqa %xmm0, (%rax) label
115 movdqa (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-sse2.s113 movdqa %xmm0, %xmm2 label
114 movdqa %xmm0, (%rax) label
115 movdqa (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-sse2.s113 movdqa %xmm0, %xmm2 label
114 movdqa %xmm0, (%rax) label
115 movdqa (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-sse2.s113 movdqa %xmm0, %xmm2 label
114 movdqa %xmm0, (%rax) label
115 movdqa (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/
Dresources-sse2.s113 movdqa %xmm0, %xmm2 label
114 movdqa %xmm0, (%rax) label
115 movdqa (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dresources-sse2.s113 movdqa %xmm0, %xmm2 label
114 movdqa %xmm0, (%rax) label
115 movdqa (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dresources-sse2.s113 movdqa %xmm0, %xmm2 label
114 movdqa %xmm0, (%rax) label
115 movdqa (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/
Dresources-sse2.s113 movdqa %xmm0, %xmm2 label
114 movdqa %xmm0, (%rax) label
115 movdqa (%rax), %xmm2 label
/external/v8/src/x64/
Dassembler-x64.cc3050 void Assembler::movdqa(Operand dst, XMMRegister src) { in movdqa() function in v8::internal::Assembler
3059 void Assembler::movdqa(XMMRegister dst, Operand src) { in movdqa() function in v8::internal::Assembler