Searched refs:ext8 (Results 1 – 1 of 1) sorted by relevance
461 static inline u32 hppa_t21_insn(u8 opcode, u8 r2, u8 r1, u8 ext8, u8 t) in hppa_t21_insn() argument463 return ((opcode << 26) | (r2 << 21) | (r1 << 16) | (ext8 << 5) | t); in hppa_t21_insn()