Fix problem with going to automake 2.14
[deliverable/binutils-gdb.git] / opcodes / mcore-opc.h
index 856f78b617c7c2f154475e4dc9583ff204e8b89c..606ba846efd4619922c2e7ebb5dc8e17726c344b 100644 (file)
@@ -24,9 +24,6 @@ typedef enum
   OMa,   SI,   I7,   LS,   BR,    BL,    LR,    LJ,
   RM,    RQ,   JSR,  JMP,  OBRa,  OBRb,  OBRc,  OBR2,
   O1R1,  OMb,  OMc,  SIa,
-  /* start-sanitize-m340 */  
-  MULSH,
-  /* end-sanitize-m340 */  
   JC,    JU,   JL,   RSI,  DO21,  OB2
 }
 mcore_opclass;
@@ -51,9 +48,6 @@ mcore_opcode_info mcore_table[] =
   { "stop",    O0,     0,      0x0004 },
   { "wait",    O0,     0,      0x0005 },
   { "doze",    O0,     0,      0x0006 },
-  /* start-sanitize-m340 */
-  { "idly4",    O0,     0,      0x0007 },
-  /* end-sanitize-m340 */
   { "trap",    OT,     0,      0x0008 },
 /* SPACE:                       0x000C - 0x000F */
 /* SPACE:                       0x0010 - 0x001F */
@@ -152,10 +146,6 @@ mcore_opcode_info mcore_table[] =
   { "movi",    I7,     0,      0x6000 },
 #define MCORE_INST_BMASKI_ALT  0x6000
 #define MCORE_INST_BGENI_ALT   0x6000
-/* start-sanitize-m340 */
-  { "mulsh",    MULSH,  0,      0x6800 },
-  { "muls.h",   MULSH,  0,      0x6800 },
-/* end-sanitize-m340 */
 /* SPACE:                       0x6900 - 0x6FFF */
   { "jmpi",    LJ,     1,      0x7000 },
   { "jsri",    LJ,     0,      0x7F00 },
This page took 0.023087 seconds and 4 git commands to generate.