[binutils-gdb/binutils-2_25-branch] powerpc: Add slbfee. instruction
Alan Modra
amodra@sourceware.org
Fri Jul 10 10:42:00 GMT 2015
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=587c9bc4050982247fa1649a5f32a22860686af5
commit 587c9bc4050982247fa1649a5f32a22860686af5
Author: Anton Blanchard <anton@samba.org>
Date: Wed Mar 25 13:43:18 2015 +1100
powerpc: Add slbfee. instruction
* ppc-opc.c (powerpc_opcodes): Add slbfee.
Diff:
---
opcodes/ChangeLog | 6 ++++++
opcodes/ppc-opc.c | 2 ++
2 files changed, 8 insertions(+)
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 53afdd2..86a6e2f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 85f6049..adddf56 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}},
More information about the Binutils-cvs
mailing list