Searched refs:tnum_const (Results 1 – 3 of 3) sorted by relevance
17 struct tnum tnum_const(u64 value) in tnum_const() function255 return tnum_with_subreg(a, tnum_const(value)); in tnum_const_subreg()
2179 reg->var_off = tnum_const(imm); in ___mark_reg_known()6600 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + reg->off + off)); in check_pkt_ptr_alignment()6625 reg_off = tnum_add(reg->var_off, tnum_const(reg->off + off)); in check_generic_ptr_alignment()7084 reg->var_off = tnum_const((s8)u64_cval); in coerce_reg_to_size_sx()7086 reg->var_off = tnum_const((s16)u64_cval); in coerce_reg_to_size_sx()7089 reg->var_off = tnum_const((s32)u64_cval); in coerce_reg_to_size_sx()7158 reg->var_off = tnum_const((s8)u32_val); in coerce_subreg_to_size_sx()7160 reg->var_off = tnum_const((s16)u32_val); in coerce_subreg_to_size_sx()17084 t = tnum_or(tnum_subreg(reg1->var_off), tnum_const(val)); in regs_refine_cond_op()17087 reg1->var_off = tnum_or(reg1->var_off, tnum_const(val)); in regs_refine_cond_op()[all …]
21 struct tnum tnum_const(u64 value);