Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dnios2r2.h212 #define IW_F2X6L10_LSB_LSB 16 macro
215 #define IW_F2X6L10_LSB_SHIFTED_MASK (IW_F2X6L10_LSB_UNSHIFTED_MASK << IW_F2X6L10_LSB_LSB)
216 #define GET_IW_F2X6L10_LSB(W) (((W) >> IW_F2X6L10_LSB_LSB) & IW_F2X6L10_LSB_UNSHIFTED_MASK)
217 #define SET_IW_F2X6L10_LSB(V) (((V) & IW_F2X6L10_LSB_UNSHIFTED_MASK) << IW_F2X6L10_LSB_LSB)