include:
[deliverable/binutils-gdb.git] / include / opcode / v850.h
index f6a1eb466ad5e834d4f1ea8d1c8f0035e6a6c3a1..75689bff67a33e1de553041e45932e523a8546cc 100644 (file)
@@ -59,6 +59,7 @@ struct v850_opcode
 #define PROCESSOR_V850E                (1 << 1)                /* Just the V850E. */
 #define PROCESSOR_NOT_V850     (~ PROCESSOR_V850)      /* Any processor except the V850.  */
 #define PROCESSOR_V850EA       (1 << 2)                /* Just the V850EA. */
+#define PROCESSOR_V850E1       (1 << 3)                /* Just the V850E1. */
 
 /* The table itself is sorted by major opcode number, and is otherwise
    in the order in which the disassembler should consider
This page took 0.023156 seconds and 4 git commands to generate.