HomeSort by: relevance | last modified time | path
    Searched defs:target_processor (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
v850-dis.c 287 int target_processor; local
293 target_processor = PROCESSOR_V850;
297 target_processor = PROCESSOR_V850E;
301 target_processor = PROCESSOR_V850E;
305 target_processor = PROCESSOR_V850E2;
309 target_processor = PROCESSOR_V850E2V3;
313 target_processor = PROCESSOR_V850E3V5;
325 && (op->processors & target_processor)
653 int target_processor; local
659 target_processor = PROCESSOR_V850
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
v850-dis.c 287 int target_processor; local
293 target_processor = PROCESSOR_V850;
297 target_processor = PROCESSOR_V850E;
301 target_processor = PROCESSOR_V850E;
305 target_processor = PROCESSOR_V850E2;
309 target_processor = PROCESSOR_V850E2V3;
313 target_processor = PROCESSOR_V850E3V5;
325 && (op->processors & target_processor)
653 int target_processor; local
659 target_processor = PROCESSOR_V850
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
v850-dis.c 287 int target_processor; local
293 target_processor = PROCESSOR_V850;
297 target_processor = PROCESSOR_V850E;
301 target_processor = PROCESSOR_V850E;
305 target_processor = PROCESSOR_V850E2;
309 target_processor = PROCESSOR_V850E2V3;
313 target_processor = PROCESSOR_V850E3V5;
325 && (op->processors & target_processor)
653 int target_processor; local
659 target_processor = PROCESSOR_V850
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
v850-dis.c 287 int target_processor; local
293 target_processor = PROCESSOR_V850;
297 target_processor = PROCESSOR_V850E;
301 target_processor = PROCESSOR_V850E;
305 target_processor = PROCESSOR_V850E2;
309 target_processor = PROCESSOR_V850E2V3;
313 target_processor = PROCESSOR_V850E3V5;
325 && (op->processors & target_processor)
653 int target_processor; local
659 target_processor = PROCESSOR_V850
    [all...]
  /src/external/gpl3/binutils/dist/gas/
codeview.c 287 target_processor (void) function
362 bfd_putl16 (target_processor (), &compile3.machine);
  /src/external/gpl3/binutils.old/dist/gas/
codeview.c 287 target_processor (void) function
362 bfd_putl16 (target_processor (), &compile3.machine);
  /src/external/gpl3/binutils/dist/ld/
pdb.c 3733 target_processor (bfd *abfd) function
3847 bfd_putl16 (target_processor (abfd), &comp->machine);
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 3734 target_processor (bfd *abfd) function
3848 bfd_putl16 (target_processor (abfd), &comp->machine);

Completed in 41 milliseconds