Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dnios2r1.h26 #define IW_R1_OP_LSB 0 macro
29 #define IW_R1_OP_SHIFTED_MASK (IW_R1_OP_UNSHIFTED_MASK << IW_R1_OP_LSB)
30 #define GET_IW_R1_OP(W) (((W) >> IW_R1_OP_LSB) & IW_R1_OP_UNSHIFTED_MASK)
31 #define SET_IW_R1_OP(V) (((V) & IW_R1_OP_UNSHIFTED_MASK) << IW_R1_OP_LSB)