Home
last modified time | relevance | path

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

/arch/mips/mm/
Duasm.c40 #define RS_MASK 0x1f macro
142 if (arg & ~RS_MASK) in build_rs()
145 return (arg & RS_MASK) << RS_SH; in build_rs()