Searched refs:COND_EQ (Results 1 – 5 of 5) sorted by relevance
28 #define COND_EQ 6 /* bool == bool */ macro
62 case COND_EQ: in cond_evaluate_expr()
174 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()351 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()473 true_cond = COND_EQ; in bpf_jit_build_body()
271 PPC_BCC(COND_EQ, out); in bpf_jit_emit_tail_call()832 true_cond = COND_EQ; in bpf_jit_build_body()
260 #define COND_EQ (CR0_EQ | COND_CMP_TRUE) macro