Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/opcodes/
Dmips-dis.c843 sel = (l >> OP_SH_SEL) & OP_MASK_SEL; in print_insn_args()
886 sel = (l >> OP_SH_SEL) & OP_MASK_SEL; in print_insn_args()
1225 (l >> OP_SH_SEL) & OP_MASK_SEL); in print_insn_args()
/freebsd-10-stable/contrib/binutils/include/opcode/
Dmips.h136 #define OP_MASK_SEL 0x7 /* The sel field of mfcZ and mtcZ. */ macro
DChangeLog-9103782 (OP_MASK_SEL, OP_SH_SEL): Define.
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c8381 USE_BITS (OP_MASK_SEL, OP_SH_SEL); break; in validate_mips_insn()
8389 USE_BITS (OP_MASK_SEL, OP_SH_SEL); break; in validate_mips_insn()
8405 case 'H': USE_BITS (OP_MASK_SEL, OP_SH_SEL); break; in validate_mips_insn()