Regerbated after change to Makefile.am
[deliverable/binutils-gdb.git] / opcodes / mcore-opc.h
index 208b8812317d83161ff58d03463401dc19caafc6..6ff05eeca1663912d6fc96e2a44243d5312a1db8 100644 (file)
@@ -1,5 +1,5 @@
-/* Assembler instructions for Motorolla's Mcore processor
-   Copyright (C) 1999 Free Software Foundation, Inc.
+/* Assembler instructions for Motorola's Mcore processor
+   Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 
    
 This program is free software; you can redistribute it and/or modify
@@ -23,7 +23,8 @@ typedef enum
   O0,    OT,   O1,   OC,   O2,    X1,    OI,    OB,
   OMa,   SI,   I7,   LS,   BR,    BL,    LR,    LJ,
   RM,    RQ,   JSR,  JMP,  OBRa,  OBRb,  OBRc,  OBR2,
-  O1R1,  OMb,  OMc,  SIa,  OPSR,
+  O1R1,  OMb,  OMc,  SIa,
+  MULSH, OPSR,
   JC,    JU,   JL,   RSI,  DO21,  OB2
 }
 mcore_opclass;
@@ -48,6 +49,7 @@ mcore_opcode_info mcore_table[] =
   { "stop",    O0,     0,      0x0004 },
   { "wait",    O0,     0,      0x0005 },
   { "doze",    O0,     0,      0x0006 },
+  { "idly4",    O0,     0,      0x0007 },
   { "trap",    OT,     0,      0x0008 },
 /* SPACE:                       0x000C - 0x000F */
 /* SPACE:                       0x0010 - 0x001F */
@@ -111,6 +113,7 @@ mcore_opcode_info mcore_table[] =
   { "asr",     O2,     0,      0x1A00 },
   { "lsl",     O2,     0,      0x1B00 },
   { "addu",    O2,     0,      0x1C00 },
+  { "add",     O2,     0,      0x1C00 }, /* Official alias.  */
   { "ixh",     O2,     0,      0x1D00 },
   { "or",      O2,     0,      0x1E00 },
   { "andn",    O2,     0,      0x1F00 },
@@ -148,6 +151,8 @@ mcore_opcode_info mcore_table[] =
   { "movi",    I7,     0,      0x6000 },
 #define MCORE_INST_BMASKI_ALT  0x6000
 #define MCORE_INST_BGENI_ALT   0x6000
+  { "mulsh",    MULSH,  0,      0x6800 },
+  { "muls.h",   MULSH,  0,      0x6800 },
 /* SPACE:                       0x6900 - 0x6FFF */
   { "jmpi",    LJ,     1,      0x7000 },
   { "jsri",    LJ,     0,      0x7F00 },
This page took 0.024281 seconds and 4 git commands to generate.