Home
last modified time | relevance | path

Searched refs:psllq (Results 1 – 25 of 46) sorted by relevance

12

/external/openssl/crypto/modes/asm/
Dghash-x86.s222 psllq $60,%mm2
233 psllq $60,%mm2
245 psllq $60,%mm2
257 psllq $60,%mm2
269 psllq $60,%mm2
281 psllq $60,%mm2
293 psllq $60,%mm2
305 psllq $60,%mm2
317 psllq $60,%mm2
329 psllq $60,%mm2
[all …]
Dghash-x86.pl379 &psllq ($tmp,60);
523 &psllq ($tmp,60);
539 &psllq ($tmp,60);
554 &psllq ($tmp,60);
565 &psllq ($tmp,60);
650 &psllq ($tmp[1],60) if ($i>1);
736 &psllq ($tmp,56);
756 &psllq ($red[1],4);
766 &psllq ($tmp,60);
778 &psllq ($red[0],12); # correct by <<16>>4
[all …]
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_mixer_MMX_VC.c60 psllq mm0, 16 //$16,%%mm0 in SDL_MixAudio_MMX_S16_VC()
62 psllq mm0, 16 //$16,%%mm0 in SDL_MixAudio_MMX_S16_VC()
64 psllq mm0, 16 //$16,%%mm0 in SDL_MixAudio_MMX_S16_VC()
137 psllq mm0, 16 //$16,%%mm0 in SDL_MixAudio_MMX_S8_VC()
139 psllq mm0, 16 //$16,%%mm0 in SDL_MixAudio_MMX_S8_VC()
141 psllq mm0, 16 //$16,%%mm0 in SDL_MixAudio_MMX_S8_VC()
/external/openssl/crypto/bn/asm/
Dx86-gf2m.s31 psllq $31,%mm5
40 psllq $30,%mm4
49 psllq $3,%mm2
55 psllq $6,%mm1
61 psllq $9,%mm2
67 psllq $12,%mm1
73 psllq $15,%mm2
79 psllq $18,%mm1
85 psllq $21,%mm2
91 psllq $24,%mm1
[all …]
Dx86-gf2m.pl82 &psllq ($B31,31);
91 &psllq ($B30,30);
101 &psllq (@T[1],3*$n);
110 &psllq (@T[1],3*$n++);
115 &psllq (@T[0],3*$n);
247 &psllq ($R,32);
/external/openssl/crypto/sha/asm/
Dsha512-586.pl81 &psllq ("mm2",23);
85 &psllq ("mm2",23);
89 &psllq ("mm2",4);
109 &psllq ("mm6",25);
113 &psllq ("mm6",5);
117 &psllq ("mm6",6);
357 &psllq ("mm1",56);
359 &psllq ("mm7",3);
364 &psllq ("mm1",63-56);
366 &psllq ("mm7",45-3);
/external/llvm/test/CodeGen/X86/
Dmmx-shift.ll1 ; RUN: llc < %s -march=x86 -mattr=+mmx | grep psllq | grep 32
2 ; RUN: llc < %s -march=x86-64 -mattr=+mmx | grep psllq | grep 32
Dvshift-1.ll9 ; CHECK: psllq
19 ; CHECK: psllq
Dx86-shifts.ll45 ; CHECK: psllq
46 ; CHECK-NEXT: psllq
137 ; CHECK: psllq
Dvec_shift3.ll1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep psllq
Dvshift-4.ll9 ; CHECK: psllq
/external/qemu/distrib/libpng-1.2.19/
Dpngvcrd.c1253 psllq mm0, 24 ; v1 v0 v5 v4 v3 0 0 0 in png_do_read_interlace()
1258 psllq mm6, 8 ; 0 0 X X v2 v1 v0 0 in png_do_read_interlace()
1300 psllq mm0, 16 ; 0 0 0 v2 v1 v0 0 0 in png_do_read_interlace()
1302 psllq mm0, 24 ; v2 v1 v0 0 0 0 0 0 in png_do_read_interlace()
1328 psllq mm0, 16 ; 0 0 0 v2 v1 v0 0 0 in png_do_read_interlace()
1330 psllq mm0, 24 ; v2 v1 v0 0 0 0 0 0 in png_do_read_interlace()
1335 psllq mm0, 16 ; v0 v2 v1 v0 v2 v1 0 0 in png_do_read_interlace()
2042 psllq mm6, ShiftBpp // shift the mm6 mask to cover bytes 3-5 in png_read_filter_row_mmx_avg()
2044 psllq mm2, ShiftBpp // shift data to position correctly in png_read_filter_row_mmx_avg()
2056 psllq mm6, ShiftBpp // shift the mm6 mask to cover the last two in png_read_filter_row_mmx_avg()
[all …]
/external/openssl/crypto/rc4/asm/
Drc4-586.pl108 &psllq ("mm1",8) if ($i==0);
132 &psllq ("mm1",8*(($i-1)&7)) if (abs($i)!=1);
218 &psllq ("mm1",8);
222 &psllq ("mm1",56);
/external/compiler-rt/lib/i386/
Dashldi3.S29 psllq %xmm2, %xmm0 // shift input by count
Dashrdi3.S36 psllq %xmm2, %xmm1 // -1 << (64 - count) = leading sign bits
/external/qemu/distrib/sdl-1.2.15/src/video/
Dmmx.h582 #define psllq_i2r(imm, reg) mmx_i2r(psllq, imm, reg)
583 #define psllq_m2r(var, reg) mmx_m2r(psllq, var, reg)
584 #define psllq_r2r(regs, regd) mmx_r2r(psllq, regs, regd)
585 #define psllq(vars, vard) mmx_m2m(psllq, vars, vard) macro
/external/valgrind/main/VEX/test/
Dmmxtest.c369 #define psllq_m2r(var, reg) mmx_m2r(psllq, var, reg)
370 #define psllq_r2r(regs, regd) mmx_r2r(psllq, regs, regd)
371 #define psllq(vars, vard) mmx_m2m(psllq, vars, vard) macro
584 do_test("psllq", psllq(ma,mb)); in main()
/external/valgrind/main/none/tests/x86/
Dinsn_mmx.def55 psllq imm8[4] mm.uq[0x0123456789abcdef] => 1.uq[0x123456789abcdef0]
56 psllq mm.uq[4] mm.uq[0x0123456789abcdef] => 1.uq[0x123456789abcdef0]
57 psllq m64.uq[4] mm.uq[0x0123456789abcdef] => 1.uq[0x123456789abcdef0]
/external/valgrind/main/none/tests/amd64/
Dinsn_mmx.def75 psllq imm8[4] mm.uq[0x0123456789abcdef] => 1.uq[0x123456789abcdef0]
76 psllq mm.uq[4] mm.uq[0x0123456789abcdef] => 1.uq[0x123456789abcdef0]
77 psllq m64.uq[4] mm.uq[0x0123456789abcdef] => 1.uq[0x123456789abcdef0]
/external/v8/test/cctest/
Dtest-disasm-ia32.cc427 __ psllq(xmm0, 17); in TEST() local
428 __ psllq(xmm1, 42); in TEST() local
430 __ psllq(xmm0, xmm1); in TEST() local
431 __ psllq(xmm1, xmm2); in TEST() local
/external/llvm/test/MC/X86/
Dx86-32-coverage.s714 psllq %mm3,%mm3
717 psllq %xmm5,%xmm5
720 psllq $0x7f,%mm3
723 psllq $0x7f,%xmm5
5925 psllq 0xdeadbeef(%ebx,%ecx,8),%mm3
5929 psllq 0x45,%mm3
5933 psllq 0x7eed,%mm3
5937 psllq 0xbabecafe,%mm3
5941 psllq 0x12345678,%mm3
5945 psllq %mm3,%mm3
[all …]
/external/qemu/distrib/sdl-1.2.15/src/hermes/
Dmmxp2_32.asm214 psllq mm3, 16 ; 0 b 0 0
226 psllq mm1, 16 ; 0 b 0 0
/external/valgrind/main/memcheck/tests/x86/
Dsse2_memory.stdout.exp771 r psllq 420c62d4e96f88263e106c984105e4d0 4c6af40b12f142540b4cf0a13681ccd9 00000000000000000000…
772 r psllq 5d3586296d7ff6b94cf4e957151a42ff 3fe15ae52abbf238fa8192baea463343 00000000000000000000…
773 r psllq ac72f6e36e21881157e6896bfa95481e 51d7d13cc0ba64f2801e4baf61070f1d 00000000000000000000…
774 r psllq 0ba622e911de37fe4b984c0a26d37d4e 7ccfea951a19b1f0a8783e57f0bc0728 00000000000000000000…
775 r psllq b892db01da235b2d759c934b2e0dca8d 1e2b9657dbe25080e0bfe9684c422500 00000000000000000000…
776 m psllq 7c751d46591851a0ed67a6631160832b 4dd951d1ae38ad2e81651e24055d78b8 00000000000000000000…
777 m psllq 0176493bf3770aba71dbb26b8baed6de c9fe15e0d14a466e7c460d6c00bf2e8f 00000000000000000000…
778 m psllq 3cafdf2525425ca1246f2ec8e23076fb 87631894e8619d3dd271e2d9d30df6b0 00000000000000000000…
779 m psllq 28a16e8a32a660c512773a4f68de0a3e 454baa34f8698bc950f87c019402389a 00000000000000000000…
780 m psllq 23b0e8d0beab8f72a62558b8d3949d48 1dd97be7642c492022ce1d5cb637bdab 00000000000000000000…
/external/libvpx/vpx_scale/win32/
Dscaleopt.c274 psllq mm3, 8 // mm3 = 00 00 00 00 00 00 00 07 in horizontal_line_4_5_scale_mmx()
1181 psllq mm3, 56 in horizontal_line_1_2_scale_mmx()
1456 psllq mm1, 16 ; in horizontal_line_5_3_scale_mmx()
1489 psllq mm1, 16 ; in horizontal_line_5_3_scale_mmx()
/external/valgrind/main/memcheck/tests/amd64/
Dsse_memory.stdout.exp1221 r psllq bf332ad9d66254c09008fa7b1e2f302a 4b8cc46609942c005364e2a074941641 00000000000000000000…
1222 r psllq 480588703733d487937576c10220f16f d2a3c604fc0fe8558c8995b466968aed 00000000000000000000…
1223 r psllq 947177962e048567b3c56a56a13776c8 275f3eeaa6cd92729c8dd43ee4f2aecc 00000000000000000000…
1224 r psllq e239c7114041bf0e3c8c36518fafa733 a6241d7cacdaa3a5efa321f5a2818c7d 00000000000000000000…
1225 r psllq cd01a88a50323b0adc3c9aa9c0a1cd90 0c33b203131ff31d51dd5b70b6ff8c7f 00000000000000000000…
1226 m psllq 4a1ab8dde0d998b3a7d7a792c3a5ae2d 534bac85a40312c99e27b63289098f9c 00000000000000000000…
1227 m psllq ba3399cf2ee0f4f6cdb3dccd5428a5db ce79c16ae0bebb9bf0810ca59fc1f7f6 00000000000000000000…
1228 m psllq 90ab47804b6317f86225f6f7893c26b4 fdce3a7e074d0fae9d5a7b9817836d1d 00000000000000000000…
1229 m psllq 28e2b456dc6d7809d26275c616bc3857 fb6cc6e9807c4710d2a7458163eaba6f 00000000000000000000…
1230 m psllq 3f1c2f99e6e7f057ea7b39d011634442 455575b10ef4fbb01c3a09b75a70062a 00000000000000000000…

12