Searched refs:pc_ret0 (Results 1 – 3 of 3) sorted by relevance
177 if (ctx->pc_ret0 != -1) { in bpf_jit_build_body()178 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()263 if (ctx->pc_ret0 == -1) in bpf_jit_build_body()264 ctx->pc_ret0 = i; in bpf_jit_build_body()354 if (ctx->pc_ret0 != -1) { in bpf_jit_build_body()355 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()626 cgctx.pc_ret0 = -1; in bpf_jit_compile()
135 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()