From b20ae55eff080580ab5a471e44461010edfb0617 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 18 Apr 2007 23:57:01 +0000 Subject: [PATCH] * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe. --- opcodes/ChangeLog | 4 ++++ opcodes/ppc-opc.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d090f654cb..71dca1b0dc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2007-04-19 Nathan Froyd + + * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe. + 2007-04-18 H.J. Lu * i386-dis.c (CRC32_Fixup): New. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index a0b675be56..41f369d69d 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -4454,8 +4454,8 @@ const struct powerpc_opcode powerpc_opcodes[] = { { "tlbsx", XRC(31,914,0), X_MASK, PPC403|BOOKE, { RTO, RA, RB } }, { "tlbsx.", XRC(31,914,1), X_MASK, PPC403|BOOKE, { RTO, RA, RB } }, -{ "tlbsxe", XRC(31,915,0), X_MASK, BOOKE64, { RA, RB } }, -{ "tlbsxe.", XRC(31,915,1), X_MASK, BOOKE64, { RA, RB } }, +{ "tlbsxe", XRC(31,915,0), X_MASK, BOOKE64, { RTO, RA, RB } }, +{ "tlbsxe.", XRC(31,915,1), X_MASK, BOOKE64, { RTO, RA, RB } }, { "slbmfee", X(31,915), XRA_MASK, PPC64, { RT, RB } },