* ppc-opc.c (mfvrsave, mtvrsave): New instructions.
authorMatthew Green <mrg@redhat.com>
Sat, 17 Nov 2001 22:34:17 +0000 (22:34 +0000)
committerMatthew Green <mrg@redhat.com>
Sat, 17 Nov 2001 22:34:17 +0000 (22:34 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index d88e4d1709a622ad2ed78b45a64a1a13b7b9122f..156ea1b77e35586a5fa7856f0ab8de2c24ee7273 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-17  matthew green  <mrg@redhat.com>
+
+       * ppc-opc.c (mfvrsave, mtvrsave): New instructions.
+
 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
 
        * po/POTFILES.in: Regenerate.
index b67b5f824d8f1b2f0d2d036d1fbac76021f6b8b4..13599c68def973ff4c4a5149ffe0c17f2200c469 100644 (file)
@@ -3148,6 +3148,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "mflctrl2", XSPR(31,339,157), XSPR_MASK, PPC860,     { RT } },
 { "mfictrl",  XSPR(31,339,158), XSPR_MASK, PPC860,     { RT } },
 { "mfbar",    XSPR(31,339,159), XSPR_MASK, PPC860,     { RT } },
+{ "mfvrsave", XSPR(31,339,256), XSPR_MASK, PPCVEC,     { RT } },
 { "mfsprg4",  XSPR(31,339,260), XSPR_MASK, PPC405,     { RT } },
 { "mfsprg5",  XSPR(31,339,261), XSPR_MASK, PPC405,     { RT } },
 { "mfsprg6",  XSPR(31,339,262), XSPR_MASK, PPC405,     { RT } },
@@ -3409,6 +3410,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "mtlctrl2", XSPR(31,467,157), XSPR_MASK, PPC860,     { RT } },
 { "mtictrl",  XSPR(31,467,158), XSPR_MASK, PPC860,     { RT } },
 { "mtbar",    XSPR(31,467,159), XSPR_MASK, PPC860,     { RT } },
+{ "mtvrsave",XSPR(31,467,256), XSPR_MASK,    PPCVEC,   { RT } },
 { "mtsprg",  XSPR(31,467,272), XSPRG_MASK,   PPC,      { SPRG, RS } },
 { "mtsprg0", XSPR(31,467,272), XSPR_MASK,    PPC,      { RT } },
 { "mtsprg1", XSPR(31,467,273), XSPR_MASK,    PPC,      { RT } },
This page took 0.029829 seconds and 4 git commands to generate.