Searched refs:hppa_bltu (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 727 emit(hppa_bltu(hi(rs1), hi(rs2), NO_JUMP(1)), ctx); in emit_branch_r64() 731 emit(hppa_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64() 737 emit(hppa_bltu(hi(rs1), hi(rs2), NO_JUMP(1)), ctx); in emit_branch_r64() 738 emit(hppa_bltu(lo(rs1), lo(rs2), NO_JUMP(0)), ctx); in emit_branch_r64() 741 emit(hppa_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64() 762 emit(hppa_bltu(lo(rs1), lo(rs2), NO_JUMP(0)), ctx); in emit_branch_r64() 830 emit(hppa_bltu(rd, rs, off), ctx); in emit_bcc() 968 emit(hppa_bltu(lo(idx_reg), HPPA_REG_T1, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_bpf_tail_call()
|
H A D | bpf_jit.h | 189 #define hppa_bltu(r1, r2, target_addr) \ macro
|
H A D | bpf_jit_comp64.c | 291 emit(hppa_bltu(rd, rs, off), ctx); in emit_branch() 370 emit(hppa_bltu(idx_reg, HPPA_REG_T1, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_bpf_tail_call()
|