Home
last modified time | relevance | path

Searched refs:OP_MASK_COPZ (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
HDmips.h99 #define OP_MASK_COPZ 0x1ffffff macro
HDChangeLog-91032861 * mips.h (OP_MASK_COPZ, OP_SH_COPZ): Define.
/freebsd-11-stable/contrib/binutils/opcodes/
HDmips-dis.c1129 (l >> OP_SH_COPZ) & OP_MASK_COPZ); in print_insn_args()
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c8400 case 'C': USE_BITS (OP_MASK_COPZ, OP_SH_COPZ); break; in validate_mips_insn()
9326 if ((unsigned long) imm_expr.X_add_number > OP_MASK_COPZ) in mips_ip()
9330 imm_expr.X_add_number &= OP_MASK_COPZ; in mips_ip()
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-20061322 Use symbolic constant of OP_MASK_COPZ.