Home | History | Annotate | Download | only in opcodes

Lines Matching defs:opc_table

177   static const struct cris_opcode **opc_table = NULL;
190 if (opc_table == NULL)
192 opc_table = malloc (65536 * sizeof (opc_table[0]));
193 if (opc_table == NULL)
196 memset (opc_table, 0, 65536 * sizeof (const struct cris_opcode *));
243 = (opc_table[prefix_insn] != NULL
244 ? opc_table[prefix_insn]
289 else if (prefix_insn == NO_CRIS_PREFIX && opc_table[insn] != NULL)
290 max_matchedp = opc_table[insn];
392 opc_table[insn] = max_matchedp;