Searched defs:movdqu (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vp8/common/x86/
H A Dpostproc_mmx.c1002 movdqu xmm4, vp8_rv[ecx*2]
1128 movdqu xmm1, [esi+eax] // get the source
1134 movdqu xmm2, [edi+eax] // get the noise for this line
1136 movdqu [esi+eax], xmm1 // store the result
1490 movdqu xmm1, [esi+eax] // get the source
1496 movdqu xmm2, [edi+eax] // get the noise for this line
1498 movdqu [esi+eax], xmm1 // store the result local
/external/llvm/test/MC/X86/
H A Dx86-64.s991 movdqu %xmm0, %xmm1 // CHECK: movdqu %xmm0, %xmm1 # encoding: [0xf3,0x0f,0x6f,0xc8] label
/external/v8/src/ia32/
H A Dassembler-ia32.cc2129 void Assembler::movdqu(const Operand& dst, XMMRegister src ) { function in class:v8::internal::Assembler
2139 void Assembler::movdqu(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler

Completed in 106 milliseconds