powerpc: Add slbfee. instruction
authorAnton Blanchard <anton@samba.org>
Wed, 25 Mar 2015 02:43:18 +0000 (13:43 +1100)
committerAnton Blanchard <anton@samba.org>
Wed, 25 Mar 2015 22:12:50 +0000 (09:12 +1100)
opcodes/ChangeLog:
2015-03-25  Anton Blanchard  <anton@samba.org>

* ppc-opc.c (powerpc_opcodes): Add slbfee.

opcodes/ChangeLog
opcodes/ppc-opc.c

index b3537edc5c249e83ea5f7159de77156e661d3640..b19a1b18a87b4deb727d154b16c526771f8be3e9 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-25  Anton Blanchard  <anton@samba.org>
+
+       * ppc-opc.c (powerpc_opcodes): Add slbfee.
+
 2015-03-24  Terry Guo  <terry.guo@arm.com>
 
        * arm-dis.c (opcode32): Updated to use new arm feature struct.
index 9e42206e03dcf42c67b2bcc58a33ebd5936bd977..060223f92cfc34ad45322abb93d30b10e12791c8 100644 (file)
@@ -5795,6 +5795,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}},
This page took 0.06077 seconds and 4 git commands to generate.