Searched refs:COND_EQ (Results 1 – 5 of 5) sorted by relevance
30 #define COND_EQ 6 /* bool == bool */ macro
64 case COND_EQ: in cond_evaluate_expr()
178 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()355 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()478 true_cond = COND_EQ; in bpf_jit_build_body()
249 PPC_BCC(COND_EQ, out); in bpf_jit_emit_tail_call()768 true_cond = COND_EQ; in bpf_jit_build_body()
263 #define COND_EQ (CR0_EQ | COND_CMP_TRUE) macro