Lines Matching refs:t
374 unsigned s, t; in re_assemble_16() local
377 t = (as16 << 1) & 0xffff; in re_assemble_16()
379 return (t ^ s ^ (s >> 1)) | (s >> 15); in re_assemble_16()
422 static inline u32 hppa_t6_insn(u8 opcode, u8 r2, u8 r1, u8 c, u8 f, u8 ext6, u16 t) in hppa_t6_insn() argument
425 (ext6 << 6) | t); in hppa_t6_insn()
429 static inline u32 hppa_t7_insn(u8 opcode, u8 r, u8 t, u32 im11) in hppa_t7_insn() argument
431 return ((opcode << 26) | (r << 21) | (t << 16) | low_sign_unext(im11, 11)); in hppa_t7_insn()
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() argument
438 (ext3 << 10) | (cp << 5) | t); in hppa_t10_insn()
461 static inline u32 hppa_t21_insn(u8 opcode, u8 r2, u8 r1, u8 ext8, u8 t) in hppa_t21_insn() argument
463 return ((opcode << 26) | (r2 << 21) | (r1 << 16) | (ext8 << 5) | t); in hppa_t21_insn()