aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ppc-opc.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2007-07-27 14:24:27 +0000
committerNathan Sidwell <nathan@codesourcery.com>2007-07-27 14:24:27 +0000
commit33e8d5ac613dc8fbde6806bb3142335038eb2f22 (patch)
tree5fc7956338112dc0cc11abf726191ac60fc3e3f5 /opcodes/ppc-opc.c
parent170bfeb9d392572eaf5746dd432c861f7a2d9f12 (diff)
downloadfsf-binutils-gdb-33e8d5ac613dc8fbde6806bb3142335038eb2f22.zip
fsf-binutils-gdb-33e8d5ac613dc8fbde6806bb3142335038eb2f22.tar.gz
fsf-binutils-gdb-33e8d5ac613dc8fbde6806bb3142335038eb2f22.tar.bz2
* ppc-opc (PPC7450): New.
(powerpc_opcodes): Use it in dcba.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r--opcodes/ppc-opc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index f3eee22..f60b2dc 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -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 } },