diff options
author | Anton Blanchard <anton@samba.org> | 2015-03-25 13:43:18 +1100 |
---|---|---|
committer | Anton Blanchard <anton@samba.org> | 2015-03-26 09:12:50 +1100 |
commit | c4e676f196560500d41ff8652d6be0c735758001 (patch) | |
tree | 058bbac7d9953640555c3b78fea3deb5b1fe0fbb /opcodes/ppc-opc.c | |
parent | 618655192fca05a9aaebbd395b0960626cbfdebe (diff) | |
download | gdb-c4e676f196560500d41ff8652d6be0c735758001.zip gdb-c4e676f196560500d41ff8652d6be0c735758001.tar.gz gdb-c4e676f196560500d41ff8652d6be0c735758001.tar.bz2 |
powerpc: Add slbfee. instruction
opcodes/ChangeLog:
2015-03-25 Anton Blanchard <anton@samba.org>
* ppc-opc.c (powerpc_opcodes): Add slbfee.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r-- | opcodes/ppc-opc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 9e42206..060223f 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -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}}, |