/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-586.pl | 179 &shl ("esi",14); # lo<<14 181 &shl ("edi",14); # hi<<14 188 &shl ("esi",18-14); # lo<<18 190 &shl ("edi",18-14); # hi<<18 197 &shl ("esi",23-18); # lo<<23 199 &shl ("edi",23-18); # hi<<23 244 &shl ("esi",4); # lo<<4 246 &shl ("edi",4); # hi<<4 253 &shl ("esi",25-4); # lo<<25 255 &shl ("ed [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-586.pl | 179 &shl ("esi",14); # lo<<14 181 &shl ("edi",14); # hi<<14 188 &shl ("esi",18-14); # lo<<18 190 &shl ("edi",18-14); # hi<<18 197 &shl ("esi",23-18); # lo<<23 199 &shl ("edi",23-18); # hi<<23 244 &shl ("esi",4); # lo<<4 246 &shl ("edi",4); # hi<<4 253 &shl ("esi",25-4); # lo<<25 255 &shl ("ed [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | cfhddsp.asm | 41 shl widthd, 1 47 shl widthd, 1 54 shl ostrided, 1 55 shl lwidthd, 1 56 shl hwidthd, 1 57 shl widthd, 1 63 shl xd, 1 64 shl yd, 1 65 shl tempd, 1 66 shl width [all...] |
H A D | h264_deblock_10bit.asm | 164 shl r2d, 2 165 shl r3d, 2 221 shl r2d, 2 222 shl r3d, 2 350 shl r2d, 2 351 shl r3d, 2 378 shl r2d, 2 379 shl r3d, 2 624 shl r2d, 2 625 shl r3 [all...] |
H A D | utvideodsp.asm | 90 shl wd, 1 91 shl linesize_rq, 1 92 shl linesize_gq, 1 93 shl linesize_bq, 1
|
H A D | takdsp.asm | 33 shl lengthd, 2 49 shl lengthd, 2 66 shl lengthd, 2 94 shl lengthd, 2
|
H A D | aacpsdsp.asm | 36 shl nd, 3 66 shl nd, 3 101 shl nd, 3 139 shl nd, 3 180 shl tmpd, 8 291 shl tmpd, 8 441 shl strideq, 3 442 shl nd, 6
|
H A D | aacencdsp.asm | 37 shl sizeq, 2 68 shl is_signedd, 31 71 shl sized, 2
|
H A D | alacdsp.asm | 37 shl lend, 2 71 shl lend, 2 113 shl lend, 2
|
H A D | vc1dsp_mc.asm | 233 shl blockd, 4 ; 16 * dc 237 shl blockd, 4 ; 16 * dc 250 shl blockd, 4 ; 16 * dc 253 shl blockd, 2 ; 4 * dc 270 shl blockd, 4 ; 16 * dc
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | vertex_pulling.cc | 463 auto* shl = ctx.dst->Shl(high_u32, 24u); in Fetch() 464 return ctx.dst->And(ctx.dst->Or(shl, shr), 0xffff0000u); in Fetch() 486 auto* shl = ctx.dst->Shl(high_u32, 8u); in Fetch() 487 return ctx.dst->And(ctx.dst->Or(shl, shr), 0xffffu); in Fetch() 538 auto* shl = ctx.dst->Shl(u16s, ctx.dst->vec2<u32>(8u, 0u)); in Fetch() local 540 return ctx.dst->Shr(shl, ctx.dst->vec2<u32>(24u)); in Fetch() 546 auto* shl = ctx.dst->Shl(u32s, ctx.dst->vec4<u32>(24u, 16u, 8u, 0u)); in Fetch() local 548 return ctx.dst->Shr(shl, ctx.dst->vec4<u32>(24u)); in Fetch() 554 auto* shl = ctx.dst->Shl(u32s, ctx.dst->vec2<u32>(16u, 0u)); in Fetch() local 556 return ctx.dst->Shr(shl, ct in Fetch() 564 auto* shl = ctx.dst->Shl(xxyy, ctx.dst->vec4<u32>(16u, 0u, 16u, 0u)); Fetch() local 572 auto* shl = ctx.dst->Shl(i16s, ctx.dst->vec2<u32>(8u, 0u)); Fetch() local 580 auto* shl = ctx.dst->Shl(i32s, ctx.dst->vec4<u32>(24u, 16u, 8u, 0u)); Fetch() local 588 auto* shl = ctx.dst->Shl(i32s, ctx.dst->vec2<u32>(16u, 0u)); Fetch() local 598 auto* shl = ctx.dst->Shl(xxyy, ctx.dst->vec4<u32>(16u, 0u, 16u, 0u)); Fetch() local [all...] |
/third_party/musl/src/stdlib/ |
H A D | qsort.c | 67 /* shl() and shr() need n > 0 */ 68 static inline void shl(size_t p[2], int n) in shl() function 188 shl(p, 1); in __qsort_r() 191 shl(p, pshift - 1); in __qsort_r() 208 shl(p, 2); in __qsort_r() 213 shl(p, 1); in __qsort_r()
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-sparcv9.pl | 364 ($shl,$shr)=map("%l$_",(0..7)); 471 and $inp,7,$shl 473 sll $shl,3,$shl 475 sub %g0,$shl,$shr 480 brz,pt $shl,1f 485 sllx $Xlo,$shl,$Xlo 486 sllx $Xhi,$shl,$Xhi
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-sparcv9.pl | 364 ($shl,$shr)=map("%l$_",(0..7)); 471 and $inp,7,$shl 473 sll $shl,3,$shl 475 sub %g0,$shl,$shr 480 brz,pt $shl,1f 485 sllx $Xlo,$shl,$Xlo 486 sllx $Xhi,$shl,$Xhi
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 49 my ($ctx,$inp,$len,$padbit,$shl,$shr) = map("%i$_",(0..5)); 99 neg $shr,$shl 115 sllx $h1,$shl,$t2 118 sllx $h2,$shl,$h2 172 neg $shr,$shl 188 sllx $d1,$shl,$t1 191 sllx $d2,$shl,$d2 307 neg $shr,$shl 320 sllx $D1,$shl,$T1 323 sllx $D2,$shl, [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 49 my ($ctx,$inp,$len,$padbit,$shl,$shr) = map("%i$_",(0..5)); 99 neg $shr,$shl 115 sllx $h1,$shl,$t2 118 sllx $h2,$shl,$h2 172 neg $shr,$shl 188 sllx $d1,$shl,$t1 191 sllx $d2,$shl,$d2 307 neg $shr,$shl 320 sllx $D1,$shl,$T1 323 sllx $D2,$shl, [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | af_anlmdn.asm | 33 shl xq, 2 38 shl lenq, 1 40 shl lenq, 2
|
/third_party/rust/crates/minimal-lexical/tests/ |
H A D | vec_tests.rs | 370 bigint::shl(&mut x, 5); in shl_test() 374 bigint::shl(&mut x, 32); in shl_test() 378 bigint::shl(&mut x, 27); in shl_test() 384 bigint::shl(&mut x, 5); in shl_test() 388 bigint::shl(&mut x, 32); in shl_test() 392 bigint::shl(&mut x, 27); in shl_test()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 398 shl \$8,$t4 400 shl \$8,$t5 406 shl \$8,$acc2 411 shl \$8,$acc0 413 shl \$16,$acc1 422 shl \$16,$t4 424 shl \$16,$t5 432 shl \$16,$acc2 434 shl \$24,$acc0 436 shl \ [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 398 shl \$8,$t4 400 shl \$8,$t5 406 shl \$8,$acc2 411 shl \$8,$acc0 413 shl \$16,$acc1 422 shl \$16,$t4 424 shl \$16,$t5 432 shl \$16,$acc2 434 shl \$24,$acc0 436 shl \ [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 196 /// out-of-line slow case for shl 509 return getLowBitsSet(numBits, hiBit - loBit).shl(loBit); in getBitsSet() 527 return getAllOnesValue(numBits).shl(shiftAmt); 761 *this = shl(shiftAmt); 830 APInt operator<<(unsigned Bits) const { return shl(Bits); } 835 APInt operator<<(const APInt &Bits) const { return shl(Bits); } 850 APInt shl(unsigned shiftAmt) const { 879 APInt shl(const APInt &shiftAmt) const; 1899 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { 1900 return LHS.shl(shiftAm [all...] |
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | cbc.pl | 170 &shl("edx",8); 184 &shl("ecx",8); 310 &shl("ecx",16);
|
/third_party/openssl/crypto/perlasm/ |
H A D | cbc.pl | 170 &shl("edx",8); 184 &shl("ecx",8); 310 &shl("ecx",16);
|
/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-rbs-asm.S | 52 shl r3 = in0, STACK_SIZE_SHIFT; \ 106 shl r3 = in0, STACK_SIZE_SHIFT; \ 112 shl r2 = r2, 16;; \ 187 shl r8 = in0, 32 // store iteration # in top 32 bits 225 shl r9 = in0, 32 // store iteration # in top 32 bits
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | x86_64-gf2m.pl | 75 shl \$63,$lo 79 shl \$62,$i0 84 shl \$61,$i1 139 shl \$`8*$n-4`,$t1 156 shl \$`8*$n-4`,$t1
|