Home
last modified time | relevance | path

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

/linux-6.12.1/arch/parisc/net/
Dbpf_jit.h358 static inline unsigned re_assemble_12(unsigned as12) in re_assemble_12() argument
360 return (( (as12 & 0x800) >> 11) in re_assemble_12()
361 | ((as12 & 0x400) >> (10 - 2)) in re_assemble_12()
362 | ((as12 & 0x3ff) << (1 + 2))); in re_assemble_12()