Searched refs:completers (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dia64-asmtab.h41 /* The base insn value for this opcode. It may be modified by completers. */
55 /* The tree of completers for this instruction; this is an offset into
57 short completers; member in struct:ia64_main_table
60 /* Each instruction has a set of possible "completers", or additional
69 These completers are arranged in a DAG; the pointers are indexes
79 Some instructions do not require any completers; these contain an
83 Terminal completers (those completers that validly complete an
105 /* A pointer to the DAG of completers that can potentially follow
123 /* COMPLETER_INDEX represents the tree of completers tha
[all...]
H A Dia64-opc.c177 prev_completer = main_table[main_ent].completers;
574 int ci = main_table[place].completers;
H A Dia64-gen.c26 their possible completers, as well as compacting the set of strings used.
77 /* The base name of this opcode. The names of its completers are
83 /* The list of completers that can be applied to this opcode. */
84 struct completer_entry *completers; member in struct:main_entry
95 /* The set of possible completers for an opcode. */
114 /* Additional completers that can be appended to this one. */
118 instruction opcode for this combination of opcode and completers.
171 /* The string table contains all opcodes and completers sorted in
1064 /* An insn class matches anything that is the same followed by completers,
1065 except when the absence and presence of completers constitute
[all...]

Completed in 102 milliseconds