* ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 15 Mar 2004 19:07:39 +0000 (19:07 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Mon, 15 Mar 2004 19:07:39 +0000 (19:07 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index d721d93be90b471d1daf58cec134a51375261119..4f0364b990bd26fec33a1cbc64a77000d7a83d5e 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-15  Aldy Hernandez  <aldyh@redhat.com>
+        * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
+
 2004-03-15  Alan Modra  <amodra@bigpond.net.au>
 
        * sparc-dis.c (print_insn_sparc): Update getword prototype.
index 9c65ff3a8a69fd11b7613ae157fa295dc6d5545a..f4b65800c163b66e43b521c98bfc44f241ce3d27 100644 (file)
@@ -3619,9 +3619,13 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "mfvrsave",   XSPR(31,339,256),  XSPR_MASK, PPCVEC,  { RT } },
 { "mfusprg0",   XSPR(31,339,256),  XSPR_MASK, BOOKE,    { RT } },
 { "mfsprg4",    XSPR(31,339,260),  XSPR_MASK, PPC405,  { RT } },
+{ "mfsprg4",    XSPR(31,339,260),  XSPR_MASK, BOOKE,   { RT } },
 { "mfsprg5",    XSPR(31,339,261),  XSPR_MASK, PPC405,  { RT } },
+{ "mfsprg5",    XSPR(31,339,261),  XSPR_MASK, BOOKE,   { RT } },
 { "mfsprg6",    XSPR(31,339,262),  XSPR_MASK, PPC405,  { RT } },
+{ "mfsprg6",    XSPR(31,339,262),  XSPR_MASK, BOOKE,   { RT } },
 { "mfsprg7",    XSPR(31,339,263),  XSPR_MASK, PPC405,  { RT } },
+{ "mfsprg7",    XSPR(31,339,263),  XSPR_MASK, BOOKE,   { RT } },
 { "mftb",       X(31,371),        X_MASK,    CLASSIC,  { RT, TBR } },
 { "mftb",       XSPR(31,339,268),  XSPR_MASK, BOOKE,    { RT } },
 { "mftbl",      XSPR(31,371,268),  XSPR_MASK, CLASSIC, { RT } },
This page took 0.06598 seconds and 4 git commands to generate.