2004-02-20 Aldy Hernandez <aldyh@redhat.com>
authorAldy Hernandez <aldyh@redhat.com>
Fri, 20 Feb 2004 05:10:13 +0000 (05:10 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Fri, 20 Feb 2004 05:10:13 +0000 (05:10 +0000)
* ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.

opcodes/ChangeLog
opcodes/ppc-opc.c

index 24e231a7d94b9fd65ebbdee2da86d5cba05c9cb2..5e2e1cc7591c3b69a843c084c486c9661f4886a7 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
+
+       * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
+
 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
 
        * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
index 617c5ce89f666caa2398f5c7713ee3ee6d212b6d..540f23b549b6bbacb6ab2077f1269b8862a21ff0 100644 (file)
@@ -3696,8 +3696,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "mfic_dat",   XSPR(31,339,562),  XSPR_MASK, PPC860,  { RT } },
 { "mfdc_cst",   XSPR(31,339,568),  XSPR_MASK, PPC860,  { RT } },
 { "mfdc_adr",   XSPR(31,339,569),  XSPR_MASK, PPC860,  { RT } },
-{ "mfdc_dat",   XSPR(31,339,570),  XSPR_MASK, PPC860,  { RT } },
 { "mfmcsrr0",   XSPR(31,339,570),  XSPR_MASK, PPCRFMCI, { RT } },
+{ "mfdc_dat",   XSPR(31,339,570),  XSPR_MASK, PPC860,  { 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 } },
This page took 0.027928 seconds and 4 git commands to generate.