/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/sha/ |
sha256-x86_64.S | 1847 pshufd $250,%xmm3,%xmm7 1898 pshufd $128,%xmm7,%xmm7 1912 pshufd $80,%xmm0,%xmm7 1939 pshufd $8,%xmm7,%xmm7 1991 pshufd $250,%xmm0,%xmm7 2042 pshufd $128,%xmm7,%xmm7 2056 pshufd $80,%xmm1,%xmm7 2083 pshufd $8,%xmm7,%xmm7 2135 pshufd $250,%xmm1,%xmm7 [all...] |
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/sha/ |
sha1-x86_64.asm | 1316 pshufd xmm4,xmm0,238 1377 pshufd xmm5,xmm1,238 1438 pshufd xmm6,xmm2,238 1499 pshufd xmm7,xmm3,238 1557 pshufd xmm9,xmm6,238 1597 pshufd xmm10,xmm7,238 1646 pshufd xmm8,xmm0,238 1690 pshufd xmm9,xmm1,238 1734 pshufd xmm10,xmm2,238 1778 pshufd xmm8,xmm3,23 [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_high_subpixel_8t_sse2.asm | 43 pshufd xmm6, xmm6, 0 51 pshufd xmm0, xmm0, 0b 119 pshufd xmm6, xmm6, 0 127 pshufd xmm0, xmm0, 0b
|
/external/llvm/test/CodeGen/X86/ |
widen_shuffle-1.ll | 38 ; CHECK: pshufd
|
pr3154.ll | 40 %asmtmp = call { i32, i32 } asm sideeffect "1: \0A\09movapd %xmm7, %xmm1 \0A\09mulpd %xmm1, %xmm1 \0A\09movapd %xmm6, %xmm0 \0A\09subpd %xmm1, %xmm0 \0A\09pshufd $$0x4e, %xmm0, %xmm1 \0A\09cvtpi2pd ($3,$0), %xmm2 \0A\09cvtpi2pd -1*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 \0A\09movapd %xmm2, ($2,$0,2) \0A\09movupd %xmm3, -1*8($2,$1,2) \0A\09subpd %xmm5, %xmm7 \0A\09sub $$8, $1 \0A\09add $$8, $0 \0A\09jl 1b \0A\09", "=&r,=&r,r,r,0,1,~{dirflag},~{fpsr},~{flags}"(double* %16, i32* %17, i32 %12, i32 %14) nounwind ; <{ i32, i32 }> [#uses=0] 44 %asmtmp23 = call { i32, i32 } asm sideeffect "1: \0A\09movapd %xmm7, %xmm1 \0A\09mulpd %xmm1, %xmm1 \0A\09movapd %xmm6, %xmm0 \0A\09subpd %xmm1, %xmm0 \0A\09pshufd $$0x4e, %xmm0, %xmm1 \0A\09cvtpi2pd ($3,$0), %xmm2 \0A\09cvtpi2pd -2*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 \0A\09movapd %xmm2, ($2,$0,2) \0A\09movapd %xmm3, -2*8($2,$1,2) \0A\09subpd %xmm5, %xmm7 \0A\09sub $$8, $1 \0A\09add $$8, $0 \0A\09jl 1b \0A\09", "=&r,=&r,r,r,0,1,~{dirflag},~{fpsr},~{flags}"(double* %16, i32* %17, i32 %12, i32 %14) nounwind ; <{ i32, i32 }> [#uses=0]
|
sse2.ll | 59 ; CHECK: pshufd $50, %xmm0, %xmm0 170 ; CHECK: pshufd $-40, %xmm0, %xmm0
|
sse41.ll | 125 ; X32: pshufd $3, %xmm0, %xmm0 129 ; X64: pshufd $3, %xmm0, %xmm0 137 ; X32: pshufd $3, %xmm0, %xmm0 140 ; X64: pshufd $3, %xmm0, %xmm0 664 ;; FIXME: We're emitting an extraneous pshufd/vbroadcast.
|
/external/openssl/crypto/aes/asm/ |
vpaes-x86.S | 297 pshufd $255,%xmm0,%xmm0 330 pshufd $128,%xmm6,%xmm0 332 pshufd $254,%xmm7,%xmm0 347 pshufd $255,%xmm0,%xmm0
|
vpaes-x86_64.S | 336 pshufd $255,%xmm0,%xmm0 403 pshufd $128,%xmm6,%xmm0 405 pshufd $254,%xmm7,%xmm0 441 pshufd $255,%xmm0,%xmm0
|
vpaes-x86.pl | 482 &pshufd ("xmm0","xmm0",0xFF); 545 &pshufd ("xmm0","xmm6",0x80); # d c 0 0 -> c 0 0 0 547 &pshufd ("xmm0","xmm7",0xFE); # b a _ _ -> b b b a 582 &pshufd ("xmm0","xmm0",0xFF);
|
/external/llvm/lib/Target/X86/ |
README-SSE.txt | 33 pshufd $1, %xmm0, %xmm1 ## xmm1 = xmm0[1,0,0,0] 35 pshufd $3, %xmm0, %xmm2 ## xmm2 = xmm0[3,0,0,0] 55 pshufd $1, %xmm1, %xmm1 ## xmm1 = xmm1[1,0,0,0] 56 pshufd $1, %xmm0, %xmm3 ## xmm3 = xmm0[1,0,0,0] 230 selector should select pshufd or The register allocator can made the two-address 561 pshufd $81, %xmm0, %xmm0 569 pshufd $81, %xmm1, %xmm0 612 pshufd $3, %xmm0, %xmm1 616 pshufd $1, %xmm0, %xmm2 882 pshufd $1, %xmm3, %xmm [all...] |
/external/openssl/crypto/modes/asm/ |
ghash-x86.pl | 835 &pshufd ($T1,$Xi,0b01001110); 836 &pshufd ($T2,$Hkey,0b01001110); 865 &pshufd ($T2,$T1,0b01001110); # 866 &pshufd ($T3,$Hkey,0b01001110); 927 &pshufd ($Hkey,$Hkey,0b01001110);# dword swap 930 &pshufd ($T2,$Hkey,0b11111111); # broadcast uppermost dword 1041 &pshufd ($T1,$T3,0b01001110); 1044 &pshufd ($T3,$Hkey,0b01001110); 1156 &pshufd ($Hkey,$Hkey,0b01001110);# dword swap [all...] |
/external/libyuv/files/source/ |
format_conversion.cc | 37 pshufd xmm5, xmm5, 0 59 "pshufd $0x0,%%xmm5,%%xmm5 \n"
|
row_posix.cc | 332 "pshufd $0x0,%%xmm5,%%xmm5 \n" 335 "pshufd $0x0,%%xmm6,%%xmm6 \n" 382 "pshufd $0x0,%%xmm5,%%xmm5 \n" 385 "pshufd $0x0,%%xmm6,%%xmm6 \n" 435 "pshufd $0x0,%%xmm4,%%xmm4 \n" [all...] |
scale_argb.cc | 213 pshufd xmm5, xmm5, 0 304 pshufd xmm5, xmm5, 0 524 "pshufd $0x0,%%xmm5,%%xmm5 \n" 600 "pshufd $0x0,%%xmm5,%%xmm5 \n" [all...] |
/external/valgrind/main/memcheck/tests/amd64/ |
sse_memory.c | 348 //TEST_INSN( &AllMask, 16,pshufd) 580 //TEST_INSN( &AllMask, 16,pshufd)
|
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/ |
vpaes-x86.pl | 481 &pshufd ("xmm0","xmm0",0xFF); 544 &pshufd ("xmm1","xmm6",0x80); # d c 0 0 -> c 0 0 0 545 &pshufd ("xmm0","xmm7",0xFE); # b a _ _ -> b b b a 581 &pshufd ("xmm0","xmm0",0xFF);
|
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/aes/ |
vpaes-x86_64.asm | 336 pshufd xmm0,xmm0,0FFh 403 pshufd xmm1,xmm6,080h 404 pshufd xmm0,xmm7,0FEh 441 pshufd xmm0,xmm0,0FFh
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
row_posix.cc | 390 "pshufd $0x0,%%xmm5,%%xmm5 \n" 393 "pshufd $0x0,%%xmm6,%%xmm6 \n" 444 "pshufd $0x0,%%xmm5,%%xmm5 \n" 447 "pshufd $0x0,%%xmm6,%%xmm6 \n" 501 "pshufd $0x0,%%xmm4,%%xmm4 \n" [all...] |
row_win.cc | 459 pshufd xmm5, xmm5, 0 462 pshufd xmm6, xmm6, 0 510 pshufd xmm5, xmm5, 0 513 pshufd xmm6, xmm6, 0 564 pshufd xmm4, xmm4, 0 [all...] |
/external/chromium_org/third_party/libyuv/source/ |
row_posix.cc | 390 "pshufd $0x0,%%xmm5,%%xmm5 \n" 393 "pshufd $0x0,%%xmm6,%%xmm6 \n" 444 "pshufd $0x0,%%xmm5,%%xmm5 \n" 447 "pshufd $0x0,%%xmm6,%%xmm6 \n" 501 "pshufd $0x0,%%xmm4,%%xmm4 \n" [all...] |
row_win.cc | 460 pshufd xmm5, xmm5, 0 463 pshufd xmm6, xmm6, 0 511 pshufd xmm5, xmm5, 0 514 pshufd xmm6, xmm6, 0 565 pshufd xmm4, xmm4, 0 [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale.c | 885 pshufd xmm0, xmm0, 0xd8 // x1x0 -> xx01 886 pshufd xmm1, xmm1, 0x8d // x3x2 -> 32xx [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
scale.c | 885 pshufd xmm0, xmm0, 0xd8 // x1x0 -> xx01 886 pshufd xmm1, xmm1, 0x8d // x3x2 -> 32xx [all...] |
/bionic/libc/arch-x86/atom/string/ |
sse2-strchr-atom.S | 102 pshufd $0, %xmm1, %xmm1
|