From b67059923faf4ee806b13f9a8890ade0c8670dd3 Mon Sep 17 00:00:00 2001 From: amodra Date: Mon, 25 Apr 2011 23:11:20 +0000 Subject: [PATCH] * ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7. --- opcodes/ChangeLog | 4 ++++ opcodes/ppc-opc.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index cb51573e5a..fa53510de3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2011-04-26 Anton Blanchard + + * ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7. + 2011-04-21 DJ Delorie * rx-decode.opc (rx_decode_opcode): Set the syntax for multi-byte NOPs. 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}}, -- 2.11.0