Searched defs:movdqa (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/MC/X86/ |
D | intel-syntax-unsized-memory.s | 20 movdqa [rax], xmm0 label
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 136 __ movdqa(Operand(dst, 0x00), xmm0); in MemMoveEmitMainLoop() local 137 __ movdqa(Operand(dst, 0x10), xmm1); in MemMoveEmitMainLoop() local 138 __ movdqa(Operand(dst, 0x20), xmm2); in MemMoveEmitMainLoop() local 139 __ movdqa(Operand(dst, 0x30), xmm3); in MemMoveEmitMainLoop() local 152 __ movdqa(Operand(dst, 0x00), xmm0); in MemMoveEmitMainLoop() local 153 __ movdqa(Operand(dst, 0x10), xmm1); in MemMoveEmitMainLoop() local 163 __ movdqa(Operand(dst, 0), xmm0); in MemMoveEmitMainLoop() local
|
D | assembler-ia32.cc | 2283 void Assembler::movdqa(const Operand& dst, XMMRegister src) { in movdqa() function in v8::internal::Assembler 2292 void Assembler::movdqa(XMMRegister dst, const Operand& src) { in movdqa() function in v8::internal::Assembler
|
/external/v8/test/cctest/ |
D | test-disasm-ia32.cc | 438 __ movdqa(xmm0, Operand(ebx, ecx, times_4, 10000)); in TEST() local 439 __ movdqa(Operand(ebx, ecx, times_4, 10000), xmm0); in TEST() local
|
D | test-disasm-x64.cc | 434 __ movdqa(xmm0, Operand(rbx, rcx, times_4, 10000)); in TEST() local 435 __ movdqa(Operand(rbx, rcx, times_4, 10000), xmm0); in TEST() local
|
D | test-assembler-ia32.cc | 467 __ movdqa(xmm0, Operand(esp, 0)); in DoSSE2() local
|
D | test-assembler-x64.cc | 623 __ movdqa(xmm0, Operand(rsp, 0)); in DoSSE2() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 2658 void Assembler::movdqa(const Operand& dst, XMMRegister src) { in movdqa() function in v8::internal::Assembler 2668 void Assembler::movdqa(XMMRegister dst, const Operand& src) { in movdqa() function in v8::internal::Assembler
|