Searched refs:semantic (Results 1 - 25 of 81) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/igen/
H A Digen.c612 insn_list *semantic; local
630 for (semantic = semantics; semantic != NULL; semantic = semantic->next)
633 if (semantic->insn->nr_words == 0)
636 semantic->insn,
637 semantic->expanded_bits,
638 semantic->opcodes,
639 semantic
654 insn_list *semantic; local
683 gen_icache_h(lf *file, insn_list *semantic, function_entry * functions, int max_nr_words) argument
720 gen_icache_c(lf *file, insn_list *semantic, function_entry * functions, cache_entry *cache_rules) argument
[all...]
H A Dgen.h65 /* The semantic function list_entry corresponding to this insn */
66 insn_list *semantic; member in struct:_insn_list
119 /* list of all the semantic functions */
123 /* list of all the semantic functions */
H A Dgen-idecode.c426 entry->insns->semantic->nr_prefetched_words);
448 entry->insns->semantic->
757 lf_putstr (file, " goto *cache_entry->semantic;\n");
808 lf_printf (file, "cache_entry->semantic = &&");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/igen/
H A Digen.c612 insn_list *semantic; local
630 for (semantic = semantics; semantic != NULL; semantic = semantic->next)
633 if (semantic->insn->nr_words == 0)
636 semantic->insn,
637 semantic->expanded_bits,
638 semantic->opcodes,
639 semantic
654 insn_list *semantic; local
683 gen_icache_h(lf *file, insn_list *semantic, function_entry * functions, int max_nr_words) argument
720 gen_icache_c(lf *file, insn_list *semantic, function_entry * functions, cache_entry *cache_rules) argument
[all...]
H A Dgen.h65 /* The semantic function list_entry corresponding to this insn */
66 insn_list *semantic; member in struct:_insn_list
119 /* list of all the semantic functions */
123 /* list of all the semantic functions */
H A Dgen-idecode.c426 entry->insns->semantic->nr_prefetched_words);
448 entry->insns->semantic->
757 lf_putstr (file, " goto *cache_entry->semantic;\n");
808 lf_printf (file, "cache_entry->semantic = &&");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/igen/
H A Digen.c612 insn_list *semantic; local
630 for (semantic = semantics; semantic != NULL; semantic = semantic->next)
633 if (semantic->insn->nr_words == 0)
636 semantic->insn,
637 semantic->expanded_bits,
638 semantic->opcodes,
639 semantic
654 insn_list *semantic; local
683 gen_icache_h(lf *file, insn_list *semantic, function_entry * functions, int max_nr_words) argument
720 gen_icache_c(lf *file, insn_list *semantic, function_entry * functions, cache_entry *cache_rules) argument
[all...]
H A Dgen.h65 /* The semantic function list_entry corresponding to this insn */
66 insn_list *semantic; member in struct:_insn_list
119 /* list of all the semantic functions */
123 /* list of all the semantic functions */
H A Dgen-idecode.c426 entry->insns->semantic->nr_prefetched_words);
448 entry->insns->semantic->
757 lf_putstr (file, " goto *cache_entry->semantic;\n");
808 lf_printf (file, "cache_entry->semantic = &&");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dcgen-engine.h27 support for fast execution by duplicating the semantic code but leaving
42 extraction to the semantic handler. The former can be viewed as the
73 /* Type of the machine generated semantic fns. */
78 semantic routine. */
87 /* Result of semantic routines is a status indicator (wip). */
90 /* Instruction fields are extracted by the semantic routine.
100 /* In the ARGBUF struct, a pointer to the semantic routine for the insn. */
118 /* Set the appropriate semantic handler in ABUF. */
123 do { (abuf)->semantic.sem_case = (idesc)->sem_full_lab; } while (0)
126 do { (abuf)->semantic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dcgen-engine.h27 support for fast execution by duplicating the semantic code but leaving
42 extraction to the semantic handler. The former can be viewed as the
73 /* Type of the machine generated semantic fns. */
78 semantic routine. */
87 /* Result of semantic routines is a status indicator (wip). */
90 /* Instruction fields are extracted by the semantic routine.
100 /* In the ARGBUF struct, a pointer to the semantic routine for the insn. */
118 /* Set the appropriate semantic handler in ABUF. */
123 do { (abuf)->semantic.sem_case = (idesc)->sem_full_lab; } while (0)
126 do { (abuf)->semantic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dcgen-engine.h27 support for fast execution by duplicating the semantic code but leaving
42 extraction to the semantic handler. The former can be viewed as the
73 /* Type of the machine generated semantic fns. */
78 semantic routine. */
87 /* Result of semantic routines is a status indicator (wip). */
90 /* Instruction fields are extracted by the semantic routine.
100 /* In the ARGBUF struct, a pointer to the semantic routine for the insn. */
118 /* Set the appropriate semantic handler in ABUF. */
123 do { (abuf)->semantic.sem_case = (idesc)->sem_full_lab; } while (0)
126 do { (abuf)->semantic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/sh64/
H A Dmloop-compact.c99 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, sc);
101 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, &sc->argbuf);
132 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, sc);
134 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, abuf);
H A Dmloop-media.c99 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, sc);
101 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, &sc->argbuf);
132 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, sc);
134 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, abuf);
H A Ddefs-compact.h124 union sem semantic; member in struct:argbuf
139 /* Macros to simplify extraction, reading and semantic code.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/sh64/
H A Dmloop-compact.c99 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, sc);
101 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, &sc->argbuf);
132 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, sc);
134 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, abuf);
H A Dmloop-media.c99 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, sc);
101 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, &sc->argbuf);
132 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, sc);
134 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, abuf);
H A Ddefs-compact.h124 union sem semantic; member in struct:argbuf
139 /* Macros to simplify extraction, reading and semantic code.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/sh64/
H A Dmloop-compact.c99 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, sc);
101 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, &sc->argbuf);
132 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, sc);
134 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, abuf);
H A Dmloop-media.c99 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, sc);
101 vpc = (*sc->argbuf.semantic.sem_fast) (current_cpu, &sc->argbuf);
132 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, sc);
134 vpc = (*sc->argbuf.semantic.sem_full) (current_cpu, abuf);
H A Ddefs-compact.h124 union sem semantic; member in struct:argbuf
139 /* Macros to simplify extraction, reading and semantic code.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/iq2000/
H A Dcpu.h144 union sem semantic; member in struct:argbuf
159 /* Macros to simplify extraction, reading and semantic code.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/iq2000/
H A Dcpu.h144 union sem semantic; member in struct:argbuf
159 /* Macros to simplify extraction, reading and semantic code.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/iq2000/
H A Dcpu.h144 union sem semantic; member in struct:argbuf
159 /* Macros to simplify extraction, reading and semantic code.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/m32r/
H A Dcpu.h278 union sem semantic; member in struct:argbuf
293 /* Macros to simplify extraction, reading and semantic code.

Completed in 241 milliseconds

1234