2003-01-07 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / include / opcode / v850.h
index c2205e000cbbad5684b04bb2522ed726ae1ab3ff..2183bc8586be05a3abed261148e462965541644a 100644 (file)
@@ -1,5 +1,5 @@
 /* v850.h -- Header file for NEC V850 opcode table
-   Copyright 1996 Free Software Foundation, Inc.
+   Copyright 1996, 1997, 2001 Free Software Foundation, Inc.
    Written by J.T. Conklin, Cygnus Support
 
 This file is part of GDB, GAS, and the GNU binutils.
@@ -56,13 +56,9 @@ struct v850_opcode
 /* Values for the processors field in the v850_opcode structure.  */
 #define PROCESSOR_V850         (1 << 0)                /* Just the V850.  */
 #define PROCESSOR_ALL          -1                      /* Any processor.  */
-/* start-sanitize-v850e */
 #define PROCESSOR_V850E                (1 << 1)                /* Just the V850E. */
 #define PROCESSOR_NOT_V850     (~ PROCESSOR_V850)      /* Any processor except the V850.  */
-/* end-sanitize-v850e */
-/* start-sanitize-v850eq */
-#define PROCESSOR_V850EQ       (1 << 2)                /* Just the V850EQ. */
-/* start-sanitize-v850eq */
+#define PROCESSOR_V850EA       (1 << 2)                /* Just the V850EA. */
 
 /* The table itself is sorted by major opcode number, and is otherwise
    in the order in which the disassembler should consider
@@ -157,7 +153,6 @@ extern const struct v850_operand v850_operands[];
 /* The register specified must not be r0 */
 #define V850_NOT_R0            0x80
 
-/* start-sanitize-v850e */
 /* push/pop type instruction, V850E specific.  */
 #define V850E_PUSH_POP         0x100
 
@@ -166,6 +161,5 @@ extern const struct v850_operand v850_operands[];
 
 /* 32 bit immediate follows instruction, V850E specific.  */
 #define V850E_IMMEDIATE32      0x400
-/* end-sanitize-v850e */
 
 #endif /* V850_H */
This page took 0.026085 seconds and 4 git commands to generate.