Home
last modified time | relevance | path

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

/external/qemu/
Dmips-dis.c3447 unsigned int lsb, msb, msbd; in print_insn_args() local
3506 msbd = (l >> OP_SH_EXTMSBD) & OP_MASK_EXTMSBD; in print_insn_args()
3507 (*info->fprintf_func) (info->stream, "0x%x", msbd + 1); in print_insn_args()
3543 msbd = ((l >> OP_SH_EXTMSBD) & OP_MASK_EXTMSBD) + 32; in print_insn_args()
3544 (*info->fprintf_func) (info->stream, "0x%x", msbd + 1); in print_insn_args()