Lines Matching refs:is_jmp32
9648 bool is_jmp32) in is_branch_taken() argument
9670 if (is_jmp32) in is_branch_taken()
9744 u8 opcode, bool is_jmp32) in reg_set_min_max() argument
9773 if (is_jmp32) { in reg_set_min_max()
9782 if (is_jmp32) { in reg_set_min_max()
9791 if (is_jmp32) { in reg_set_min_max()
9806 if (is_jmp32) { in reg_set_min_max()
9826 if (is_jmp32) { in reg_set_min_max()
9844 if (is_jmp32) { in reg_set_min_max()
9864 if (is_jmp32) { in reg_set_min_max()
9883 if (is_jmp32) { in reg_set_min_max()
9904 u8 opcode, bool is_jmp32) in reg_set_min_max_inv() argument
9911 reg_set_min_max(true_reg, false_reg, val, val32, opcode, is_jmp32); in reg_set_min_max_inv()
10138 bool is_jmp32; in check_cond_jmp_op() local
10178 is_jmp32 = BPF_CLASS(insn->code) == BPF_JMP32; in check_cond_jmp_op()
10181 pred = is_branch_taken(dst_reg, insn->imm, opcode, is_jmp32); in check_cond_jmp_op()
10183 is_jmp32 && tnum_is_const(tnum_subreg(src_reg->var_off))) { in check_cond_jmp_op()
10187 is_jmp32); in check_cond_jmp_op()
10189 !is_jmp32 && tnum_is_const(src_reg->var_off)) { in check_cond_jmp_op()
10193 is_jmp32); in check_cond_jmp_op()
10196 !is_jmp32) { in check_cond_jmp_op()
10256 (is_jmp32 && in check_cond_jmp_op()
10262 opcode, is_jmp32); in check_cond_jmp_op()
10264 (is_jmp32 && in check_cond_jmp_op()
10270 opcode, is_jmp32); in check_cond_jmp_op()
10271 else if (!is_jmp32 && in check_cond_jmp_op()
10287 opcode, is_jmp32); in check_cond_jmp_op()
10300 if (!is_jmp32 && BPF_SRC(insn->code) == BPF_K && in check_cond_jmp_op()