Searched refs:lsh (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | nv50.c | 45 u32 lsh = line & 0x0f; in nv50_gpio_reset() local 53 nvkm_mask(device, reg, 0x00010001 << lsh, val << lsh); in nv50_gpio_reset()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec.c | 1016 TCGv_i32 lsh = tcg_temp_new_i32(); in gen_ushl_i32() local 1026 tcg_gen_ext8s_i32(lsh, shift); in gen_ushl_i32() 1027 tcg_gen_neg_i32(rsh, lsh); in gen_ushl_i32() 1028 tcg_gen_shl_i32(lval, src, lsh); in gen_ushl_i32() 1030 tcg_gen_movcond_i32(TCG_COND_LTU, dst, lsh, max, lval, zero); in gen_ushl_i32() 1038 TCGv_i64 lsh = tcg_temp_new_i64(); in gen_ushl_i64() local 1048 tcg_gen_ext8s_i64(lsh, shift); in gen_ushl_i64() 1049 tcg_gen_neg_i64(rsh, lsh); in gen_ushl_i64() 1050 tcg_gen_shl_i64(lval, src, lsh); in gen_ushl_i64() 1052 tcg_gen_movcond_i64(TCG_COND_LTU, dst, lsh, max, lval, zero); in gen_ushl_i64() [all …]
|
/openbmc/linux/tools/bpf/ |
H A D | bpf_exp.y | 111 | lsh 424 lsh
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 3998 TCGv_vec mask, lsh, t1, one; 4000 lsh = tcg_temp_new_vec_matching(t); 4005 tcg_gen_and_vec(vece, lsh, b, mask); 4006 tcg_gen_shlv_vec(vece, t1, one, lsh); 4073 int lsh; 4076 lsh = imm & ((8 << vece) -1); 4080 tcg_gen_shli_vec(vece, t1, one, lsh);
|
/openbmc/linux/Documentation/networking/ |
H A D | filter.rst | 254 lsh 0, 4 A << <x>
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4110 TCGv_vec v0, TCGv_vec v1, TCGv_i32 lsh) 4117 tcg_gen_dup_i32_vec(vece, t, lsh); 4126 tcg_gen_neg_i32(rsh, lsh); 4128 tcg_gen_shls_vec(vece, t, v1, lsh);
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2059 VUPK(lsh, s32, s16, UPKLO)
|