| /src/external/gpl3/binutils/dist/bfd/ |
| cpu-aarch64.c | 70 processors[] = variable in typeref:struct:__anon9644 101 for (i = sizeof (processors) / sizeof (processors[0]); i--;) 103 if (strcasecmp (string, processors[i].name) == 0) 107 if (i != -1 && info->mach == processors[i].mach)
|
| cpu-arm.c | 67 processors[] = variable in typeref:struct:__anon9645 222 for (i = sizeof (processors) / sizeof (processors[0]); i--;) 224 if (strcasecmp (string, processors [i].name) == 0) 228 if (i != -1 && info->mach == processors [i].mach)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cpu-aarch64.c | 70 processors[] = variable in typeref:struct:__anon11135 101 for (i = sizeof (processors) / sizeof (processors[0]); i--;) 103 if (strcasecmp (string, processors[i].name) == 0) 107 if (i != -1 && info->mach == processors[i].mach)
|
| cpu-arm.c | 67 processors[] = variable in typeref:struct:__anon11136 222 for (i = sizeof (processors) / sizeof (processors[0]); i--;) 224 if (strcasecmp (string, processors [i].name) == 0) 228 if (i != -1 && info->mach == processors [i].mach)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| cpu-aarch64.c | 70 processors[] = variable in typeref:struct:__anon17582 101 for (i = sizeof (processors) / sizeof (processors[0]); i--;) 103 if (strcasecmp (string, processors[i].name) == 0) 107 if (i != -1 && info->mach == processors[i].mach)
|
| cpu-arm.c | 67 processors[] = variable in typeref:struct:__anon17583 222 for (i = sizeof (processors) / sizeof (processors[0]); i--;) 224 if (strcasecmp (string, processors [i].name) == 0) 228 if (i != -1 && info->mach == processors [i].mach)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cpu-aarch64.c | 70 processors[] = variable in typeref:struct:__anon20322 101 for (i = sizeof (processors) / sizeof (processors[0]); i--;) 103 if (strcasecmp (string, processors[i].name) == 0) 107 if (i != -1 && info->mach == processors[i].mach)
|
| cpu-arm.c | 67 processors[] = variable in typeref:struct:__anon20323 222 for (i = sizeof (processors) / sizeof (processors[0]); i--;) 224 if (strcasecmp (string, processors [i].name) == 0) 228 if (i != -1 && info->mach == processors [i].mach)
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| psim.c | 59 /* the processors proper */ 62 cpu *processors[MAX_NR_PROCESSORS]; member in struct:_psim 183 printf_filtered("\t-n <nr-smp> Specify the number of processors in SMP simulations\n"); 185 printf_filtered("\t Specifies the number of processors that are\n"); 529 /* now all the processors attaching to each their per-cpu information */ 531 system->processors[cpu_nr] = cpu_create(system, 616 cpu_get_program_counter(system->processors[0]); 621 cpu_get_program_counter(system->processors[current_cpu]); 657 return system->processors[cpu_nr]; 715 cpu_init(system->processors[cpu_nr]) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| psim.c | 59 /* the processors proper */ 62 cpu *processors[MAX_NR_PROCESSORS]; member in struct:_psim 183 printf_filtered("\t-n <nr-smp> Specify the number of processors in SMP simulations\n"); 185 printf_filtered("\t Specifies the number of processors that are\n"); 529 /* now all the processors attaching to each their per-cpu information */ 531 system->processors[cpu_nr] = cpu_create(system, 616 cpu_get_program_counter(system->processors[0]); 621 cpu_get_program_counter(system->processors[current_cpu]); 657 return system->processors[cpu_nr]; 715 cpu_init(system->processors[cpu_nr]) [all...] |
| /src/external/zlib/pigz/dist/ |
| pigz.spec | 13 pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries.
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| v850.h | 54 /* Target processor(s). A bit field of processors which support 58 unsigned int processors; member in struct:v850_opcode 73 /* Values for the processors field in the v850_opcode structure. */
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| v850.h | 54 /* Target processor(s). A bit field of processors which support 58 unsigned int processors; member in struct:v850_opcode 73 /* Values for the processors field in the v850_opcode structure. */
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| v850.h | 54 /* Target processor(s). A bit field of processors which support 58 unsigned int processors; member in struct:v850_opcode 73 /* Values for the processors field in the v850_opcode structure. */
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| gen-itable.c | 158 itable_print_enum (file, isa->model->processors, "processor"); 178 lf_printf (file, " const char *processors;\n"); 270 itable_print_set (file, isa->model->processors, instruction->processors); 295 itable_print_names (file, isa->model->processors, "processor");
|
| ld-insn.h | 385 filter *processors; member in struct:_model_table 647 filter *processors; member in struct:_insn_entry
|
| ld-insn.c | 779 if (!filter_is_subset (model->processors, new_function->models)) 845 filter_add (&insn->processors, model->processors); 858 index = filter_is_member (model->processors, name) - 1; 874 filter_parse (&insn->processors, name); 1120 else if (filter_is_member (model->processors, new_model->name)) 1134 filter_parse (&model->processors, new_model->name); 1233 else if (new_insn->processors != NULL 1236 new_insn->processors)) 1566 dump_filter (file, "\n(processors ", entry->processors, ")") [all...] |
| gen.c | 521 || insn->processors == NULL 522 || filter_is_member (insn->processors, model->name)) 545 filter *processors; local 547 processors = options.model_filter; 549 processors = isa->model->processors; 552 if (filter_is_member (processors, model->name))
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| v850.h | 54 /* Target processor(s). A bit field of processors which support 58 unsigned int processors; member in struct:v850_opcode 73 /* Values for the processors field in the v850_opcode structure. */
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| gen-itable.c | 158 itable_print_enum (file, isa->model->processors, "processor"); 178 lf_printf (file, " const char *processors;\n"); 270 itable_print_set (file, isa->model->processors, instruction->processors); 295 itable_print_names (file, isa->model->processors, "processor");
|
| ld-insn.h | 385 filter *processors; member in struct:_model_table 647 filter *processors; member in struct:_insn_entry
|
| ld-insn.c | 779 if (!filter_is_subset (model->processors, new_function->models)) 845 filter_add (&insn->processors, model->processors); 858 index = filter_is_member (model->processors, name) - 1; 874 filter_parse (&insn->processors, name); 1120 else if (filter_is_member (model->processors, new_model->name)) 1134 filter_parse (&model->processors, new_model->name); 1233 else if (new_insn->processors != NULL 1236 new_insn->processors)) 1566 dump_filter (file, "\n(processors ", entry->processors, ")") [all...] |
| /src/external/lgpl3/gmp/dist/mpn/pa32/ |
| add_n.asm | 40 C One might want to unroll this as for other processors, but it turns out that
|
| sub_n.asm | 40 C One might want to unroll this as for other processors, but it turns out that
|
| /src/external/lgpl3/gmp/dist/mpn/x86/p6/ |
| gcd_11.asm | 1 dnl x86 mpn_gcd_11 optimised for processors with fast BSF.
|