|
|
2c2fa1 |
commit c4e676f196560500d41ff8652d6be0c735758001
|
|
|
2c2fa1 |
Author: Anton Blanchard <anton@samba.org>
|
|
|
2c2fa1 |
Date: Wed Mar 25 13:43:18 2015 +1100
|
|
|
2c2fa1 |
|
|
|
2c2fa1 |
powerpc: Add slbfee. instruction
|
|
|
2c2fa1 |
|
|
|
2c2fa1 |
opcodes/ChangeLog:
|
|
|
2c2fa1 |
2015-03-25 Anton Blanchard <anton@samba.org>
|
|
|
2c2fa1 |
|
|
|
2c2fa1 |
* ppc-opc.c (powerpc_opcodes): Add slbfee.
|
|
|
2c2fa1 |
|
|
|
2c2fa1 |
### a/opcodes/ChangeLog
|
|
|
2c2fa1 |
### b/opcodes/ChangeLog
|
|
|
2c2fa1 |
## -1,3 +1,7 @@
|
|
|
2c2fa1 |
+2015-03-25 Anton Blanchard <anton@samba.org>
|
|
|
2c2fa1 |
+
|
|
|
2c2fa1 |
+ * ppc-opc.c (powerpc_opcodes): Add slbfee.
|
|
|
2c2fa1 |
+
|
|
|
2c2fa1 |
2015-03-24 Terry Guo <terry.guo@arm.com>
|
|
|
2c2fa1 |
|
|
|
2c2fa1 |
* arm-dis.c (opcode32): Updated to use new arm feature struct.
|
|
|
2c2fa1 |
--- a/opcodes/ppc-opc.c
|
|
|
2c2fa1 |
+++ b/opcodes/ppc-opc.c
|
|
|
2c2fa1 |
@@ -5795,6 +5795,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
|
|
|
2c2fa1 |
{"tlbwelo", XTLB(31,978,1), XTLB_MASK, PPC403, PPCNONE, {RT, RA}},
|
|
|
2c2fa1 |
{"tlbwe", X(31,978), X_MASK, PPC403|BOOKE|PPCA2|PPC476, PPCNONE, {RSO, RAOPT, SHO}},
|
|
|
2c2fa1 |
|
|
|
2c2fa1 |
+{"slbfee.", XRC(31,979,1), XRA_MASK, POWER6, PPCNONE, {RT, RB}},
|
|
|
2c2fa1 |
+
|
|
|
2c2fa1 |
{"stbcix", X(31,981), X_MASK, POWER6, PPCNONE, {RS, RA0, RB}},
|
|
|
2c2fa1 |
|
|
|
2c2fa1 |
{"icbi", X(31,982), XRT_MASK, PPC|PPCVLE, PPCNONE, {RA0, RB}},
|