]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
powerpc: Add slbfee. instruction
authorAnton Blanchard <anton@samba.org>
Wed, 25 Mar 2015 02:43:18 +0000 (13:43 +1100)
committerAlan Modra <amodra@gmail.com>
Fri, 10 Jul 2015 10:27:35 +0000 (19:57 +0930)
* ppc-opc.c (powerpc_opcodes): Add slbfee.

opcodes/ChangeLog
opcodes/ppc-opc.c

index 53afdd2c93df4953901ca22493cad23808e64d74..86a6e2f03712d74dec5ccfeb2544d17c9b031572 100644 (file)
@@ -1,3 +1,9 @@
+2015-07-10  Alan Modra  <amodra@gmail.com>
+
+       Apply from master
+       2015-03-25  Anton Blanchard  <anton@samba.org>
+       * ppc-opc.c (powerpc_opcodes): Add slbfee.
+
 2015-06-16  Matthew Wahab  <matthew.wahab@arm.com>
 
        Applied from master
index 85f604956b0017e53ba6034790db01bc93548120..adddf56e84ee7eba8eaa39a1e5d8772e68a97835 100644 (file)
@@ -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}},