Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dcris-dis.c176 static const struct cris_opcode **opc_table = NULL; in get_opcode_entry() local
189 if (opc_table == NULL) in get_opcode_entry()
191 opc_table = malloc (65536 * sizeof (opc_table[0])); in get_opcode_entry()
192 if (opc_table == NULL) in get_opcode_entry()
195 memset (opc_table, 0, 65536 * sizeof (const struct cris_opcode *)); in get_opcode_entry()
242 = (opc_table[prefix_insn] != NULL in get_opcode_entry()
243 ? opc_table[prefix_insn] in get_opcode_entry()
288 else if (prefix_insn == NO_CRIS_PREFIX && opc_table[insn] != NULL) in get_opcode_entry()
289 max_matchedp = opc_table[insn]; in get_opcode_entry()
391 opc_table[insn] = max_matchedp; in get_opcode_entry()