Home
last modified time | relevance | path

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

/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c751 emit(hppa_blt(hi(rs1), hi(rs2), NO_JUMP(1)), ctx); in emit_branch_r64()
755 emit(hppa_blt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
761 emit(hppa_blt(hi(rs1), hi(rs2), NO_JUMP(1)), ctx); in emit_branch_r64()
765 emit(hppa_blt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
845 emit(hppa_blt(rd, rs, off), ctx); in emit_bcc()
H A Dbpf_jit.h185 #define hppa_blt(r1, r2, target_addr) \ macro
H A Dbpf_jit_comp64.c306 emit(hppa_blt(rd, rs, off), ctx); in emit_branch()