* ppc-opc (PPC7450): New.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 27 Jul 2007 14:24:27 +0000 (14:24 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Fri, 27 Jul 2007 14:24:27 +0000 (14:24 +0000)
(powerpc_opcodes): Use it in dcba.

opcodes/ChangeLog
opcodes/ppc-opc.c

index 33d85c6180da02eee51455c6a3612c339dab534c..9c6d1fae84aa1cd801b6f95ee40a28cf96a25dab 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * ppc-opc (PPC7450): New.
+       (powerpc_opcodes): Use it in dcba.
+
 2007-07-24  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-gen.c (main): Print a newline after copyright notice.
index f3eee22ea61546f26cfa179301b3edf29b8e750f..f60b2dce1ca7455771839b9620f09c17d167b371 100644 (file)
@@ -1621,6 +1621,7 @@ extract_tbr (unsigned long insn,
 #define PPC405 PPC403
 #define PPC440 PPC_OPCODE_440
 #define PPC750 PPC
+#define PPC7450 PPC
 #define PPC860 PPC
 #define PPCVEC PPC_OPCODE_ALTIVEC
 #define        POWER   PPC_OPCODE_POWER
@@ -4130,7 +4131,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "mftgpr",  XRC(31,735,0), XRA_MASK,  POWER6,         { RT, FRB } },
 
-{ "dcba",    X(31,758),        XRT_MASK,       PPC405 | BOOKE, { RA, RB } },
+{ "dcba",    X(31,758),        XRT_MASK,       PPC405 | PPC7450 | BOOKE, { RA, RB } },
 
 { "stfdux",  X(31,759),        X_MASK,         COM,            { FRS, RAS, RB } },
 
This page took 0.040433 seconds and 4 git commands to generate.