HomeSort by relevance Sort by last modified time
    Searched full:completers (Results 1 - 21 of 21) 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-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...]
ia64-opc.c 176 prev_completer = main_table[main_ent].completers;
573 int ci = main_table[place].completers;
ChangeLog-9899 139 * hppa-dis.c: Finish constifying various completers, register
194 (print_insn_hppa): Add new completers.
200 * hppa-dis.c (print_insn_hppa): Place completers behind prefix 'c'.
229 (print_insn_hppa): Add 64 bit condition completers.
    [all...]
hppa-dis.c 542 /* Handle completers. */
ChangeLog-0001 3 * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers,
    [all...]
ChangeLog-9297     [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);
  /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());
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/
README 6 completers (such as cache hits) are parsed correctly, etc.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/basic/
coprmem.s 4 ; addressing modes and completers.
imem.s 10 ; addressing modes and completers.
  /toolchain/binutils/binutils-2.27/include/opcode/
hppa.h 160 J Yet another 14 bit offset for load/store with ma,mb completers.
161 K Yet another 14 bit offset for load/store with ma,mb completers.
164 < 16 bit offset for load/store with ma,mb completers (PA2.0 wide).
165 > 16 bit offset for load/store with ma,mb completers (PA2.0 wide).
    [all...]
ChangeLog-9103     [all...]
ChangeLog-0415     [all...]
  /toolchain/binutils/binutils-2.27/gas/
ChangeLog-9899 86 * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. Handle
261 '@'. Change autoincrement completers to fall through to cache control
262 completers.
595 * config/tc-hppa.c (pa_ip): Do not allow '*' in 32bit completers.
606 Add new completers. Fix bug in 64 bit condition handling.
611 * config/tc-hppa.c (pa_ip): Place completers behind prefix 'c'.
748 * config/tc-hppa.c (pa_ip): Add 64 bit condition completers.
    [all...]
ChangeLog-9295     [all...]
ChangeLog-2005 739 found. Simplify handling of "ma" and "mb" completers.
    [all...]
ChangeLog-0001 11 * config/tc-hppa.c (pa_ip): Handle new 'c' mode completers,
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinTask.java 496 * Hook for exception propagation support for tasks with completers.
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-hppa.c     [all...]

Completed in 1404 milliseconds