Searched refs:OP_MASK_INSMSB (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dmips.h148 #define OP_MASK_INSMSB 0x1f /* "ins" MSB. */ macro
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dmips-dis.c810 msb = (l >> OP_SH_INSMSB) & OP_MASK_INSMSB;
868 msb = ((l >> OP_SH_INSMSB) & OP_MASK_INSMSB) + 32;
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c8385 case 'B': USE_BITS (OP_MASK_INSMSB, OP_SH_INSMSB); break;
8390 case 'F': USE_BITS (OP_MASK_INSMSB, OP_SH_INSMSB); break;

Completed in 92 milliseconds