Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/opcodes/
HDmips-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()
/NextBSD/contrib/binutils/include/opcode/
HDmips.h136 #define OP_MASK_SEL 0x7 /* The sel field of mfcZ and mtcZ. */ macro
HDChangeLog-9103782 (OP_MASK_SEL, OP_SH_SEL): Define.
/NextBSD/contrib/binutils/gas/config/
HDtc-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()