Searched refs:emit_compare_and_branch (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 658 static int emit_compare_and_branch(const u8 code, const u8 dst, u8 src, in emit_compare_and_branch() function 1188 err = emit_compare_and_branch(code, dst, src, 0, false, i + off, ctx); in build_insn() 1207 err = emit_compare_and_branch(code, dst, 0, imm, true, i + off, ctx); in build_insn()
|