Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Dmips.c4933 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
4949 mips_hash[i] = op; in print_insn_mips()
4967 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()