Home
last modified time | relevance | path

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

/arch/mips/mm/
Duasm-mips.c26 #define RS_SH 21 macro
35 | (b) << RS_SH \
44 | (b) << RS_SH \
Duasm-micromips.c26 #define RS_SH 16 macro
36 | (c) << RS_SH \
Duasm.c75 return (arg & RS_MASK) << RS_SH; in build_rs()