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

  /src/external/gpl3/binutils/dist/include/opcode/
v850.h 77 #define PROCESSOR_V850E2 (1 << (arch_V850E2)) /* Just the V850E2. */
84 #define PROCESSOR_V850E2_UP (PROCESSOR_V850E2 | PROCESSOR_V850E2V3_UP)
  /src/external/gpl3/binutils.old/dist/include/opcode/
v850.h 77 #define PROCESSOR_V850E2 (1 << (arch_V850E2)) /* Just the V850E2. */
84 #define PROCESSOR_V850E2_UP (PROCESSOR_V850E2 | PROCESSOR_V850E2V3_UP)
  /src/external/gpl3/gdb/dist/include/opcode/
v850.h 77 #define PROCESSOR_V850E2 (1 << (arch_V850E2)) /* Just the V850E2. */
84 #define PROCESSOR_V850E2_UP (PROCESSOR_V850E2 | PROCESSOR_V850E2V3_UP)
  /src/external/gpl3/gdb.old/dist/include/opcode/
v850.h 77 #define PROCESSOR_V850E2 (1 << (arch_V850E2)) /* Just the V850E2. */
84 #define PROCESSOR_V850E2_UP (PROCESSOR_V850E2 | PROCESSOR_V850E2V3_UP)
  /src/external/gpl3/binutils/dist/opcodes/
v850-dis.c 305 target_processor = PROCESSOR_V850E2;
671 target_processor = PROCESSOR_V850E2;
v850-opc.c 1532 { "jmp", one (0x06e0), one (0xffe0), {D32_31, R1}, 2, PROCESSOR_V850E2 | PROCESSOR_V850E2V3 },
  /src/external/gpl3/binutils.old/dist/opcodes/
v850-dis.c 305 target_processor = PROCESSOR_V850E2;
671 target_processor = PROCESSOR_V850E2;
v850-opc.c 1532 { "jmp", one (0x06e0), one (0xffe0), {D32_31, R1}, 2, PROCESSOR_V850E2 | PROCESSOR_V850E2V3 },
  /src/external/gpl3/gdb/dist/opcodes/
v850-dis.c 305 target_processor = PROCESSOR_V850E2;
671 target_processor = PROCESSOR_V850E2;
v850-opc.c 1532 { "jmp", one (0x06e0), one (0xffe0), {D32_31, R1}, 2, PROCESSOR_V850E2 | PROCESSOR_V850E2V3 },
  /src/external/gpl3/gdb.old/dist/opcodes/
v850-dis.c 305 target_processor = PROCESSOR_V850E2;
671 target_processor = PROCESSOR_V850E2;
v850-opc.c 1532 { "jmp", one (0x06e0), one (0xffe0), {D32_31, R1}, 2, PROCESSOR_V850E2 | PROCESSOR_V850E2V3 },
  /src/external/gpl3/binutils/dist/gas/config/
tc-v850.c 523 case bfd_mach_v850e2: SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2); break;
1596 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2);
1891 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-v850.c 528 case bfd_mach_v850e2: SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2); break;
1601 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2);
1896 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2);

Completed in 51 milliseconds