From: Anton Blanchard Date: Wed, 25 Mar 2015 02:43:18 +0000 (+1100) Subject: powerpc: Add slbfee. instruction X-Git-Tag: binutils-2_25_1~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=587c9bc4050982247fa1649a5f32a22860686af5;p=thirdparty%2Fbinutils-gdb.git powerpc: Add slbfee. instruction * ppc-opc.c (powerpc_opcodes): Add slbfee. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 53afdd2c93d..86a6e2f0371 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2015-07-10 Alan Modra + + Apply from master + 2015-03-25 Anton Blanchard + * ppc-opc.c (powerpc_opcodes): Add slbfee. + 2015-06-16 Matthew Wahab Applied from master diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 85f604956b0..adddf56e84e 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -5808,6 +5808,8 @@ const struct powerpc_opcode powerpc_opcodes[] = { {"tlbwelo", XTLB(31,978,1), XTLB_MASK, PPC403, PPCNONE, {RT, RA}}, {"tlbwe", X(31,978), X_MASK, PPC403|BOOKE|PPCA2|PPC476, PPCNONE, {RSO, RAOPT, SHO}}, +{"slbfee.", XRC(31,979,1), XRA_MASK, POWER6, PPCNONE, {RT, RB}}, + {"stbcix", X(31,981), X_MASK, POWER6, PPCNONE, {RS, RA0, RB}}, {"icbi", X(31,982), XRT_MASK, PPC|PPCVLE, PPCNONE, {RA0, RB}},