Searched refs:hppa_bltu (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c727 emit(hppa_bltu(hi(rs1), hi(rs2), NO_JUMP(1)), ctx);
731 emit(hppa_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx);
737 emit(hppa_bltu(hi(rs1), hi(rs2), NO_JUMP(1)), ctx);
738 emit(hppa_bltu(lo(rs1), lo(rs2), NO_JUMP(0)), ctx);
741 emit(hppa_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx);
762 emit(hppa_bltu(lo(rs1), lo(rs2), NO_JUMP(0)), ctx);
830 emit(hppa_bltu(rd, rs, off), ctx);
968 emit(hppa_bltu(lo(idx_reg), HPPA_REG_T1, 2 - HPPA_BRANCH_DISPLACEMENT), ctx);
H A Dbpf_jit.h189 #define hppa_bltu(r1, r2, target_addr) \ macro
H A Dbpf_jit_comp64.c291 emit(hppa_bltu(rd, rs, off), ctx);
370 emit(hppa_bltu(idx_reg, HPPA_REG_T1, 2 - HPPA_BRANCH_DISPLACEMENT), ctx);

Completed in 144 milliseconds