Home
last modified time | relevance | path

Searched refs:itable (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/evbarm/gemini/
H A Dgemini_start.S164 itable .req r5
167 adr itable, mmu_init_table
175 3: ldmia itable!, {va,pa,n_sec,attr}
189 .unreq itable
/netbsd-src/usr.bin/sort/
H A Dinit.c77 static u_char dtable[NBINS], itable[NBINS]; variable
202 cur_fld->mask = itable; in setfield()
442 itable[i] = 1; in settables()
/netbsd-src/external/gpl3/gdb/dist/sim/igen/
H A DChangeLog-20213 * gen-itable.c (NULL): Delete.
309 * gen-idecode.h, gen-itable.c, gen-itable.h: Ditto.
321 * gen-idecode.c, gen-idecode.h, gen-itable.c: Ditto.
322 * gen-itable.h, gen-model.c, gen-model.h, gen-semantics.c: Ditto.
552 (gen-engine.c, gen-icache.c, gen-itable.c, gen-semantics.c,
822 * gen-itable.c (gen_itable_h): [nr_itable_* + 1] to avoid
858 * gen-itable.c (gen_itable_h): Collect summary info on instruction
861 the itable string members.
1389 gen-icache.h, gen-idecode.c, gen-idecode.h, gen-itable.c,
1390 gen-itable.h, gen-model.c, gen-model.h, gen-semantics.c,
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A DChangeLog-20211287 (tmp-mach-multi, tmp-itable-multi, tmp-run-multi): New rules.
2109 (interp.o): Add dependency on itable.h
2117 tmp-hack,tmp-m32-hack,tmp-m16-hack,tmp-itable-hack,
2242 * interp.c: #include "itable.h" if WITH_IGEN.
2726 * Makefile.in (itable.h itable.c): Depend on SIM_@sim_gen@_ALL.
3001 * Makefile.in (semantics.o, engine.o, support.o, itable.o,
/netbsd-src/external/gpl3/gdb/dist/sim/v850/
H A DChangeLog-2021885 * interp.c: #include "itable.h".
1238 (SIM_EXTRA_DEPS): Add itable.h
1241 * sim-main.h (itable.h): Include.
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A DChangeLog-2021231 * gen-itable.c (NULL): Likewise.
1069 (gen-icache.o, gen-idecode.o, gen-itable.o, gen-model.o)
1072 (idecode.o, igen.o, interrupts.o, itable.o, ld-cache.o)
1205 * gen-itable.c: Include "ld-cache.h".
1212 (gen-itable.o, gen-model.o): Add "ld-cache.h".
3595 * gen-itable.c (itable_c_insn): Add the source file name and
3598 * debug.c (ITRACE): Use the itable (and my_index) to get the
3676 * gen-icache.[hc], gen-idecode.[hc], gen-itable.[hc],
5981 (main.o, sim_calls.o): Add function_unit.h, itable.h dependencies.
6421 itable.h, count individual instruction types not just total,
H A Dpowerpc.igen502 TRACE(trace_model,("all function units are busy for %s\n", itable[index].name));
/netbsd-src/sys/dev/audio/
H A Daudio.c886 static const struct portname itable[] = { variable
1305 itable); in mixer_init()
1348 itable); in mixer_init()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git81142 sim: mips: hoist itable igen rules up to common builds
81147 sim: mips: unify itable generation (a bit)
81148 The m16 & multi targets generate itable once even when all the other
81150 generate itable with everything else out of convenience. This means
81151 flags are passed which don't affect the generated itable there.
81153 We can unify the itable generation by making sure the right -F/-M
81165 This variable is only used to generate the itable files. In preparation
81166 for merging the itable logic among all ports, rename "multi_flags" to a
81328 sim: igen: constify itable data structures