Home
last modified time | relevance | path

Searched refs:shr (Results 201 - 225 of 296) sorted by relevance

12345678910>>...12

/third_party/openssl/crypto/bn/asm/
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
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daes_ctrby8_avx-x86_64.S415 shr $4, counter
H A Daesni-intel_asm.S421 shr $8, %rax
769 shr $8, %rax
813 shr $2,%eax # 128->4, 192->6, 256->8
909 shr $2,%eax # 128->4, 192->6, 256->8
1096 shr $2,%eax # 128->4, 192->6, 256->8
1304 shr $2,%eax # 128->4, 192->6, 256->8
1496 shr $2,%eax # 128->4, 192->6, 256->8
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhead_64.S279 shr $24, %eax
/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...]
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3-its.c2290 static int its_setup_baser(struct its_node *its, struct its_baser *baser, u64 cache, u64 shr, u32 order, bool indirect) in its_setup_baser() argument
2334 ((alloc_pages - 1) << GITS_BASER_PAGES_SHIFT) | cache | shr | GITS_BASER_VALID); in its_setup_baser()
2369 shr = tmp & GITS_BASER_SHAREABILITY_MASK; in its_setup_baser()
2370 if (!shr) { in its_setup_baser()
2390 pr_info("ITS@%pa: allocated %d %s @%lx (%s, esz %d, psz %dK, shr %d)\n", &its->phys_base, in its_setup_baser()
2392 indirect ? "indirect" : "flat", (int)esz, psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT); in its_setup_baser()
2577 u64 shr = GITS_BASER_InnerShareable; in its_alloc_tables() local
2625 err = its_setup_baser(its, baser, cache, shr, order, indirect); in its_alloc_tables()
2633 shr = baser->val & GITS_BASER_SHAREABILITY_MASK; in its_alloc_tables()
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-gic-v3-its.c2309 u64 cache, u64 shr, u32 order, bool indirect) in its_setup_baser()
2356 shr | in its_setup_baser()
2384 shr = tmp & GITS_BASER_SHAREABILITY_MASK; in its_setup_baser()
2385 if (!shr) { in its_setup_baser()
2405 pr_info("ITS@%pa: allocated %d %s @%lx (%s, esz %d, psz %dK, shr %d)\n", in its_setup_baser()
2410 psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT); in its_setup_baser()
2592 u64 shr = GITS_BASER_InnerShareable; in its_alloc_tables() local
2640 err = its_setup_baser(its, baser, cache, shr, order, indirect); in its_alloc_tables()
2648 shr = baser->val & GITS_BASER_SHAREABILITY_MASK; in its_alloc_tables()
2308 its_setup_baser(struct its_node *its, struct its_baser *baser, u64 cache, u64 shr, u32 order, bool indirect) its_setup_baser() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dvp3dsp.asm98 shr r2, 16
102 shr r2, 16
/third_party/ffmpeg/libswresample/x86/
H A Dresample.asm264 shr rax, %3
572 shr rax, %3
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c96 u8 shr; member
102 u8 shr; member
1767 value >>= p_rmw_hdr->shr; in qlcnic_83xx_rmw_crb_reg()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c96 u8 shr; member
102 u8 shr; member
1767 value >>= p_rmw_hdr->shr; in qlcnic_83xx_rmw_crb_reg()
/third_party/mesa3d/src/freedreno/rnn/
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/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);
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_asm.S425 shr $8, %rax
773 shr $8, %rax
817 shr $2,%eax # 128->4, 192->6, 256->8
913 shr $2,%eax # 128->4, 192->6, 256->8
1100 shr $2,%eax # 128->4, 192->6, 256->8
1308 shr $2,%eax # 128->4, 192->6, 256->8
1500 shr $2,%eax # 128->4, 192->6, 256->8
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dentry_32.S339 shr $16, %edx
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl203 shr \$6,$len # number of 64-byte blocks
/third_party/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl203 shr \$6,$len # number of 64-byte blocks
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp302 CodeEmitterGM107::emitADDR(int gpr, int off, int len, int shr, in emitADDR() argument
306 assert(!(v->reg.data.offset & ((1 << shr) - 1))); in emitADDR()
309 emitField(off, len, v->reg.data.offset >> shr); in emitADDR()
313 CodeEmitterGM107::emitCBUF(int buf, int gpr, int off, int len, int shr, in emitCBUF() argument
319 assert(!(s->reg.data.offset & ((1 << shr) - 1))); in emitCBUF()
324 emitField(off, 16, s->reg.data.offset >> shr); in emitCBUF()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc3166 __ shr(ecx, HeapNumber::kExponentShift); in Generate_DoubleToI()
3729 __ shr(loop_count, 6); in Generate_MemMove()
3762 __ shr(loop_count, 6); in Generate_MemMove()
3794 __ shr(loop_count, 6); in Generate_MemMove()
3829 __ shr(loop_count, 6); in Generate_MemMove()
3884 __ shr(eax, 4); in Generate_MemMove()
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.cc1929 Node* shr = nullptr; in TryMatchWord32Ror() local
1932 shr = m.right().node(); in TryMatchWord32Ror()
1935 shr = m.left().node(); in TryMatchWord32Ror()
1941 Int32BinopMatcher mshr(shr); in TryMatchWord32Ror()
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dentry_32.S423 shr $16, %edx
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_nx.h900 uint8_t shr; member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_nx.h1044 uint8_t shr; member

Completed in 88 milliseconds

12345678910>>...12