Searched refs:hppa_bgeu (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 203 #define hppa_bgeu(r1, r2, target_addr) \ macro
|
H A D | bpf_jit_comp32.c | 733 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 D | bpf_jit_comp64.c | 294 emit(hppa_bgeu(rd, rs, off), ctx); in emit_branch()
|