Searched refs:true_cond (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c388 u32 true_cond; local
1022 true_cond = COND_GT;
1032 true_cond = COND_LT;
1042 true_cond = COND_GE;
1052 true_cond = COND_LE;
1058 true_cond = COND_EQ;
1064 true_cond = COND_NE;
1070 true_cond = COND_NE;
1199 PPC_BCC(true_cond, addrs[i + 1 + off]);
H A Dbpf_jit_comp32.c309 u32 true_cond; local
1080 true_cond = COND_GT;
1090 true_cond = COND_LT;
1100 true_cond = COND_GE;
1110 true_cond = COND_LE;
1116 true_cond = COND_EQ;
1122 true_cond = COND_NE;
1128 true_cond = COND_NE;
1271 PPC_BCC(true_cond, addrs[i + 1 + off]);

Completed in 146 milliseconds