Searched refs:pc_ret0 (Results 1 – 3 of 3) sorted by relevance
173 if (ctx->pc_ret0 != -1) { in bpf_jit_build_body()174 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()259 if (ctx->pc_ret0 == -1) in bpf_jit_build_body()260 ctx->pc_ret0 = i; in bpf_jit_build_body()350 if (ctx->pc_ret0 != -1) { in bpf_jit_build_body()351 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()620 cgctx.pc_ret0 = -1; in bpf_jit_compile()
134 int pc_ret0; /* bpf index of first RET #0 instruction (if any) */ member
331 int i, flen = fp->len, pc_ret0 = -1; in bpf_jit_compile() local463 if (pc_ret0 > 0) { in bpf_jit_compile()464 t_offset = addrs[pc_ret0 - 1]; in bpf_jit_compile()488 if (pc_ret0 == -1) in bpf_jit_compile()489 pc_ret0 = i; in bpf_jit_compile()