Searched defs:mips_hash (Results 1 - 1 of 1) sorted by relevance

/external/qemu/disas/
H A Dmips.c4016 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1];
4032 mips_hash[i] = op;
4050 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP];
4010 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; local

Completed in 111 milliseconds