HomeSort by relevance Sort by last modified time
    Searched refs:movd (Results 101 - 125 of 165) sorted by null

1 2 3 45 6 7

  /bionic/libc/arch-x86/string/
sse2-wcschr-atom.S 91 movd STR2(%esp), %xmm1
sse2-wcsrchr-atom.S 93 movd STR2(%esp), %xmm1
sse2-memset-atom.S 294 movd %eax, %xmm0
307 movd %xmm0, %eax
411 movd %xmm0, %eax
sse2-strchr-atom.S 94 movd STR2(%esp), %xmm1
sse2-memchr-atom.S 93 movd STR2(%esp), %xmm1
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-586.S 290 movd %mm1,%eax
291 movd %mm5,%ebx
317 movd %ecx,%mm0
320 movd %mm2,%eax
325 movd %mm6,%ebx
334 movd %ecx,%mm1
356 movd %ecx,%mm4
360 movd %edx,%mm5
1417 movd %mm1,%eax
1421 movd %mm5,%eb
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_ssse3.asm 338 movd [rsi], xmm0
339 movd [rdi], xmm6
  /external/openssl/crypto/aes/asm/
aes-586.S 290 movd %mm1,%eax
291 movd %mm5,%ebx
317 movd %ecx,%mm0
320 movd %mm2,%eax
325 movd %mm6,%ebx
334 movd %ecx,%mm1
356 movd %ecx,%mm4
360 movd %edx,%mm5
1417 movd %mm1,%eax
1421 movd %mm5,%eb
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
mmx.h 393 #define movd_m2r(var, reg) mmx_m2r(movd, var, reg)
394 #define movd_r2m(reg, var) mmx_r2m(movd, reg, var)
395 #define movd_r2r(regs, regd) mmx_r2r(movd, regs, regd)
396 #define movd(vars, vard) \ macro
397 __asm__ __volatile__ ("movd %1, %%mm0\n\t" \
398 "movd %%mm0, %0" \
  /external/valgrind/main/VEX/test/
mmxtest.c 200 #define movd_m2r(var, reg) mmx_m2r(movd, var, reg)
201 #define movd_r2m(reg, var) mmx_r2m(movd, reg, var)
202 #define movd_r2r(regs, regd) mmx_r2r(movd, regs, regd)
203 #define movd(vars, vard) \ macro
204 __asm__ __volatile__ ("movd %1, %%mm0\n\t" \
205 "movd %%mm0, %0" \
  /external/libyuv/files/source/
scale.cc 465 movd dword ptr [edx], xmm0
535 movd dword ptr [edx], xmm0
748 movd [edx + 8], xmm1 local
811 movd [edx], xmm6 // write 6 pixels local
813 movd [edx + 2], xmm6 local
856 movd [edx], xmm1 // write 6 pixels local
858 movd [edx + 2], xmm1 local
953 movd xmm5, eax // xmm5 = y fraction
1044 movd xmm0, eax // high fraction 0..127
1047 movd xmm5, eax // low fraction 128..
    [all...]
format_conversion.cc 35 movd xmm5, [esp + 12] // selector
45 movd [edx], xmm0 local
58 "movd %3,%%xmm5 \n"
66 "movd %%xmm0,(%1) \n"
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 170 movd mm7, unmask //load bit pattern
306 movd mm7, unmask //load bit pattern
448 movd mm7, unmask //load bit pattern
718 movd mm7, unmask //load bit pattern
839 movd mm7, unmask //load bit pattern
1263 movd [edi+8], mm6 ; move double to memory local
1308 movd [edi], mm0 ; move to memory local
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 516 ENCODER_DECLARE_EXPORT char * movd(char * stream, const RM_Opnd & rm, const XMM_Opnd & xmm);
517 ENCODER_DECLARE_EXPORT char * movd(char * stream, const XMM_Opnd & xmm, const RM_Opnd & rm);
encoder.inl 326 ENCODER_DECLARE_EXPORT char * movd(char * stream, const RM_Opnd & rm, const XMM_Opnd & xmm) {
333 ENCODER_DECLARE_EXPORT char * movd(char * stream, const XMM_Opnd & xmm, const RM_Opnd & rm) {
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 824 movd dword ptr [edi], xmm0
891 movd dword ptr [edi], xmm0
1100 movd [edi + 8], xmm1 local
1162 movd [edi], xmm2 \/\/ write 6 pixels local
1205 movd [edi], xmm0 \/\/ write 6 pixels local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.asm 58 movd xmm7, [rdi + vp8_block_zbin_extra]
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 316 movd %eax, %xmm0
329 movd %xmm0, %eax
439 movd %xmm0, %eax
  /art/compiler/utils/x86/
assembler_x86.h 265 void movd(XmmRegister dst, Register src);
266 void movd(Register dst, XmmRegister src);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 32 movd m4, dword zbin_oqm ; m4 = zbin_oq
vp9_subpel_variance.asm 102 movd [r1], m7 ; store sse
104 movd rax, m6 ; store sum as return value
113 movd [r1], m7 ; store sse
116 movd rax, m6 ; store sum as return value
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 101 movd [edi+8], mm1
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 625 $code =~ s/pinsrw\s+\$0,/movd /gm;
  /external/chromium_org/third_party/x86inc/
x86inc.asm 567 %define movh movd
998 movd %1, %2
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 625 $code =~ s/pinsrw\s+\$0,/movd /gm;

Completed in 867 milliseconds

1 2 3 45 6 7