Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/opcode/
HDmips.h89 #define OP_MASK_CODE20 0xfffff /* 20 bit syscall/breakpoint code. */ macro
HDChangeLog-9103736 (OP_MASK_CODE20, OP_SH_CODE20): Define, with values of old
783 (OP_MASK_CODE20, OP_SH_CODE20): Define.
/NextBSD/contrib/binutils/opcodes/
HDmips-dis.c1135 (l >> OP_SH_CODE20) & OP_MASK_CODE20); in print_insn_args()
/NextBSD/contrib/binutils/gas/config/
HDtc-mips.c8399 case 'B': USE_BITS (OP_MASK_CODE20, OP_SH_CODE20); break; in validate_mips_insn()
9314 if ((unsigned long) imm_expr.X_add_number > OP_MASK_CODE20) in mips_ip()