Lines Matching refs:tnum_const
1882 reg->var_off = tnum_const(imm); in ___mark_reg_known()
5488 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + reg->off + off)); in check_pkt_ptr_alignment()
5513 reg_off = tnum_add(reg->var_off, tnum_const(reg->off + off)); in check_generic_ptr_alignment()
5867 reg->var_off = tnum_const((s8)u64_cval); in coerce_reg_to_size_sx()
5869 reg->var_off = tnum_const((s16)u64_cval); in coerce_reg_to_size_sx()
5872 reg->var_off = tnum_const((s32)u64_cval); in coerce_reg_to_size_sx()
5940 reg->var_off = tnum_const((s8)u32_val); in coerce_subreg_to_size_sx()
5942 reg->var_off = tnum_const((s16)u32_val); in coerce_subreg_to_size_sx()
13689 false_32off = tnum_and(false_32off, tnum_const(~val32)); in reg_set_min_max()
13692 tnum_const(val32)); in reg_set_min_max()
13694 false_64off = tnum_and(false_64off, tnum_const(~val)); in reg_set_min_max()
13697 tnum_const(val)); in reg_set_min_max()
14482 struct tnum range = tnum_range(0, 1), const_0 = tnum_const(0); in check_return_code()
14574 range = tnum_const(0); in check_return_code()
14580 range = tnum_const(0); in check_return_code()