Home
last modified time | relevance | path

Searched refs:DST_OP (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/kernel/bpf/
Dverifier.c1077 DST_OP, /* register is used as destination operand */ enumerator
1342 return !is_reg64(env, insn, insn->dst_reg, NULL, DST_OP); in insn_has_def32()
1397 if (t == DST_OP) in check_reg_arg()
4955 err = check_reg_arg(env, insn->dst_reg, DST_OP); in check_alu_op()
5961 err = check_reg_arg(env, insn->dst_reg, DST_OP); in check_ld_imm()
8441 if (is_reg64(env, &insn, insn.dst_reg, NULL, DST_OP)) { in opt_subreg_zext_lo32_rnd_hi32()