2004-02-19 Aldy Hernandez <aldyh@redhat.com>
authorAldy Hernandez <aldyh@redhat.com>
Fri, 20 Feb 2004 00:17:23 +0000 (00:17 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Fri, 20 Feb 2004 00:17:23 +0000 (00:17 +0000)
        * ppc-opc.c: Add mfmcar.

opcodes/ChangeLog
opcodes/ppc-opc.c

index 5bede2d75089b7205f2821bfed874e46c93b4de8..d6c135e76e0c642d6942313115ae8fc64c366a80 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
+        * ppc-opc.c: Add mfmcar.
+
 2004-02-10  Petko Manolov  <petkan@nucleusys.com>
 
        * arm-opc.h Maverick accumulator register opcode fixes.
index d011edf7381d5577bc2f488c2c46af642822a0f3..9202134646a4429afe2625d97baecc11fe880434 100644 (file)
@@ -3696,6 +3696,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "mfmcsrr0",   XSPR(31,339,570),  XSPR_MASK, PPCRFMCI, { RT } },
 { "mfmcsrr1",   XSPR(31,339,571),  XSPR_MASK, PPCRFMCI, { RT } },
 { "mfmcsr",     XSPR(31,339,572),  XSPR_MASK, PPCRFMCI, { RT } },
+{ "mfmcar",     XSPR(31,339,573),  XSPR_MASK, PPCRFMCI, { RT } },
 { "mfdpdr",     XSPR(31,339,630),  XSPR_MASK, PPC860,  { RT } },
 { "mfdpir",     XSPR(31,339,631),  XSPR_MASK, PPC860,  { RT } },
 { "mfimmr",     XSPR(31,339,638),  XSPR_MASK, PPC860,  { RT } },
This page took 0.031595 seconds and 4 git commands to generate.