| /src/external/gpl3/gdb/dist/sim/igen/ |
| gen-engine.c | 98 lf_putstr (file, "\ 115 lf_putstr (file, "\n"); 116 lf_putstr (file, "/* prime the main loop */\n"); 117 lf_putstr (file, "SIM_ASSERT (current_cpu == 0);\n"); 118 lf_putstr (file, "SIM_ASSERT (nr_cpus == 1);\n"); 119 lf_putstr (file, "cia = CPU_PC_GET (CPU);\n"); 121 lf_putstr (file, "\n"); 122 lf_putstr (file, "while (1)\n"); 123 lf_putstr (file, " {\n"); 141 lf_putstr (file, "idecode_cache *cache_entry =\n") [all...] |
| lf.c | 207 lf_putstr (lf *file, const char *string) function 266 nr += lf_putstr (file, buf); 286 nr += lf_putstr (file, "#line "); 288 nr += lf_putstr (file, " \""); 289 nr += lf_putstr (file, file_name); 290 nr += lf_putstr (file, "\"\n"); 293 nr += lf_putstr (file, "/* "); 294 nr += lf_putstr (file, file_name); 295 nr += lf_putstr (file, ":"); 297 nr += lf_putstr (file, "*/\n") [all...] |
| lf.h | 72 extern int lf_putstr (lf *file, const char *string);
|
| gen-idecode.c | 962 lf_putstr (file, "\n("); 966 lf_putstr (file, ")\n("); 972 lf_putstr (file, ")"); 981 lf_putstr (file, ";\n");
|
| igen.c | 185 nr += lf_putstr (file, bits->field->val_string);
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| gen-engine.c | 98 lf_putstr (file, "\ 115 lf_putstr (file, "\n"); 116 lf_putstr (file, "/* prime the main loop */\n"); 117 lf_putstr (file, "SIM_ASSERT (current_cpu == 0);\n"); 118 lf_putstr (file, "SIM_ASSERT (nr_cpus == 1);\n"); 119 lf_putstr (file, "cia = CPU_PC_GET (CPU);\n"); 121 lf_putstr (file, "\n"); 122 lf_putstr (file, "while (1)\n"); 123 lf_putstr (file, " {\n"); 141 lf_putstr (file, "idecode_cache *cache_entry =\n") [all...] |
| lf.c | 207 lf_putstr (lf *file, const char *string) function 266 nr += lf_putstr (file, buf); 286 nr += lf_putstr (file, "#line "); 288 nr += lf_putstr (file, " \""); 289 nr += lf_putstr (file, file_name); 290 nr += lf_putstr (file, "\"\n"); 293 nr += lf_putstr (file, "/* "); 294 nr += lf_putstr (file, file_name); 295 nr += lf_putstr (file, ":"); 297 nr += lf_putstr (file, "*/\n") [all...] |
| lf.h | 72 extern int lf_putstr (lf *file, const char *string);
|
| gen-idecode.c | 962 lf_putstr (file, "\n("); 966 lf_putstr (file, ")\n("); 972 lf_putstr (file, ")"); 981 lf_putstr (file, ";\n");
|
| igen.c | 185 nr += lf_putstr (file, bits->field->val_string);
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| gen-idecode.c | 702 lf_putstr(file, "{\n"); 704 lf_putstr(file, "jmp_buf halt;\n"); 705 lf_putstr(file, "jmp_buf restart;\n"); 707 lf_putstr(file, "cpu *processor = NULL;\n"); 708 lf_putstr(file, "unsigned_word cia = -1;\n"); 710 lf_putstr(file, "int last_cpu;\n"); 712 lf_putstr(file, "int current_cpu;\n"); 716 lf_putstr(file, "int cpu_nr;\n"); 717 lf_putstr(file, "\n"); 718 lf_putstr(file, "/* flush the icache of a possible break insn */\n") [all...] |
| igen.c | 61 nr += lf_putstr(file, bits->field->val_string); 83 nr += lf_putstr(file, "semantic_"); 89 nr += lf_putstr(file, "itable_"); 92 nr += lf_putstr(file, "icache_");
|
| gen-semantics.c | 152 lf_putstr(file, "error(\"%s:%d:0x%08lx:%s unimplemented\\n\",\n");
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| gen-idecode.c | 702 lf_putstr(file, "{\n"); 704 lf_putstr(file, "jmp_buf halt;\n"); 705 lf_putstr(file, "jmp_buf restart;\n"); 707 lf_putstr(file, "cpu *processor = NULL;\n"); 708 lf_putstr(file, "unsigned_word cia = -1;\n"); 710 lf_putstr(file, "int last_cpu;\n"); 712 lf_putstr(file, "int current_cpu;\n"); 716 lf_putstr(file, "int cpu_nr;\n"); 717 lf_putstr(file, "\n"); 718 lf_putstr(file, "/* flush the icache of a possible break insn */\n") [all...] |
| igen.c | 61 nr += lf_putstr(file, bits->field->val_string); 83 nr += lf_putstr(file, "semantic_"); 89 nr += lf_putstr(file, "itable_"); 92 nr += lf_putstr(file, "icache_");
|
| gen-semantics.c | 152 lf_putstr(file, "error(\"%s:%d:0x%08lx:%s unimplemented\\n\",\n");
|