Home
last modified time | relevance | path

Searched refs:OP_MASK_CODE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dmips.h71 #define OP_MASK_CODE 0x3ff macro
/freebsd-12.1/contrib/binutils/opcodes/
H A Dmips-dis.c1103 (l >> OP_SH_CODE) & OP_MASK_CODE); in print_insn_args()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-mips.c8425 case 'c': USE_BITS (OP_MASK_CODE, OP_SH_CODE); break; in validate_mips_insn()
9273 if ((unsigned long) imm_expr.X_add_number > OP_MASK_CODE) in mips_ip()