Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dnios2r1.h75 #define IW_R_OPX_LSB 11 macro
78 #define IW_R_OPX_SHIFTED_MASK (IW_R_OPX_UNSHIFTED_MASK << IW_R_OPX_LSB)
79 #define GET_IW_R_OPX(W) (((W) >> IW_R_OPX_LSB) & IW_R_OPX_UNSHIFTED_MASK)
80 #define SET_IW_R_OPX(V) (((V) & IW_R_OPX_UNSHIFTED_MASK) << IW_R_OPX_LSB)