Lines Matching defs:table

58 /* This table describes how you change sizes for the various types of variable
232 /* Opcode hash table. */
243 /* Number of opcodes in the sorted table (filtered by current cpu). */
256 /* This table describes all the machine specific pseudo-ops the assembler
426 hash_print_statistics (file, "opcode table", m68hc11_hash);
432 /* Dump the opcode statistics table. */
591 /* Initialize the assembler. Create the opcode hash table
592 (sorted on the names) with the M6811 opcode table
606 /* Get a writable copy of the opcode table and sort it on the names. */
642 /* Insert unique names into hash table. The M6811 instruction set
644 on the operands. This hash table then provides a quick index to
645 the first opcode with a particular name in the opcode table. */
957 /* Look to see if it's in the register table. */
2091 /* build_insn takes a pointer to the opcode entry in the opcode table,
2217 /* find() gets a pointer to an entry in the opcode table. It must look at all
2230 /* Now search the opcode table table for one with operands
2383 table that matches the opcode name in the source line. We try to
2384 isolate an operand, find a possible match in the opcode table.
2385 We isolate another operand if no match were found. The table 'operands'
2474 lower case (the opcode table only has lower case op-codes). */
2785 const relax_typeS *table = TC_GENERIC_RELAX_TABLE;
2822 start_type = this_type = table + this_state;
2834 this_type = table + this_state;
2848 this_type = table + this_state;
3261 relax table, bcc, bra, bsr transformations)