Home
last modified time | relevance | path

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

/external/llvm/test/MC/X86/
Dintel-syntax-unsized-memory.s20 movdqa [rax], xmm0 label
/external/v8/src/ia32/
Dcodegen-ia32.cc136 __ 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
Dassembler-ia32.cc2283 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/
Dtest-disasm-ia32.cc438 __ movdqa(xmm0, Operand(ebx, ecx, times_4, 10000)); in TEST() local
439 __ movdqa(Operand(ebx, ecx, times_4, 10000), xmm0); in TEST() local
Dtest-disasm-x64.cc434 __ movdqa(xmm0, Operand(rbx, rcx, times_4, 10000)); in TEST() local
435 __ movdqa(Operand(rbx, rcx, times_4, 10000), xmm0); in TEST() local
Dtest-assembler-ia32.cc467 __ movdqa(xmm0, Operand(esp, 0)); in DoSSE2() local
Dtest-assembler-x64.cc623 __ movdqa(xmm0, Operand(rsp, 0)); in DoSSE2() local
/external/v8/src/x64/
Dassembler-x64.cc2658 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