Home
last modified time | relevance | path

Searched refs:ext8 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/parisc/net/
H A Dbpf_jit.h461 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()