Searched refs:opcode_table (Results 1 – 5 of 5) sorted by relevance
428 build_hash_table (const sparc_opcode **opcode_table, in build_hash_table() argument446 int hash = HASH_INSN (opcode_table[i]->match); in build_hash_table()450 h->opcode = opcode_table[i]; in build_hash_table()
761 int r = sizeof (opcode_table) / sizeof (struct opcode_entry) - 1; in get_opcode()766 int ans = strcmp (mnem, opcode_table[mid].mnem); in get_opcode()774 *code = opcode_table[mid].code; in get_opcode()775 *mode = opcode_table[mid].mode; in get_opcode()776 *flags = opcode_table[mid].flags; in get_opcode()
232 opcode_table[] ATTRIBUTE_UNUSED = variable
383 (fp_reg_table, cc_table, opcode_table): Likewise.
1981 (xtensa_isa_internal): Replace opcode_table field with opcodes field.