summaryrefslogtreecommitdiff
path: root/opcodes/ppc-opc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2011-04-25 23:11:20 +0000
committerAlan Modra <amodra@bigpond.net.au>2011-04-25 23:11:20 +0000
commit5785e37534c0e4b0d139f267c8f9d49e6d131f96 (patch)
tree9beeb7a1282cd1c12088585fc15f4d57538b431e /opcodes/ppc-opc.c
parent7d6662ce62d807a4c7659f17e5cf12c8b0faa2de (diff)
downloadbinutils-redhat-5785e37534c0e4b0d139f267c8f9d49e6d131f96.tar.gz
* ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r--opcodes/ppc-opc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index f877a54001..a263206662 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -4124,8 +4124,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{"slbmte", X(31,402), XRA_MASK, PPC64, PPCNONE, {RS, RB}},
-{"icswx", XRC(31,406,0), X_MASK, PPCA2, PPCNONE, {RS, RA, RB}},
-{"icswx.", XRC(31,406,1), X_MASK, PPCA2, PPCNONE, {RS, RA, RB}},
+{"icswx", XRC(31,406,0), X_MASK, POWER7|PPCA2, PPCNONE, {RS, RA, RB}},
+{"icswx.", XRC(31,406,1), X_MASK, POWER7|PPCA2, PPCNONE, {RS, RA, RB}},
{"sthx", X(31,407), X_MASK, COM, PPCNONE, {RS, RA0, RB}},