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

  /src/external/gpl3/binutils/dist/include/opcode/
v850.h 74 #define PROCESSOR_V850 (1 << (arch_V850)) /* Just the V850. */
86 #define PROCESSOR_ALL (PROCESSOR_V850 | PROCESSOR_V850E_UP)
89 #define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~ PROCESSOR_V850)) /* Any processor except the V850. */
  /src/external/gpl3/binutils.old/dist/include/opcode/
v850.h 74 #define PROCESSOR_V850 (1 << (arch_V850)) /* Just the V850. */
86 #define PROCESSOR_ALL (PROCESSOR_V850 | PROCESSOR_V850E_UP)
89 #define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~ PROCESSOR_V850)) /* Any processor except the V850. */
  /src/external/gpl3/gdb/dist/include/opcode/
v850.h 74 #define PROCESSOR_V850 (1 << (arch_V850)) /* Just the V850. */
86 #define PROCESSOR_ALL (PROCESSOR_V850 | PROCESSOR_V850E_UP)
89 #define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~ PROCESSOR_V850)) /* Any processor except the V850. */
  /src/external/gpl3/gdb.old/dist/include/opcode/
v850.h 74 #define PROCESSOR_V850 (1 << (arch_V850)) /* Just the V850. */
86 #define PROCESSOR_ALL (PROCESSOR_V850 | PROCESSOR_V850E_UP)
89 #define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~ PROCESSOR_V850)) /* Any processor except the V850. */

Completed in 26 milliseconds