| /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/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.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/sim/igen/ |
| 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))
|
| ld-insn.h | 385 filter *processors; member in struct:_model_table 647 filter *processors; member in struct:_insn_entry
|
| /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/igen/ |
| 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))
|
| ld-insn.h | 385 filter *processors; member in struct:_model_table 647 filter *processors; member in struct:_insn_entry
|
| /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/gpl3/binutils/dist/gas/config/ |
| tc-v850.c | 55 unsigned int processors; 971 return ((regs[middle].processors & processor_mask) 2328 if ((opcode->processors & processor_mask & PROCESSOR_MASK) == 0 2329 || (((opcode->processors & ~PROCESSOR_MASK) != 0) 2330 && ((opcode->processors & processor_mask & ~PROCESSOR_MASK) == 0))) 3003 if ((opcode->processors & processor_mask) == 0) 54 unsigned int processors; member in struct:reg_name
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-v850.c | 55 unsigned int processors; 976 return ((regs[middle].processors & processor_mask) 2333 if ((opcode->processors & processor_mask & PROCESSOR_MASK) == 0 2334 || (((opcode->processors & ~PROCESSOR_MASK) != 0) 2335 && ((opcode->processors & processor_mask & ~PROCESSOR_MASK) == 0))) 3008 if ((opcode->processors & processor_mask) == 0) 54 unsigned int processors; member in struct:reg_name
|