Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c750 emit(hppa_bgt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
756 emit(hppa_bgt(hi(rs1), hi(rs2), NO_JUMP(1)), ctx); in emit_branch_r64()
760 emit(hppa_bgt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
766 emit(hppa_bgt(hi(rs1), hi(rs2), NO_JUMP(1)), ctx); in emit_branch_r64()
842 emit(hppa_bgt(rd, rs, off), ctx); in emit_bcc()
H A Dbpf_jit.h201 #define hppa_bgt(r1, r2, target_addr) \ macro
H A Dbpf_jit_comp64.c303 emit(hppa_bgt(rd, rs, off), ctx); in emit_branch()