HomeSort by relevance Sort by last modified time
    Searched refs:completers (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
ia64-asmtab.h 41 /* 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 that make u
    [all...]
ia64-opc.c 176 prev_completer = main_table[main_ent].completers;
573 int ci = main_table[place].completers;
ia64-gen.c 26 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
1069 /* An insn class matches anything that is the same followed by completers,
1070 except when the absence and presence of completers constitutes differen
    [all...]
  /external/turbine/java/com/google/turbine/binder/env/
LazyEnv.java 48 private final ImmutableMap<S, Completer<S, T, V>> completers; field in class:LazyEnv
56 public LazyEnv(ImmutableMap<S, Completer<S, T, V>> completers, Env<S, ? extends T> base) {
57 this.completers = completers;
67 Completer<S, T, V> completer = completers.get(sym);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/basic/
coprmem.s 4 ; addressing modes and completers.
imem.s 10 ; addressing modes and completers.
  /external/turbine/java/com/google/turbine/binder/
Binder.java 168 completers = ImmutableMap.builder(); local
170 completers.put(
180 return new LazyEnv<>(completers.build(), classPathEnv);
214 completers = ImmutableMap.builder(); local
221 completers.put(
243 new LazyEnv<>(completers.build(), SimpleEnv.<FieldSymbol, Const.Value>builder().build());

Completed in 228 milliseconds