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

/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dmips.h136 #define OP_MASK_SEL 0x7 /* The sel field of mfcZ and mtcZ. */ 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 83 milliseconds