• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/

Lines Matching defs:table

276    CD is a cpu table descriptor.
288 CD is a cpu table descriptor.
306 CD is a cpu table descriptor.
327 CD is a cpu table descriptor.
417 /* Called before trying to match a table entry with the insn. */
458 enum cgen_hw_type is an index into this table (specifically `entries'). */
461 /* Pointer to null terminated table of all compiled in entries. */
508 /* Next name hash table entry. */
510 /* Next value hash table entry. */
527 /* Hash table used for name lookup. */
530 /* Hash table used for value lookup. */
550 const CGEN_KEYWORD *table;
555 /* Current index in hash table. */
631 /* "nil" indicator for the operand instance table */
652 /* This struct defines each entry in the operand table. */
686 and ABI dependent, for simple table lookups to work. */
711 enum cgen_operand_type is an index into this table (specifically
715 /* Pointer to null terminated table of all compiled in entries. */
742 /* End of table marker. */
761 /* The operand table entry CGEN_OPERAND_NIL if there is none
789 into the operand table. The operand table doesn't exist in C, per se, as
875 format. Each insn's opcode table entry contains a format table entry.
877 so one can reduce the size of the opcode table by recording the format table
878 as a separate entity. Given that we currently don't, format table entries
880 table, but reduces the number of tables. It's all minutiae anyway so it
944 /* Instruction opcode table.
947 /* ??? Some ports already have an opcode table yet still need to use the rest
995 /* This struct defines each entry in the instruction table. */
1022 and the table is already pretty big. Should perhaps be moved
1026 /* ??? Note that the operand instance table could be computed at run-time
1097 /* Fetch INSN's operand instance table. */
1101 /* Return INSN's opcode table entry. */
1183 /* The assembler insn table is hashed based on some function of the mnemonic
1192 /* The disassembler insn table is hashed based on some function of machine
1203 A copy of this is created when the cpu table is "opened".
1225 /* ??? Or maybe maximum word size - might we ever need to allow a cpu table
1227 ??? Another alternative is to create a table of selected machs and
1268 /* Main instruction table. */
1273 insns during hash table computation. */
1346 /* Return non-zero if insn should be added to hash table. */
1352 /* Number of entries in assembler hash table. */
1355 /* Return non-zero if insn should be added to hash table. */
1361 /* Number of entries in disassembler hash table. */
1364 /* Assembler instruction hash table. */
1368 /* Disassembler instruction hash table. */
1406 /* Open a cpu descriptor table for use.
1422 /* Initialize the opcode table for use.
1432 /* Initialize the ibld table for use.
1437 /* Initialize an cpu table for assembler or disassembler use.
1443 /* Initialize the operand instance table for use. */