Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Dcris.c1364 static const struct cris_opcode **opc_table = NULL; in get_opcode_entry() local
1377 if (opc_table == NULL) in get_opcode_entry()
1379 opc_table = g_new0(const struct cris_opcode *, 65536); in get_opcode_entry()
1396 = (opc_table[prefix_insn] != NULL in get_opcode_entry()
1397 ? opc_table[prefix_insn] in get_opcode_entry()
1442 else if (prefix_insn == NO_CRIS_PREFIX && opc_table[insn] != NULL) in get_opcode_entry()
1443 max_matchedp = opc_table[insn]; in get_opcode_entry()
1545 opc_table[insn] = max_matchedp; in get_opcode_entry()