HomeSort by relevance Sort by last modified time
    Searched refs:PROCESSOR_V850E (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
v850.h 71 #define PROCESSOR_V850E (1 << (arch_V850E)) /* Just the V850E. */
81 #define PROCESSOR_V850E_UP (PROCESSOR_V850E | PROCESSOR_V850E1 | PROCESSOR_V850E2_UP)
  /toolchain/binutils/binutils-2.25/opcodes/
v850-dis.c 240 target_processor = PROCESSOR_V850E;
244 target_processor = PROCESSOR_V850E;
598 target_processor = PROCESSOR_V850E;
602 target_processor = PROCESSOR_V850E;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-v850.c 529 case bfd_mach_v850e: SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E); break;
530 case bfd_mach_v850e1: SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E); break;
    [all...]

Completed in 35 milliseconds