Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c980 u32 true_cond; in bpf_jit_build_body() local
1790 true_cond = COND_GT; in bpf_jit_build_body()
1800 true_cond = COND_LT; in bpf_jit_build_body()
1810 true_cond = COND_GE; in bpf_jit_build_body()
1820 true_cond = COND_LE; in bpf_jit_build_body()
1826 true_cond = COND_EQ; in bpf_jit_build_body()
1832 true_cond = COND_NE; in bpf_jit_build_body()
1838 true_cond = COND_NE; in bpf_jit_build_body()
1967 PPC_BCC(true_cond, addrs[i + 1 + off]); in bpf_jit_build_body()