Searched refs:pc_ret0 (Results 1 – 3 of 3) sorted by relevance
178 if (ctx->pc_ret0 != -1) { in bpf_jit_build_body()179 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()264 if (ctx->pc_ret0 == -1) in bpf_jit_build_body()265 ctx->pc_ret0 = i; in bpf_jit_build_body()352 if (ctx->pc_ret0 != -1) { in bpf_jit_build_body()353 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()624 cgctx.pc_ret0 = -1; in bpf_jit_compile()
314 int pc_ret0; /* bpf index of first RET #0 instruction (if any) */ member
368 int i, flen = fp->len, pc_ret0 = -1; in bpf_jit_compile() local502 if (pc_ret0 > 0) { in bpf_jit_compile()503 t_offset = addrs[pc_ret0 - 1]; in bpf_jit_compile()537 if (pc_ret0 == -1) in bpf_jit_compile()538 pc_ret0 = i; in bpf_jit_compile()