fix spelling of Motorola
[deliverable/binutils-gdb.git] / opcodes / mcore-opc.h
index 208b8812317d83161ff58d03463401dc19caafc6..0980412522633a51b1b78f37056745a5f43cddf6 100644 (file)
@@ -1,4 +1,4 @@
-/* Assembler instructions for Motorolla's Mcore processor
+/* Assembler instructions for Motorola's Mcore processor
    Copyright (C) 1999 Free Software Foundation, Inc.
 
    
@@ -23,7 +23,7 @@ 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,
   JC,    JU,   JL,   RSI,  DO21,  OB2
 }
 mcore_opclass;
@@ -99,8 +99,6 @@ mcore_opcode_info mcore_table[] =
   { "tst",     O2,     0,      0x0E00 },
   { "cmpne",   O2,     0,      0x0F00 },
   { "mfcr",    OC,     0,      0x1000 },
-  { "psrclr",  OPSR,   0,      0x11F0 },
-  { "psrset",  OPSR,   0,      0x11F8 },
   { "mov",     O2,     0,      0x1200 },
   { "bgenr",   O2,     0,      0x1300 },
   { "rsub",    O2,     0,      0x1400 },
This page took 0.023401 seconds and 4 git commands to generate.