Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/include/opcode/
Dmips.h166 #define OP_SH_IMM8 16 macro
DChangeLog317 OP_SH_IMM8, OP_MASK_IMM8, OP_SH_IMM10, OP_MASK_IMM10, OP_SH_WRDSP,
/freebsd-10-stable/contrib/binutils/opcodes/
Dmips-dis.c928 (l >> OP_SH_IMM8) & OP_MASK_IMM8); in print_insn_args()
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c8455 case '5': USE_BITS (OP_MASK_IMM8, OP_SH_IMM8); break; in validate_mips_insn()