Searched refs:is_reg64 (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 3644 static bool is_reg64(struct bpf_insn *insn, in is_reg64() function 3762 return !is_reg64(insn, dst_reg, NULL, DST_OP); in insn_has_def32() 3793 rw64 = is_reg64(insn, regno, reg, t); in __check_reg_arg() 21703 if (is_reg64(&insn, load_reg, NULL, DST_OP)) { in opt_subreg_zext_lo32_rnd_hi32()
|