Home
last modified time | relevance | path

Searched refs:COND_CMP_TRUE (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/net/
Dbpf_jit.h242 PPC_BCC_SHORT(cond ^ COND_CMP_TRUE, (ctx->idx+2)*4); \
251 #define COND_CMP_TRUE 0x100 macro
254 #define COND_GT (CR0_GT | COND_CMP_TRUE)
256 #define COND_EQ (CR0_EQ | COND_CMP_TRUE)
258 #define COND_LT (CR0_LT | COND_CMP_TRUE)
Dbpf_jit_comp.c529 PPC_BCC(true_cond ^ COND_CMP_TRUE, in bpf_jit_build_body()