Searched refs:MIPS16OP_MASK_RX (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dmips.h903 #define MIPS16OP_MASK_RX 0x7
902 #define MIPS16OP_MASK_RX macro
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dmips-dis.c1447 & MIPS16OP_MASK_RX)));
1530 immed = (l >> MIPS16OP_SH_RX) & MIPS16OP_MASK_RX;
1542 immed = (l >> MIPS16OP_SH_RX) & MIPS16OP_MASK_RX;
2036 && (((insn >> MIPS16OP_SH_RX) & MIPS16OP_MASK_RX)
2046 == ((insn >> MIPS16OP_SH_RX) & MIPS16OP_MASK_RX)))

Completed in 58 milliseconds