* ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
authorAldy Hernandez <aldyh@redhat.com>
Fri, 20 Feb 2004 04:45:37 +0000 (04:45 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Fri, 20 Feb 2004 04:45:37 +0000 (04:45 +0000)
        mtivor32, mtivor33, mtivor34.

opcodes/ChangeLog
opcodes/ppc-opc.c

index d6c135e76e0c642d6942313115ae8fc64c366a80..37c34f792075827881a9acd2cb4db67a7bfec44b 100644 (file)
@@ -1,6 +1,11 @@
+2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
+        * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
+        mtivor32, mtivor33, mtivor34.
+
 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
  
-        * ppc-opc.c: Add mfmcar.
+        * ppc-opc.c (powerpc_opcodes): Add mfmcar.
 
 2004-02-10  Petko Manolov  <petkan@nucleusys.com>
 
index 9202134646a4429afe2625d97baecc11fe880434..0d6d70e269018d6fbdae0973ce851aee4e5ac46f 100644 (file)
@@ -3683,6 +3683,9 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "mfspefscr",  XSPR(31,339,512),  XSPR_MASK, PPCSPE,  { RT } },
 { "mfbbear",    XSPR(31,339,513),  XSPR_MASK, PPCBRLK,  { RT } },
 { "mfbbtar",    XSPR(31,339,514),  XSPR_MASK, PPCBRLK,  { RT } },
+{ "mfivor32",   XSPR(31,339,528),  XSPR_MASK, PPCSPE,  { RT } },
+{ "mfivor33",   XSPR(31,339,529),  XSPR_MASK, PPCSPE,  { RT } },
+{ "mfivor34",   XSPR(31,339,530),  XSPR_MASK, PPCSPE,  { RT } },
 { "mfibatu",    XSPR(31,339,528),  XSPRBAT_MASK, PPC,  { RT, SPRBAT } },
 { "mfibatl",    XSPR(31,339,529),  XSPRBAT_MASK, PPC,  { RT, SPRBAT } },
 { "mfdbatu",    XSPR(31,339,536),  XSPRBAT_MASK, PPC,  { RT, SPRBAT } },
@@ -3990,6 +3993,9 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "mtspefscr",  XSPR(31,467,512),  XSPR_MASK, PPCSPE,   { RS } },
 { "mtbbear",   XSPR(31,467,513),  XSPR_MASK, PPCBRLK,   { RS } },
 { "mtbbtar",   XSPR(31,467,514),  XSPR_MASK, PPCBRLK,  { RS } },
+{ "mtivor32",  XSPR(31,467,528),  XSPR_MASK, PPCSPE,   { RS } },
+{ "mtivor33",  XSPR(31,467,529),  XSPR_MASK, PPCSPE,   { RS } },
+{ "mtivor34",  XSPR(31,467,530),  XSPR_MASK, PPCSPE,   { RS } },
 { "mtibatu",   XSPR(31,467,528),  XSPRBAT_MASK, PPC,   { SPRBAT, RS } },
 { "mtibatl",   XSPR(31,467,529),  XSPRBAT_MASK, PPC,   { SPRBAT, RS } },
 { "mtdbatu",   XSPR(31,467,536),  XSPRBAT_MASK, PPC,   { SPRBAT, RS } },
This page took 0.031162 seconds and 4 git commands to generate.