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

/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dmips.h135 #define OP_SH_SEL 0 /* Coprocessor select field. */ macro
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dmips-dis.c846 sel = (l >> OP_SH_SEL) & OP_MASK_SEL;
889 sel = (l >> OP_SH_SEL) & OP_MASK_SEL;
1228 (l >> OP_SH_SEL) & OP_MASK_SEL);
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c8388 USE_BITS (OP_MASK_SEL, OP_SH_SEL); break;
8396 USE_BITS (OP_MASK_SEL, OP_SH_SEL); break;
8412 case 'H': USE_BITS (OP_MASK_SEL, OP_SH_SEL); break;

Completed in 60 milliseconds