Searched refs:hppa_t10_insn (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/parisc/net/
H A Dbpf_jit.h154 hppa_t10_insn(0x35, target, r, 0, 2, p, len) /* zdep r,a,b,t */
158 hppa_t10_insn(0x35, target, r, 0, 3, 31-(p), 32-(len)) /* depw,z r,p,len,ret1 */
162 hppa_t10_insn(0x34, reg, 0, 0, 0, 0, target) /* shrpw r0,reg,sar,target */
164 hppa_t10_insn(0x34, r2, r1, 0, 2, 31-(p), target) /* shrpw r1,r2,p,target */
166 hppa_t10_insn(0x34, r2, r1, 0, 2, 31-(p), target) /* shrpw r1,r2,p,tarfer */
168 hppa_t10_insn(0x34, reg, target, 0, 5, 0, 0) /* extrw,s reg,sar,32,ret0 */
170 hppa_t10_insn(0x34, reg, target, 0, 7, p, len) /* extrw,s reg,p,len,target */
172 hppa_t10_insn(0x34, r, target, 0, 6, p, 32-(len))
211 hppa_t10_insn(0x03, b, reg, 0, 0, 3<<1, target)
213 hppa_t10_insn(
435 static inline u32 hppa_t10_insn(u8 opcode, u8 r2, u8 r1, u8 c, u8 ext3, u8 cp, u8 t) function
[all...]
H A Dbpf_jit_comp64.c89 emit(hppa_t10_insn(0x3c, target, src, 0, c, pos & 0x1f, len & 0x1f), ctx);
106 emit(hppa_t10_insn(0x36, src, target, 0, c, pos & 0x1f, len & 0x1f), ctx);
116 emit(hppa_t10_insn(0x34, src, target, 0, c, pos, len), ctx);

Completed in 116 milliseconds