| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | gen-model.c | 85 for (model_ptr = models; model_ptr; model_ptr = model_ptr->next) { in gen_model_h() 92 lf_printf(file, "#define DEFAULT_MODEL MODEL_%s\n", (models) ? models->name : "NONE"); in gen_model_h() 326 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { in gen_model_c() 344 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { in gen_model_c() 356 for (model_ptr = models; model_ptr; model_ptr = model_ptr->next) { in gen_model_c() 366 if (models) { in gen_model_c() 368 lf_printf(file, " for(model = MODEL_%s; model < nr_models; model++) {\n", models->name); in gen_model_c() 378 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { in gen_model_c()
|
| D | README | 40 In addition, PSIM, to the execution unit level, models the performance 118 ISA (Instruction Set Architecture) models 182 PSIM models all three levels of the PowerPC 282 often encountered with such models. 295 Could PSIM be extended so that it models a CHRP machine?
|
| D | ld-insn.c | 41 model *models; variable 255 models = new_model; in model_table_insert() 320 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { in insn_table_insert_insn() 385 ":" <filter-models> in load_insn_table()
|
| /netbsd/src/sys/arch/mips/ |
| D | README.models | 1 # $NetBSD: README.models,v 1.7 2021/05/28 00:18:27 simonb Exp $ 3 MIPS models and architecture levels 39 2. CPU models. 41 For vintage MIPS these are the standard models as of fall 1996 [idt96 43 additional models put out by licensees or by the MIPS company itself, 59 For later models than this I currently have no information. 63 3. CPU models present in various systems. 65 These are the CPU models found in various systems NetBSD does and 196 Apparently also on some models but not others the state of the write 288 NetBSD web server: https://www.netbsd.org/ports/mipsco/models.html
|
| /netbsd/src/sys/arch/powerpc/ibm4xx/ |
| D | cpu.c | 61 static const struct cputab models[] = { variable 286 for (cp = models; cp->name != NULL; cp++) { in cpuattach() 322 const struct cputab *cp = models; in cpu_probe_cache() 325 for (cp = models; cp->name != NULL; cp++) { in cpu_probe_cache()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/igen/ |
| D | ld-insn.h | 212 filter *models; member 287 filter *models; member 387 model_entry *models; member 645 insn_model_entry *models; member
|
| D | ld-insn.c | 766 filter_parse (&new_function->models, in parse_function_record() 778 filter_parse (&new_function->models, model_name); in parse_function_record() 779 if (!filter_is_subset (model->processors, new_function->models)) in parse_function_record() 798 else if (new_function->models != NULL in parse_function_record() 799 && !filter_is_common (options.model_filter, new_function->models)) in parse_function_record() 878 last_insn_model = &insn->models; in parse_insn_model_record() 1053 filter_parse (&new_cache->models, in load_insn_table() 1128 last = &model->models; in load_insn_table() 1566 dump_model_entries (file, "\n(models ", entry->models, ")"); in dump_model_table() 1780 dump_insn_model_entries (file, "\n(models ", entry->models, ")"); in dump_insn_entry()
|
| /netbsd/src/share/examples/secmodel/ |
| D | README | 3 These files can be used by developers interested in writing security models 6 They address both developing security models for in-tree integration or
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-model.h | 96 const struct model *models; member 97 #define MACH_MODELS(m) ((m)->models)
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | games | 490 ## GTA 3D models and textures - RenderWare binary streams 494 >0 ulelong 0x00000010 3D models (DFF) 497 >0 ulelong 0x00000010 3D models (DFF) 500 >0 ulelong 0x00000010 3D models (DFF) 503 >0 ulelong 0x00000010 3D models (DFF) 506 >0 ulelong 0x00000010 3D models (DFF) 509 >0 ulelong 0x00000010 3D models (DFF) 512 >0 ulelong 0x00000010 3D models (DFF) 515 >0 ulelong 0x00000010 3D models (DFF) 518 >0 ulelong 0x00000010 3D models (DFF) [all …]
|
| D | avm | 10 # Note: only tested with models 4040 and 6490 Cable (lgi)
|
| D | vacuum-cleaner | 6 # navigation map for LG robot vacuum cleaner models VR62xx, VR64xx, VR63xx
|
| /netbsd/src/lib/csu/arch/sparc64/ |
| D | crt0.S | 55 clr %g4 ! data base for some memory models
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | t-aix64 | 20 # different processor models
|
| D | t-aix52 | 20 # different processor models
|
| D | linux64.opt | 32 Known code models (for use with the -mcmodel= option):
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | fa626te.md | 119 ;; The models for load/store instructions do not accurately describe 121 ;; (such as "ldm!"). These models assume that all memory references
|
| D | fa526.md | 104 ;; The models for load/store instructions do not accurately describe 106 ;; (such as "ldm!"). These models assume that all memory references
|
| D | fa606te.md | 107 ;; The models for load/store instructions do not accurately describe 109 ;; (such as "ldm!"). These models assume that all memory references
|
| D | fmp626.md | 111 ;; The models for load/store instructions do not accurately describe 113 ;; (such as "ldm!"). These models assume that all memory references
|
| D | arm926ejs.md | 127 ;; The models for load/store instructions do not accurately describe 129 ;; (such as "ldm!"). These models assume that all memory references
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/ |
| D | sqr_basecase.asm | 1 dnl mpn_sqr_basecase for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F).
|
| D | mul_basecase.asm | 1 dnl mpn_mul_basecase for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F).
|
| D | 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).
|
| D | 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).
|