Lines Matching refs:hppa_t10_insn
154 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(0x03, b, low_sign_unext(im5,5), 0, 1<<2, 3<<1, target)
215 hppa_t10_insn(0x14, b, target, 0, 0, 0, 0) | re_assemble_16(im16)
217 hppa_t10_insn(0x03, b, src, 0, 1<<2, 0xB<<1, low_sign_unext(im5,5))
219 hppa_t10_insn(0x1c, b, src, 0, 0, 0, 0) | re_assemble_16(im16)
225 hppa_t10_insn(0x34, reg, 0, 0, 0, 1<<4, target)
231 hppa_t10_insn(0x34, reg, target, 0, 0, 0, 0) | 2<<11 | (se&1)<<10 | 1<<9 | 1<<8
435 static inline u32 hppa_t10_insn(u8 opcode, u8 r2, u8 r1, u8 c, u8 ext3, u8 cp, u8 t) in hppa_t10_insn() function