Home
last modified time | relevance | path

Searched refs:shr (Results 101 - 125 of 202) sorted by relevance

123456789

/third_party/openssl/crypto/sha/asm/
H A Dkeccak1600-mmx.pl334 &shr ("edx",3); # bsz /= 8
372 &shr ("edx",3); # bsz /= 8
H A Dsha256-586.pl133 &shr ($T,3);
139 &shr ("edi",10);
430 &shr ($T,3);
436 &shr ("edi",10);
H A Dkeccak1600-x86_64.pl454 shr \$3,$bsz
522 shr \$3,%rcx
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl94 shr \$16,$t0
97 shr \$16,$t1
432 shr \$`64-$rot`,%r9
433 shr \$`64-$rot`,%r11
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-586.pl133 &shr ($T,3);
139 &shr ("edi",10);
430 &shr ($T,3);
436 &shr ("edi",10);
H A Dkeccak1600-x86_64.pl454 shr \$3,$bsz
522 shr \$3,%rcx
/third_party/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl94 shr \$16,$t0
97 shr \$16,$t1
432 shr \$`64-$rot`,%r9
433 shr \$`64-$rot`,%r11
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc462 auto* shr = ctx.dst->Shr(low_u32, 8u); in Fetch()
464 return ctx.dst->And(ctx.dst->Or(shl, shr), 0xffff0000u); in Fetch()
485 auto* shr = ctx.dst->Shr(low_u32, 24u); in Fetch()
487 return ctx.dst->And(ctx.dst->Or(shl, shr), 0xffffu); in Fetch()
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_deblock.asm367 shr r11, 3
428 shr r11, 1;
436 shr r6, 2;
532 shr r11, 1
540 shr r13, 1;
542 shr betaq, 3; ((beta + (beta >> 1)) >> 3))
H A Dexrdsp.asm42 shr sizeq, 1 ; half_size
H A Dv210enc.asm111 shr widthq, 1
H A Dpngdsp.asm106 shr cntrq, 2 + mmsize/16
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djchuff-sse2.asm187 shr %%temp, 16 ; temp >>= 16;
209 shr nbits, 16 ; nbits >>= 16;
579 shr index, sizeb ; index >>= size;
625 shr nbits, 1 ; nbits >>= 1; /* # of leading 0 bits in old index + 33 */
631 shr index, sizeb ; index >>= size;
655 shr index, sizeb ; index >>= size;
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_hqdn3d.asm90 shr t0d, 16-%1 ; could eliminate this by storing from t0h, but only with some contraints on register allocation
/third_party/ffmpeg/libswscale/x86/
H A Dscale_avx2.asm54 shr fltsized, 2
/third_party/libunwind/libunwind/src/ia64/
H A Dgetcontext.S122 shr.u rTMP = rNAT, rPOS // I0, 3 cycles
/third_party/lzma/Asm/arm64/
H A D7zAsm.S69 .macro shr reg:req, param:req
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dcbc.pl299 &shr("edx",16);
/third_party/openssl/crypto/perlasm/
H A Dcbc.pl299 &shr("edx",16);
/third_party/node/deps/openssl/openssl/crypto/des/asm/
H A Ddes-586.pl232 &shr( $u, 16);
235 &shr( $t, 16);
/third_party/openssl/crypto/des/asm/
H A Ddes-586.pl232 &shr( $u, 16);
235 &shr( $t, 16);
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64.S1444 shr.u DH=r34,32
1447 shr.u AT=H,r35
1454 shr.u AT=L,r35 };;
1466 shr.u HH=H,32;;
1496 shr.u HH=H,32;;
1524 { .mii; shr.u r9=H,I // remainder if anybody wants it
/third_party/openssl/crypto/bn/asm/
H A Dia64.S1444 shr.u DH=r34,32
1447 shr.u AT=H,r35
1454 shr.u AT=L,r35 };;
1466 shr.u HH=H,32;;
1496 shr.u HH=H,32;;
1524 { .mii; shr.u r9=H,I // remainder if anybody wants it
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DGPRArith.cpp965 __ shr(IceType_i32, Encoded_GPR_edx(), Immediate(8)); \ in TEST_F()
999 __ shr(IceType_i32, Encoded_GPR_edx(), Immediate(8)); \ in TEST_F()
1084 __ shr(IceType_i32, Encoded_GPR_edx(), Immediate(8)); \ in TEST_F()
1112 __ shr(IceType_i32, Encoded_GPR_edx(), Immediate(8)); \ in TEST_F()
1141 __ shr(IceType_i32, Encoded_GPR_edx(), Immediate(8)); \ in TEST_F()
1243 __ shr(IceType_i32, Encoded_GPR_edx(), Immediate(8)); \ in TEST_F()
1285 __ shr(IceType_i32, Encoded_GPR_edx(), Immediate(8)); \ in TEST_F()
1558 TestImplOp(shr, Dst, Value0, Count, >>, uint, Size); \ in TEST_F()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftcalc.h167 shr eax, 16 in FT_MulFix_i386()

Completed in 20 milliseconds

123456789