Home
last modified time | relevance | path

Searched refs:shr (Results 126 - 150 of 202) sorted by relevance

123456789

/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/ffmpeg/libavcodec/x86/
H A Dfft.asm751 shr r3, 1
760 shr r3, 1
815 shr r0, 1
H A Dvp8dsp.asm1075 shr dc1d, 16
1076 shr dc2d, 16
1085 shr dc1d, 16
1086 shr dc2d, 16
H A Dvp8dsp_loopfilter.asm165 shr %2, 16
173 shr %2, 16
179 shr %2, 16
185 shr %2, 16
H A Dvp3dsp.asm98 shr r2, 16
102 shr r2, 16
/third_party/lzma/Asm/arm64/
H A DLzmaDecOpt.S272 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 Dvpaes-x86_64.pl719 shr \$5,%eax
770 shr \$5,%eax
778 shr \$1,%r8d
/third_party/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl719 shr \$5,%eax
770 shr \$5,%eax
778 shr \$1,%r8d
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs1360 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 Drnndec.c175 value <<= ti->shr; in rnndec_decodeval()
231 field_val <<= bitfields[i]->typeinfo.shr; in rnndec_decodeval()
H A Drnn.c182 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 Drsaz-avx512.pl292 shr \$4, %r14b
295 shr \$4, %r12b
H A Dx86_64-mont.pl730 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 Drsaz-avx512.pl292 shr \$4, %r14b
295 shr \$4, %r12b
H A Dx86_64-mont.pl730 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 DSkVMBlitter.cpp150 | shr(Y & 4, 1)
151 | shr(X & 4, 2);
/third_party/node/deps/openssl/openssl/crypto/whrlpool/asm/
H A Dwp-x86_64.pl124 shr \$16,%eax
138 shr \$16,%ebx
158 shr \$16,%eax
172 shr \$16,%ebx
H A Dwp-mmx.pl134 &shr ("eax",16);
148 &shr ("ebx",16);
168 &shr ("eax",16);
182 &shr ("ebx",16);
/third_party/openssl/crypto/whrlpool/asm/
H A Dwp-x86_64.pl124 shr \$16,%eax
138 shr \$16,%ebx
158 shr \$16,%eax
172 shr \$16,%ebx
H A Dwp-mmx.pl134 &shr ("eax",16);
148 &shr ("ebx",16);
168 &shr ("eax",16);
182 &shr ("ebx",16);
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp419 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 Dresample.asm264 shr rax, %3
572 shr rax, %3
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc597 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 DIceAssemblerX8632.h807 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 DIceAssemblerX8664.h803 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);

Completed in 54 milliseconds

123456789