Searched refs:COND_EQ (Results 1 – 4 of 4) sorted by relevance
152 #define COND_EQ (CR0_EQ | COND_CMP_TRUE) macro
344 PPC_BCC_CONST_SHORT(COND_EQ, 12); in bpf_jit_build_prologue() 676 PPC_BCC_SHORT(COND_EQ, out); in bpf_jit_emit_tail_call() 695 PPC_BCC_SHORT(COND_EQ, out); in bpf_jit_emit_tail_call() 1274 PPC_BCC_SHORT(COND_EQ, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1866 true_cond = COND_EQ; in bpf_jit_build_body()
671 (unsigned long)&image[ctx->idx], COND_EQ << 16)) in invoke_bpf_prog()
66 case COND_EQ: in cond_evaluate_expr()