| /src/external/gpl3/gdb/dist/sim/mn10300/ |
| local.mk | 30 %D%/idecode.o \ 64 %D%/idecode.h \ 73 %D%/idecode.h \ 74 %D%/idecode.c \ 113 -n idecode.h -hd %D%/idecode.h \ 114 -n idecode.c -d %D%/idecode.c \
|
| /src/external/gpl3/gdb/dist/sim/v850/ |
| local.mk | 32 %D%/idecode.o \ 59 %D%/idecode.h \ 68 %D%/idecode.h \ 69 %D%/idecode.c \ 105 -n idecode.h -hd %D%/idecode.h \ 106 -n idecode.c -d %D%/idecode.c \
|
| /src/external/gpl3/gdb.old/dist/sim/mn10300/ |
| local.mk | 30 %D%/idecode.o \ 64 %D%/idecode.h \ 73 %D%/idecode.h \ 74 %D%/idecode.c \ 113 -n idecode.h -hd %D%/idecode.h \ 114 -n idecode.c -d %D%/idecode.c \
|
| /src/external/gpl3/gdb.old/dist/sim/v850/ |
| local.mk | 32 %D%/idecode.o \ 59 %D%/idecode.h \ 68 %D%/idecode.h \ 69 %D%/idecode.c \ 105 -n idecode.h -hd %D%/idecode.h \ 106 -n idecode.c -d %D%/idecode.c \
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| gen-support.c | 143 defined in idecode.h */ 144 if (strcmp (options.module.idecode.prefix.l, "") != 0) 149 options.module.idecode.prefix.l, "instruction_word"); 154 options.module.idecode.prefix.l, "idecode_issue"); 159 options.module.idecode.prefix.l, "semantic_illegal"); 204 options.module.idecode.prefix.l);
|
| igen.h | 123 igen_module idecode; member in struct:_igen_module_options 232 options.module.idecode = options.module.global; \ 241 options.module.idecode.suffix.l = "idecode"; \ 242 options.module.idecode.suffix.u = "IDECODE"; \
|
| gen.h | 211 extern void print_itrace (lf *file, const insn_entry *insn, int idecode);
|
| local.mk | 44 %D%/gen-idecode.c \
|
| igen.c | 41 #include "gen-idecode.h" 123 /* Idecode functions */ 242 nr += lf_printf (file, "%s", options.module.idecode.prefix.l); 480 print_itrace (lf *file, const insn_entry *insn, int idecode) 486 const char *phase = (idecode) ? "DECODE" : "INSN"; 599 print_include_inline (file, options.module.idecode); 729 lf_printf (file, "#include \"idecode.h\"\n"); 795 ERROR ("FIXME - idecode with icache suffering from bit-rot"); 843 /* output the main idecode routine */ 882 lf_printf (file, "#include \"idecode.h\"\n") [all...] |
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| gen-support.c | 143 defined in idecode.h */ 144 if (strcmp (options.module.idecode.prefix.l, "") != 0) 149 options.module.idecode.prefix.l, "instruction_word"); 154 options.module.idecode.prefix.l, "idecode_issue"); 159 options.module.idecode.prefix.l, "semantic_illegal"); 204 options.module.idecode.prefix.l);
|
| igen.h | 123 igen_module idecode; member in struct:_igen_module_options 232 options.module.idecode = options.module.global; \ 241 options.module.idecode.suffix.l = "idecode"; \ 242 options.module.idecode.suffix.u = "IDECODE"; \
|
| gen.h | 211 extern void print_itrace (lf *file, const insn_entry *insn, int idecode);
|
| local.mk | 44 %D%/gen-idecode.c \
|
| igen.c | 41 #include "gen-idecode.h" 123 /* Idecode functions */ 242 nr += lf_printf (file, "%s", options.module.idecode.prefix.l); 480 print_itrace (lf *file, const insn_entry *insn, int idecode) 486 const char *phase = (idecode) ? "DECODE" : "INSN"; 599 print_include_inline (file, options.module.idecode); 729 lf_printf (file, "#include \"idecode.h\"\n"); 795 ERROR ("FIXME - idecode with icache suffering from bit-rot"); 843 /* output the main idecode routine */ 882 lf_printf (file, "#include \"idecode.h\"\n") [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| local.mk | 58 %D%/idecode.o \ 113 %D%/gen-idecode.c \ 141 %D%/idecode.h \ 149 %D%/idecode.h \ 150 %D%/idecode.c \ 174 -n idecode.h -hd %D%/idecode.h \ 175 -n idecode.c -d %D%/idecode.c \
|
| igen.h | 183 int idecode);
|
| igen.c | 38 #include "gen-idecode.h" 159 int idecode) 163 (idecode ? "idecode" : "semantics"), 164 (idecode ? "idecode" : "semantics"), 218 lf_printf(file, "#include \"idecode.h\"\n"); 306 lf_printf(file, "#include \"idecode.h\"\n"); 386 printf(" -d <output-file> output idecode\n");
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| local.mk | 58 %D%/idecode.o \ 113 %D%/gen-idecode.c \ 141 %D%/idecode.h \ 149 %D%/idecode.h \ 150 %D%/idecode.c \ 174 -n idecode.h -hd %D%/idecode.h \ 175 -n idecode.c -d %D%/idecode.c \
|
| igen.h | 183 int idecode);
|
| igen.c | 38 #include "gen-idecode.h" 159 int idecode) 163 (idecode ? "idecode" : "semantics"), 164 (idecode ? "idecode" : "semantics"), 218 lf_printf(file, "#include \"idecode.h\"\n"); 306 lf_printf(file, "#include \"idecode.h\"\n"); 386 printf(" -d <output-file> output idecode\n");
|
| /src/external/gpl3/gdb/lib/libsim/ |
| Makefile | 13 tree.c device_table.c itable.c mon.c icache.c semantics.c idecode.c \ 68 -n idecode.h -hd tmp-idecode.h \ 69 -n idecode.c -d tmp-idecode.c \ 76 IGENED_FILES= icache.h icache.c idecode.h idecode.c semantics.h semantics.c \ 78 IGENSRCS= igen.c table.c lf.c misc.c filter_host.c ld-decode.c ld-cache.c filter.c ld-insn.c gen-model.c gen-itable.c gen-icache.c gen-semantics.c gen-idecode.c gen-support.c lf-ppc.c dumpf.c filter-ppc.c 89 ${MIC} tmp-idecode.h idecode. [all...] |
| /src/external/gpl3/gdb.old/lib/libsim/ |
| Makefile | 13 tree.c device_table.c itable.c mon.c icache.c semantics.c idecode.c \ 68 -n idecode.h -hd tmp-idecode.h \ 69 -n idecode.c -d tmp-idecode.c \ 76 IGENED_FILES= icache.h icache.c idecode.h idecode.c semantics.h semantics.c \ 78 IGENSRCS= igen.c table.c lf.c misc.c filter_host.c ld-decode.c ld-cache.c filter.c ld-insn.c gen-model.c gen-itable.c gen-icache.c gen-semantics.c gen-idecode.c gen-support.c lf-ppc.c dumpf.c filter-ppc.c 89 ${MIC} tmp-idecode.h idecode. [all...] |
| /src/external/gpl3/gdb/dist/sim/mips/ |
| local.mk | 30 %D%/idecode.o \ 106 %D%/idecode.h \ 107 %D%/idecode.c \ 228 -n idecode.h -hd %D%/idecode.h \ 229 -n idecode.c -d %D%/idecode.c \
|
| /src/external/gpl3/gdb.old/dist/sim/mips/ |
| local.mk | 30 %D%/idecode.o \ 106 %D%/idecode.h \ 107 %D%/idecode.c \ 228 -n idecode.h -hd %D%/idecode.h \ 229 -n idecode.c -d %D%/idecode.c \
|
| /src/external/gpl3/gdb/dist/sim/ |
| configure | 17073 for base in engine icache idecode model semantics support; do
|