Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dmips-dis.c694 unsigned int lsb, msb, msbd; in print_insn_args() local
733 msbd = (l >> OP_SH_EXTMSBD) & OP_MASK_EXTMSBD; in print_insn_args()
734 (*info->fprintf_func) (info->stream, "0x%x", msbd + 1); in print_insn_args()
770 msbd = ((l >> OP_SH_EXTMSBD) & OP_MASK_EXTMSBD) + 32; in print_insn_args()
771 (*info->fprintf_func) (info->stream, "0x%x", msbd + 1); in print_insn_args()