HomeSort by: relevance | last modified time | path
    Searched refs:PROCESSOR_V850E (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
v850.h 75 #define PROCESSOR_V850E (1 << (arch_V850E)) /* Just the V850E. */
85 #define PROCESSOR_V850E_UP (PROCESSOR_V850E | PROCESSOR_V850E1 | PROCESSOR_V850E2_UP)
  /src/external/gpl3/binutils.old/dist/include/opcode/
v850.h 75 #define PROCESSOR_V850E (1 << (arch_V850E)) /* Just the V850E. */
85 #define PROCESSOR_V850E_UP (PROCESSOR_V850E | PROCESSOR_V850E1 | PROCESSOR_V850E2_UP)
  /src/external/gpl3/gdb/dist/include/opcode/
v850.h 75 #define PROCESSOR_V850E (1 << (arch_V850E)) /* Just the V850E. */
85 #define PROCESSOR_V850E_UP (PROCESSOR_V850E | PROCESSOR_V850E1 | PROCESSOR_V850E2_UP)
  /src/external/gpl3/gdb.old/dist/include/opcode/
v850.h 75 #define PROCESSOR_V850E (1 << (arch_V850E)) /* Just the V850E. */
85 #define PROCESSOR_V850E_UP (PROCESSOR_V850E | PROCESSOR_V850E1 | PROCESSOR_V850E2_UP)
  /src/external/gpl3/binutils/dist/opcodes/
v850-dis.c 297 target_processor = PROCESSOR_V850E;
301 target_processor = PROCESSOR_V850E;
663 target_processor = PROCESSOR_V850E;
667 target_processor = PROCESSOR_V850E;
  /src/external/gpl3/binutils.old/dist/opcodes/
v850-dis.c 297 target_processor = PROCESSOR_V850E;
301 target_processor = PROCESSOR_V850E;
663 target_processor = PROCESSOR_V850E;
667 target_processor = PROCESSOR_V850E;
  /src/external/gpl3/gdb/dist/opcodes/
v850-dis.c 297 target_processor = PROCESSOR_V850E;
301 target_processor = PROCESSOR_V850E;
663 target_processor = PROCESSOR_V850E;
667 target_processor = PROCESSOR_V850E;
  /src/external/gpl3/gdb.old/dist/opcodes/
v850-dis.c 297 target_processor = PROCESSOR_V850E;
301 target_processor = PROCESSOR_V850E;
663 target_processor = PROCESSOR_V850E;
667 target_processor = PROCESSOR_V850E;
  /src/external/gpl3/binutils/dist/gas/config/
tc-v850.c 521 case bfd_mach_v850e: SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E); break;
522 case bfd_mach_v850e1: SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E); break;
1586 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E);
1907 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-v850.c 526 case bfd_mach_v850e: SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E); break;
527 case bfd_mach_v850e1: SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E); break;
1591 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E);
1912 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E);

Completed in 35 milliseconds