Home
last modified time | relevance | path

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

/external/llvm/test/MC/X86/
Dintel-syntax-unsized-memory.s20 movdqa [rax], xmm0 label
/external/v8/src/ia32/
Dcodegen-ia32.cc99 __ movdqa(Operand(dst, 0x00), xmm0); in MemMoveEmitMainLoop() local
100 __ movdqa(Operand(dst, 0x10), xmm1); in MemMoveEmitMainLoop() local
101 __ movdqa(Operand(dst, 0x20), xmm2); in MemMoveEmitMainLoop() local
102 __ movdqa(Operand(dst, 0x30), xmm3); in MemMoveEmitMainLoop() local
115 __ movdqa(Operand(dst, 0x00), xmm0); in MemMoveEmitMainLoop() local
116 __ movdqa(Operand(dst, 0x10), xmm1); in MemMoveEmitMainLoop() local
126 __ movdqa(Operand(dst, 0), xmm0); in MemMoveEmitMainLoop() local
Dassembler-ia32.cc2431 void Assembler::movdqa(const Operand& dst, XMMRegister src) { in movdqa() function in v8::internal::Assembler
2440 void Assembler::movdqa(XMMRegister dst, const Operand& src) { in movdqa() function in v8::internal::Assembler
/external/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-x86_64.S1855 movdqa %xmm1,%xmm10 label
1856 movdqa %xmm3,%xmm11 label
1857 movdqa %xmm5,%xmm12 label
1858 movdqa %xmm7,%xmm13 label
1859 movdqa %xmm9,%xmm14 label
/external/v8/src/x64/
Dassembler-x64.cc2776 void Assembler::movdqa(const Operand& dst, XMMRegister src) { in movdqa() function in v8::internal::Assembler
2786 void Assembler::movdqa(XMMRegister dst, const Operand& src) { in movdqa() function in v8::internal::Assembler