Searched refs:hppa_bleu (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 191 #define hppa_bleu(r1, r2, target_addr) \ macro
|
H A D | bpf_jit_comp32.c | 728 emit(hppa_bleu(lo(rs1), lo(rs2), NO_JUMP(0)), ctx); in emit_branch_r64() 752 emit(hppa_bleu(lo(rs1), lo(rs2), NO_JUMP(0)), ctx); in emit_branch_r64() 836 emit(hppa_bleu(rd, rs, off), ctx); in emit_bcc()
|
H A D | bpf_jit_comp64.c | 297 emit(hppa_bleu(rd, rs, off), ctx); in emit_branch()
|