Searched refs:COND_SEL (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/sparc/net/ |
H A D | bpf_jit_comp.c | 687 #define COND_SEL(CODE, TOP, FOP) \ bpf_jit_compile() macro 693 COND_SEL(BPF_JMP | BPF_JGT | BPF_K, BGU, BLEU); bpf_jit_compile() 694 COND_SEL(BPF_JMP | BPF_JGE | BPF_K, BGEU, BLU); bpf_jit_compile() 695 COND_SEL(BPF_JMP | BPF_JEQ | BPF_K, BE, BNE); bpf_jit_compile() 696 COND_SEL(BPF_JMP | BPF_JSET | BPF_K, BNE, BE); bpf_jit_compile() 697 COND_SEL(BPF_JMP | BPF_JGT | BPF_X, BGU, BLEU); bpf_jit_compile() 698 COND_SEL(BPF_JMP | BPF_JGE | BPF_X, BGEU, BLU); bpf_jit_compile() 699 COND_SEL(BPF_JMP | BPF_JEQ | BPF_X, BE, BNE); bpf_jit_compile() 700 COND_SEL(BPF_JMP | BPF_JSET | BPF_X, BNE, BE); bpf_jit_compile()
|
Completed in 35 milliseconds