mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-14 06:09:10 +00:00
powerpc: Add slbfee. instruction
opcodes/ChangeLog: 2015-03-25 Anton Blanchard <anton@samba.org> * ppc-opc.c (powerpc_opcodes): Add slbfee.
This commit is contained in:
parent
618655192f
commit
c4e676f196
@ -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.
|
||||
|
@ -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}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user