Searched refs:hppa_extru (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 171 #define hppa_extru(r, p, len, target) \ macro 174 hppa_extru(r, 31-(len), 32-(len), target)
|
H A D | bpf_jit_comp64.c | 747 emit(hppa_extru(rd, 31 - 8, 8, HPPA_REG_T1), ctx); in bpf_jit_emit_insn() 749 emit(hppa_extru(HPPA_REG_T1, 31, 16, rd), ctx); in bpf_jit_emit_insn()
|
H A D | bpf_jit_comp32.c | 1094 emit(hppa_extru(rd, 23, 8, HPPA_REG_T1), ctx); in emit_rev16() 1096 emit(hppa_extru(HPPA_REG_T1, 31, 16, rd), ctx); in emit_rev16() 1250 emit(hppa_extru(lo(rd), 31, 16, lo(rd)), ctx); in bpf_jit_emit_insn()
|