Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h203 #define hppa_bgeu(r1, r2, target_addr) \ macro
H A Dbpf_jit_comp32.c733 emit(hppa_bgeu(lo(rs1), lo(rs2), NO_JUMP(0)), ctx); in emit_branch_r64()
757 emit(hppa_bgeu(lo(rs1), lo(rs2), NO_JUMP(0)), ctx); in emit_branch_r64()
833 emit(hppa_bgeu(rd, rs, off), ctx); in emit_bcc()
H A Dbpf_jit_comp64.c294 emit(hppa_bgeu(rd, rs, off), ctx); in emit_branch()