Home
last modified time | relevance | path

Searched refs:tnum_lshift (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dtnum.c37 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift() function
136 b = tnum_lshift(b, 1); in tnum_mul()
208 return tnum_lshift(tnum_rshift(a, 32), 32); in tnum_clear_subreg()
H A Dverifier.c13097 dst_reg->var_off = tnum_subreg(tnum_lshift(subreg, umin_val)); in scalar32_min_max_lsh()
13146 dst_reg->var_off = tnum_lshift(dst_reg->var_off, umin_val); in scalar_min_max_lsh()
/openbmc/linux/include/linux/
H A Dtnum.h34 struct tnum tnum_lshift(struct tnum a, u8 shift);