Searched refs:DST_OP (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 2518 DST_OP, /* register is used as destination operand */ enumerator 3303 return !is_reg64(env, insn, dst_reg, NULL, DST_OP); in insn_has_def32() 3358 if (t == DST_OP) in __check_reg_arg() 7229 err = check_reg_arg(env, load_reg, DST_OP); in check_atomic() 14328 err = check_reg_arg(env, insn->dst_reg, DST_OP); in check_alu_op() 15608 err = check_reg_arg(env, insn->dst_reg, DST_OP); in check_ld_imm() 19617 if (is_reg64(env, &insn, load_reg, NULL, DST_OP)) { in opt_subreg_zext_lo32_rnd_hi32()
|