| /src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
| basic.exp | 5 # Do "run_sim_test TESTFILE MODELS" for each combination of the 8 proc run_hilo_test {testfile models nops} { 25 run_sim_test $testfile $models 58 proc run_r6_removed_test {testfile models} { 82 run_sim_test $testfile $models 99 set models "sb1" 103 set models "mips32r6 mips64r6" 106 set models "mips32 mips64 mips32r2 mips64r2" 111 set models "mips32 mips64 mips32r2 mips64r2 mips32r6 mips64r6" 118 set models "mips32r6 [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/ |
| basic.exp | 5 # Do "run_sim_test TESTFILE MODELS" for each combination of the 8 proc run_hilo_test {testfile models nops} { 25 run_sim_test $testfile $models 58 proc run_r6_removed_test {testfile models} { 82 run_sim_test $testfile $models 99 set models "sb1" 103 set models "mips32r6 mips64r6" 106 set models "mips32 mips64 mips32r2 mips64r2" 111 set models "mips32 mips64 mips32r2 mips64r2 mips32r6 mips64r6" 118 set models "mips32r6 [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/ |
| schedcover.py | 13 models = set() variable 17 global table, models 21 models.add(model) 32 global table, models 36 models.discard("default") 37 models.discard("itinerary") 41 ordered_models.extend(sorted(models))
|
| /src/lib/csu/arch/sparc64/ |
| crt0.S | 55 clr %g4 ! data base for some memory models
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| gen-model.c | 85 for (model_ptr = models; model_ptr; model_ptr = model_ptr->next) { 92 lf_printf(file, "#define DEFAULT_MODEL MODEL_%s\n", (models) ? models->name : "NONE"); 326 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { 344 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { 356 for (model_ptr = models; model_ptr; model_ptr = model_ptr->next) { 366 if (models) { 368 lf_printf(file, " for(model = MODEL_%s; model < nr_models; model++) {\n", models->name); 375 lf_printf(file, " error(\"Unknown model '%%s', Models which are known are:%%s\\n\",\n"); 378 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) [all...] |
| ld-insn.h | 203 extern model *models;
|
| ld-insn.c | 41 model *models; variable 255 models = new_model; 320 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { 385 ":" <filter-models>
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| gen-model.c | 85 for (model_ptr = models; model_ptr; model_ptr = model_ptr->next) { 92 lf_printf(file, "#define DEFAULT_MODEL MODEL_%s\n", (models) ? models->name : "NONE"); 326 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { 344 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { 356 for (model_ptr = models; model_ptr; model_ptr = model_ptr->next) { 366 if (models) { 368 lf_printf(file, " for(model = MODEL_%s; model < nr_models; model++) {\n", models->name); 375 lf_printf(file, " error(\"Unknown model '%%s', Models which are known are:%%s\\n\",\n"); 378 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) [all...] |
| ld-insn.h | 203 extern model *models;
|
| ld-insn.c | 41 model *models; variable 255 models = new_model; 320 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { 385 ":" <filter-models>
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-model.h | 94 /* Pointer to null-entry terminated table of models of this mach. 96 const struct model *models; member in struct:__anon4273 97 #define MACH_MODELS(m) ((m)->models)
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-model.h | 94 /* Pointer to null-entry terminated table of models of this mach. 96 const struct model *models; member in struct:__anon7012 97 #define MACH_MODELS(m) ((m)->models)
|
| /src/games/warp/ |
| config.sh | 84 models='unsplit split'
|
| /src/sys/arch/powerpc/ibm4xx/ |
| cpu.c | 61 static const struct cputab models[] = { variable in typeref:struct:cputab 286 for (cp = models; cp->name != NULL; cp++) { 322 const struct cputab *cp = models; 325 for (cp = models; cp->name != NULL; cp++) {
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| ld-insn.h | 35 ":" <filter-models> 56 ":" <filter-models> 79 ":" <filter-models> 120 ":" <filter-models> 146 NB: <filter-models> and <function-models> are equivalent. 172 ":" <filter-models> 212 filter *models; member in struct:_function_entry 236 ":" <filter-models> 287 filter *models; member in struct:_cache_entry 387 model_entry *models; member in struct:_model_table 645 insn_model_entry *models; member in struct:_insn_entry [all...] |
| ld-insn.c | 766 filter_parse (&new_function->models, 778 filter_parse (&new_function->models, model_name); 779 if (!filter_is_subset (model->processors, new_function->models)) 798 else if (new_function->models != NULL 799 && !filter_is_common (options.model_filter, new_function->models)) 803 "Discarding function %s - filter models\n", 878 last_insn_model = &insn->models; 1053 filter_parse (&new_cache->models, 1072 "Discarding cache entry %s - filter models\n", 1117 "Discarding processor model %s - filter models\n" [all...] |
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| ld-insn.h | 35 ":" <filter-models> 56 ":" <filter-models> 79 ":" <filter-models> 120 ":" <filter-models> 146 NB: <filter-models> and <function-models> are equivalent. 172 ":" <filter-models> 212 filter *models; member in struct:_function_entry 236 ":" <filter-models> 287 filter *models; member in struct:_cache_entry 387 model_entry *models; member in struct:_model_table 645 insn_model_entry *models; member in struct:_insn_entry [all...] |
| ld-insn.c | 766 filter_parse (&new_function->models, 778 filter_parse (&new_function->models, model_name); 779 if (!filter_is_subset (model->processors, new_function->models)) 798 else if (new_function->models != NULL 799 && !filter_is_common (options.model_filter, new_function->models)) 803 "Discarding function %s - filter models\n", 878 last_insn_model = &insn->models; 1053 filter_parse (&new_cache->models, 1072 "Discarding cache entry %s - filter models\n", 1117 "Discarding processor model %s - filter models\n" [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/ |
| atomic.c | 165 int models, int modelf __unused) \ 168 pre_atomic_barrier(models); \ 170 post_atomic_barrier(models); \ 250 type val, bool weak __unused, int models, \ 253 pre_atomic_barrier(models); \ 256 post_atomic_barrier(models); \
|
| /src/external/mit/libuv/dist/src/unix/ |
| linux.c | 1775 * of different CPU models. Most systems will just have one. 1777 char models[8][64]; local 1781 memset(models, 0, sizeof(models)); 1782 snprintf(*models, sizeof(*models), "unknown"); 1860 for (model = models; !found && model < ARRAY_END(models); model++) 1870 (*cpus)[cpu].model = model - models; 1902 size = n * sizeof(**ci) + sizeof(models); [all...] |
| /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/ |
| addmul_1.asm | 1 dnl mpn_addmul_1 for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F).
|
| mod_1_1.asm | 1 dnl x86-32 mpn_mod_1_1p for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F).
|
| mul_1.asm | 1 dnl mpn_mul_1 for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F).
|
| mod_1_4.asm | 1 dnl x86-32 mpn_mod_1s_4p for Pentium 4 and P6 models with SSE2 (i.e. 9,D,E,F).
|
| /src/sys/arch/powerpc/oea/ |
| cpu_subr.c | 235 static const struct cputab models[] = { variable in typeref:struct:cputab 986 for (cp = models; cp->name[0] != '\0'; cp++) {
|