Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c59 #define BGU (F2(0, 2) | CONDGU) macro
643 COND_SEL(BPF_JMP | BPF_JGT | BPF_K, BGU, BLEU); in bpf_jit_compile()
647 COND_SEL(BPF_JMP | BPF_JGT | BPF_X, BGU, BLEU); in bpf_jit_compile()
H A Dbpf_jit_comp_64.c128 #define BGU (BRANCH | CONDGU) macro
707 br_opcode = BGU; in emit_compare_and_branch()