Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/opcode/
HDmips.h169 #define OP_MASK_IMM10 0x3ff macro
HDChangeLog317 OP_SH_IMM8, OP_MASK_IMM8, OP_SH_IMM10, OP_MASK_IMM10, OP_SH_WRDSP,
/NextBSD/contrib/binutils/opcodes/
HDmips-dis.c971 delta = ((l >> OP_SH_IMM10) & OP_MASK_IMM10); in print_insn_args()
973 delta |= ~OP_MASK_IMM10; in print_insn_args()
/NextBSD/contrib/binutils/gas/config/
HDtc-mips.c8463 case '@': USE_BITS (OP_MASK_IMM10, OP_SH_IMM10); break; in validate_mips_insn()
8919 min_range = -((OP_MASK_IMM10 + 1) >> 1); in mips_ip()
8920 max_range = ((OP_MASK_IMM10 + 1) >> 1) - 1; in mips_ip()