Lines Matching refs:is_jmp32
8423 bool is_jmp32) in is_branch_taken() argument
8445 if (is_jmp32) in is_branch_taken()
8519 u8 opcode, bool is_jmp32) in reg_set_min_max() argument
8552 if (is_jmp32) in reg_set_min_max()
8559 if (is_jmp32) { in reg_set_min_max()
8574 if (is_jmp32) { in reg_set_min_max()
8594 if (is_jmp32) { in reg_set_min_max()
8612 if (is_jmp32) { in reg_set_min_max()
8632 if (is_jmp32) { in reg_set_min_max()
8651 if (is_jmp32) { in reg_set_min_max()
8672 u8 opcode, bool is_jmp32) in reg_set_min_max_inv() argument
8679 reg_set_min_max(true_reg, false_reg, val, val32, opcode, is_jmp32); in reg_set_min_max_inv()
8947 bool is_jmp32; in check_cond_jmp_op() local
8987 is_jmp32 = BPF_CLASS(insn->code) == BPF_JMP32; in check_cond_jmp_op()
8990 pred = is_branch_taken(dst_reg, insn->imm, opcode, is_jmp32); in check_cond_jmp_op()
8992 is_jmp32 && tnum_is_const(tnum_subreg(src_reg->var_off))) { in check_cond_jmp_op()
8996 is_jmp32); in check_cond_jmp_op()
8998 !is_jmp32 && tnum_is_const(src_reg->var_off)) { in check_cond_jmp_op()
9002 is_jmp32); in check_cond_jmp_op()
9005 !is_jmp32) { in check_cond_jmp_op()
9065 (is_jmp32 && in check_cond_jmp_op()
9071 opcode, is_jmp32); in check_cond_jmp_op()
9073 (is_jmp32 && in check_cond_jmp_op()
9079 opcode, is_jmp32); in check_cond_jmp_op()
9080 else if (!is_jmp32 && in check_cond_jmp_op()
9096 opcode, is_jmp32); in check_cond_jmp_op()
9109 if (!is_jmp32 && BPF_SRC(insn->code) == BPF_K && in check_cond_jmp_op()