HomeSort by relevance Sort by last modified time
    Searched defs:movdqa (Results 1 - 7 of 7) sorted by null

  /external/llvm/test/MC/X86/
intel-syntax-unsized-memory.s 19 // CHECK: movdqa %xmm0, (%rax)
20 movdqa [rax], xmm0 label
  /external/boringssl/src/crypto/curve25519/asm/
x25519-asm-x86_64.S 1855 movdqa %xmm1,%xmm10 label
1856 movdqa %xmm3,%xmm11 label
1857 movdqa %xmm5,%xmm12 label
1858 movdqa %xmm7,%xmm13 label
1859 movdqa %xmm9,%xmm14 label
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 872 movdqa [ecx+0*22],xmm7 \/* move short values to patch *\/ local
873 movdqa [ecx+0*22+16],xmm6 \/* move short values to patch *\/ local
1040 movdqa [ecx+8*22],xmm7 \/* move short values to patch *\/ local
1041 movdqa [ecx+8*22+16],xmm6 \/* move short values to patch *\/ local
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 753 void X86Assembler::movdqa(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
762 void X86Assembler::movdqa(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler
780 void X86Assembler::movdqa(const Address& dst, XmmRegister src) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 835 void X86_64Assembler::movdqa(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
845 void X86_64Assembler::movdqa(XmmRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
865 void X86_64Assembler::movdqa(const Address& dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 2431 void Assembler::movdqa(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
2440 void Assembler::movdqa(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 2776 void Assembler::movdqa(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
2786 void Assembler::movdqa(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]

Completed in 448 milliseconds