/external/openssl/crypto/aes/asm/ |
aesni-x86.pl | 837 &pshufd ($inout0,$rndkey1,3<<6); # place counter to upper dword 838 &pshufd ($inout1,$rndkey1,2<<6); 849 &pshufd ($inout2,$rndkey1,1<<6); 851 &pshufd ($inout3,$rndkey0,3<<6); 853 &pshufd ($inout4,$rndkey0,2<<6); 855 &pshufd ($inout5,$rndkey0,1<<6); 911 &pshufd ($inout0,$rndkey1,3<<6); 916 &pshufd ($inout1,$rndkey1,2<<6); 931 &pshufd ($inout2,$rndkey1,1<<6); 935 &pshufd ($inout3,$rndkey0,3<<6) [all...] |
aesni-x86_64.pl | 1071 pshufd \$`3<<6`,$iv0,$inout0 # place counter to upper dword 1072 pshufd \$`2<<6`,$iv0,$inout1 1073 pshufd \$`1<<6`,$iv0,$inout2 1084 pshufd \$`3<<6`,$iv1,$inout3 1087 pshufd \$`2<<6`,$iv1,$inout4 1090 pshufd \$`1<<6`,$iv1,$inout5 [all...] |
/external/llvm/test/CodeGen/X86/ |
sse-align-12.ll | 5 ; CHECK: pshufd
|
vec_shuffle.ll | 5 ; CHECK: pshufd $80
|
/external/openssl/crypto/modes/asm/ |
ghash-x86.S | 921 pshufd $78,%xmm2,%xmm2 922 pshufd $255,%xmm2,%xmm4 934 pshufd $78,%xmm0,%xmm3 935 pshufd $78,%xmm2,%xmm4 987 pshufd $78,%xmm0,%xmm3 988 pshufd $78,%xmm2,%xmm4 1053 pshufd $78,%xmm6,%xmm3 1054 pshufd $78,%xmm2,%xmm4 1073 pshufd $78,%xmm0,%xmm3 1074 pshufd $78,%xmm2,%xmm [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_subpixel_bilinear_sse2.asm | 26 pshufd xmm3, xmm3, 0 74 pshufd xmm4, xmm4, 0
|
vp9_subpixel_bilinear_ssse3.asm | 25 pshufd xmm2, xmm2, 0 63 pshufd xmm6, xmm6, 0
|
vp9_subpixel_8t_ssse3.asm | 35 pshufd xmm5, xmm5, 0 122 pshufd xmm5, xmm5, 0 210 pshufd xmm5, xmm5, 0 572 pshufd xmm5, xmm5, 0 ;rounding 677 pshufd xmm5, xmm5, 0 753 pshufd xmm5, xmm5, 0
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_quantize_ssse3.asm | 36 pshufd m4, m4, 0 185 pshufd m7, m8, 0xe
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_subpixel_bilinear_sse2.asm | 26 pshufd xmm3, xmm3, 0 74 pshufd xmm4, xmm4, 0
|
vp9_subpixel_bilinear_ssse3.asm | 25 pshufd xmm2, xmm2, 0 63 pshufd xmm6, xmm6, 0
|
vp9_subpixel_8t_ssse3.asm | 35 pshufd xmm5, xmm5, 0 122 pshufd xmm5, xmm5, 0 210 pshufd xmm5, xmm5, 0 572 pshufd xmm5, xmm5, 0 ;rounding 677 pshufd xmm5, xmm5, 0 753 pshufd xmm5, xmm5, 0
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_quantize_ssse3.asm | 36 pshufd m4, m4, 0 185 pshufd m7, m8, 0xe
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_subpixel_bilinear_sse2.asm | 26 pshufd xmm3, xmm3, 0 74 pshufd xmm4, xmm4, 0
|
vp9_subpixel_bilinear_ssse3.asm | 25 pshufd xmm2, xmm2, 0 63 pshufd xmm6, xmm6, 0
|
vp9_subpixel_8t_ssse3.asm | 35 pshufd xmm5, xmm5, 0 122 pshufd xmm5, xmm5, 0 210 pshufd xmm5, xmm5, 0 572 pshufd xmm5, xmm5, 0 ;rounding 677 pshufd xmm5, xmm5, 0 753 pshufd xmm5, xmm5, 0
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_quantize_ssse3.asm | 36 pshufd m4, m4, 0 185 pshufd m7, m8, 0xe
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aesni-x86_64.pl | 1071 pshufd \$`3<<6`,$iv0,$inout0 # place counter to upper dword 1072 pshufd \$`2<<6`,$iv0,$inout1 1073 pshufd \$`1<<6`,$iv0,$inout2 1084 pshufd \$`3<<6`,$iv1,$inout3 1087 pshufd \$`2<<6`,$iv1,$inout4 1090 pshufd \$`1<<6`,$iv1,$inout5 [all...] |
vpaes-x86-mac.S | 290 pshufd $255,%xmm0,%xmm0 321 pshufd $128,%xmm6,%xmm0 323 pshufd $254,%xmm7,%xmm0 336 pshufd $255,%xmm0,%xmm0
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
dct_sse2.asm | 123 pshufd xmm2, xmm2, 04eh 128 pshufd xmm0, xmm0, 0d8h ;b1 b1 a1 a1 b1 b1 a1 a1 130 pshufd xmm3, xmm3, 0d8h ;c1 c1 d1 d1 c1 c1 d1 d1
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
dct_sse2.asm | 123 pshufd xmm2, xmm2, 04eh 128 pshufd xmm0, xmm0, 0d8h ;b1 b1 a1 a1 b1 b1 a1 a1 130 pshufd xmm3, xmm3, 0d8h ;c1 c1 d1 d1 c1 c1 d1 d1
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
dct_sse2.asm | 123 pshufd xmm2, xmm2, 04eh 128 pshufd xmm0, xmm0, 0d8h ;b1 b1 a1 a1 b1 b1 a1 a1 130 pshufd xmm3, xmm3, 0d8h ;c1 c1 d1 d1 c1 c1 d1 d1
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
ssewidth.asm | 403 pshufd xmm1, xmm2, byte 0 label 404 pshufd xmm1, dqword [rbx], byte 0 label
|
/external/libyuv/files/source/ |
row_win.cc | 329 pshufd xmm5, xmm5, 0 332 pshufd xmm6, xmm6, 0 380 pshufd xmm5, xmm5, 0 383 pshufd xmm6, xmm6, 0 434 pshufd xmm4, xmm4, 0 [all...] |
/bionic/libc/arch-x86_64/string/ |
sse2-memset-slm.S | 113 pshufd $0, %xmm0, %xmm0
|