/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | GPRArith.cpp | 965 __ 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/ffmpeg/libavcodec/x86/ |
H A D | fft.asm | 751 shr r3, 1 760 shr r3, 1 815 shr r0, 1
|
H A D | vp8dsp.asm | 1075 shr dc1d, 16 1076 shr dc2d, 16 1085 shr dc1d, 16 1086 shr dc2d, 16
|
H A D | vp8dsp_loopfilter.asm | 165 shr %2, 16 173 shr %2, 16 179 shr %2, 16 185 shr %2, 16
|
H A D | vp3dsp.asm | 98 shr r2, 16 102 shr r2, 16
|
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 272 shr range, kNumBitModelTotalBits 950 shr range, 1 1123 shr sym, 8 1330 shr sym, PSHIFT 1462 shr state, PSHIFT
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | vpaes-x86_64.pl | 719 shr \$5,%eax 770 shr \$5,%eax 778 shr \$1,%r8d
|
/third_party/openssl/crypto/aes/asm/ |
H A D | vpaes-x86_64.pl | 719 shr \$5,%eax 770 shr \$5,%eax 778 shr \$1,%r8d
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 1360 fn shr(self, n: i32) -> BigNum { in shr() functions 1370 fn shr(self, n: i32) -> BigNum { in shr() functions 1371 self.deref().shr(n) in shr()
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnndec.c | 175 value <<= ti->shr; in rnndec_decodeval() 231 field_val <<= bitfields[i]->typeinfo.shr; in rnndec_decodeval()
|
H A D | rnn.c | 182 if (!strcmp(attr->name, "shr")) { in trytypeattr() 183 ti->shr = getnumattrib(db, file, node->line, attr); in trytypeattr() 976 dst->shr = src->shr; in copytypeinfo()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | rsaz-avx512.pl | 292 shr \$4, %r14b 295 shr \$4, %r12b
|
H A D | x86_64-mont.pl | 730 shr \$2,$j # j=num/4-1 771 shr \$2,$j # j=num/4 1099 shr \$5,$num 1323 shr \$3+2,$num # %cf=0
|
/third_party/openssl/crypto/bn/asm/ |
H A D | rsaz-avx512.pl | 292 shr \$4, %r14b 295 shr \$4, %r12b
|
H A D | x86_64-mont.pl | 730 shr \$2,$j # j=num/4-1 771 shr \$2,$j # j=num/4 1099 shr \$5,$num 1323 shr \$3+2,$num # %cf=0
|
/third_party/skia/src/core/ |
H A D | SkVMBlitter.cpp | 150 | shr(Y & 4, 1) 151 | shr(X & 4, 2);
|
/third_party/node/deps/openssl/openssl/crypto/whrlpool/asm/ |
H A D | wp-x86_64.pl | 124 shr \$16,%eax 138 shr \$16,%ebx 158 shr \$16,%eax 172 shr \$16,%ebx
|
H A D | wp-mmx.pl | 134 &shr ("eax",16); 148 &shr ("ebx",16); 168 &shr ("eax",16); 182 &shr ("ebx",16);
|
/third_party/openssl/crypto/whrlpool/asm/ |
H A D | wp-x86_64.pl | 124 shr \$16,%eax 138 shr \$16,%ebx 158 shr \$16,%eax 172 shr \$16,%ebx
|
H A D | wp-mmx.pl | 134 &shr ("eax",16); 148 &shr ("ebx",16); 168 &shr ("eax",16); 182 &shr ("ebx",16);
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 419 simdutf_really_inline simd8<uint8_t> shr() const { return vshrq_n_u8(*this, N); } in shr() function 921 simdutf_really_inline simd16<uint16_t> shr() const { return simd16<uint16_t>(vshrq_n_u16(*this, N)); } in shr() function 1919 simdutf_really_inline simd8<uint8_t> shr() const { return simd8<uint8_t>(_mm256_srli_epi16(*this, N)) & uint8_t(0xFFu >> N); } in shr() function 2186 simdutf_really_inline simd16<uint16_t> shr() const { return simd16<uint16_t>(_mm256_srli_epi16(*this, N)); } in shr() function 2811 simdutf_really_inline simd8<uint8_t> shr() const { return simd8<uint8_t>(_mm_srli_epi16(*this, N)) & uint8_t(0xFFu >> N); } in shr() function 3151 simdutf_really_inline simd16<uint16_t> shr() const { return simd16<uint16_t>(_mm_srli_epi16(*this, N)); } in shr() function 3802 template <int N> simdutf_really_inline simd8<uint8_t> shr() const { in shr() function 12704 const auto v0 = u0.shr<8>(); in arm_detect_encodings() 12705 const auto v1 = u1.shr<8>(); in arm_detect_encodings() 12706 const auto v2 = u2.shr< in arm_detect_encodings() [all...] |
/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 264 shr rax, %3 572 shr rax, %3
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 597 shr(tmp, 1); in CallRecordWriteStub() 665 if (shift != 32) shr(low, shift - 32); in CallRecordWriteStub() 669 shr(high, shift); in CallRecordWriteStub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 807 void shr(Type Ty, GPRRegister reg, const Immediate &imm); 808 void shr(Type Ty, GPRRegister operand, GPRRegister shifter); 809 void shr(Type Ty, const AsmAddress &operand, GPRRegister shifter);
|
H A D | IceAssemblerX8664.h | 803 void shr(Type Ty, GPRRegister reg, const Immediate &imm); 804 void shr(Type Ty, GPRRegister operand, GPRRegister shifter); 805 void shr(Type Ty, const AsmAddress &operand, GPRRegister shifter);
|