Searched refs:COND_EQ (Results 1 – 4 of 4) sorted by relevance
30 #define COND_EQ 6 /* bool == bool */ macro
64 case COND_EQ: in cond_evaluate_expr()
179 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()353 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); in bpf_jit_build_body()476 true_cond = COND_EQ; in bpf_jit_build_body()
301 #define COND_EQ (CR0_EQ | COND_CMP_TRUE) macro