HomeSort by relevance Sort by last modified time
    Searched refs:movdqa (Results 201 - 223 of 223) sorted by null

1 2 3 4 5 6 7 89

  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s 1328 // CHECK: movdqa 3735928559(%ebx,%ecx,8), %xmm5
1329 movdqa 0xdeadbeef(%ebx,%ecx,8),%xmm5
1331 // CHECK: movdqa %xmm5, %xmm5
1332 movdqa %xmm5,%xmm5
1334 // CHECK: movdqa %xmm5, 3735928559(%ebx,%ecx,8)
1335 movdqa %xmm5,0xdeadbeef(%ebx,%ecx,8)
1337 // CHECK: movdqa %xmm5, %xmm5
1338 movdqa %xmm5,%xmm5
    [all...]
  /external/libjpeg-turbo/simd/
jidctflt-sse2.asm 449 movdqa xmm2,[GOTOFF(ebx,PB_CENTERJSAMP)] ; xmm2=[PB_CENTERJSAMP]
456 movdqa xmm4,xmm6 ; transpose coefficients(phase 2)
460 movdqa xmm7,xmm6 ; transpose coefficients(phase 3)
  /art/compiler/optimizing/
code_generator_vector_x86.cc 909 is_aligned16 ? __ movdqa(reg, address) : __ movdqu(reg, address);
    [all...]
code_generator_vector_x86_64.cc 902 is_aligned16 ? __ movdqa(reg, address) : __ movdqu(reg, address);
914 is_aligned16 ? __ movdqa(reg, address) : __ movdqu(reg, address);
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 449 void movdqa(XmmRegister dst, XmmRegister src); // move
450 void movdqa(XmmRegister dst, const Address& src); // load aligned
452 void movdqa(const Address& dst, XmmRegister src); // store aligned
    [all...]
assembler_x86_64_test.cc     [all...]
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...]
  /bionic/libc/arch-x86_64/string/
sse2-strlcpy-slm.S 113 movdqa (%rdi, %rax), %xmm1
245 movdqa (%rsi, %rax), %xmm1
975 movdqa (%rsi, %rax), %xmm1
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-darwin.S 40 #define ASSERT_STACK_ALIGNED movdqa -16(%esp), %xmm0
  /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...]
  /external/valgrind/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 300 TEST_INSN( &AllMask, 16,movdqa)
  /bionic/libc/arch-x86/atom/string/
ssse3-strcpy-atom.S     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdump_test.go 371 movdqa
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdump_test.go 371 movdqa
  /external/v8/src/ia32/
assembler-ia32.h     [all...]
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/libvpx/libvpx/third_party/x86inc/
x86inc.asm 1011 %define mova movdqa
1032 %define mova movdqa
    [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...]
  /external/v8/src/x64/
assembler-x64.h     [all...]
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 710 milliseconds

1 2 3 4 5 6 7 89