Searched refs:hppa_shrpw (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 483 emit(hppa_shrpw(hi(rd), lo(rd), imm, lo(rd)), ctx); in emit_alu_i64() 498 emit(hppa_shrpw(hi(rd), lo(rd), imm, lo(rd)), ctx); in emit_alu_i64() 1101 emit(hppa_shrpw(rs, rs, 16, HPPA_REG_T1), ctx); in emit_rev32() 1103 emit(hppa_shrpw(rs, HPPA_REG_T1, 8, rd), ctx); in emit_rev32()
|
H A D | bpf_jit.h | 163 #define hppa_shrpw(r1, r2, p, target) \ macro
|
H A D | bpf_jit_comp64.c | 753 emit(hppa_shrpw(rd, rd, 16, HPPA_REG_T1), ctx); in bpf_jit_emit_insn() 755 emit(hppa_shrpw(rd, HPPA_REG_T1, 8, HPPA_REG_T1), ctx); in bpf_jit_emit_insn()
|