opcodes/
* ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and E500MC entries.
This commit is contained in:
parent
fe723c8722
commit
e401b04ca7
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-04-01 Peter Bergner <bergner@vnet.ibm.com>
|
||||
|
||||
* ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
|
||||
E500MC entries.
|
||||
|
||||
2009-04-01 Christophe Lyon <christophe.lyon@st.com>
|
||||
|
||||
* arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
|
||||
|
|
|
@ -4725,8 +4725,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
|
|||
|
||||
{"dcbzep", XRT(31,1023,0), XRT_MASK, E500MC, PPCNONE, {RA, RB}},
|
||||
|
||||
{"dcbzl", XOPL(31,1014,1), XRT_MASK, POWER4, PPCNONE, {RA, RB}},
|
||||
{"dcbzl", XOPL(31,1014,1), XRT_MASK, PPCCOM|E500MC,POWER4, {RA, RB}},
|
||||
{"dcbzl", XOPL(31,1014,1), XRT_MASK, POWER4|E500MC, PPCNONE, {RA, RB}},
|
||||
|
||||
{"cctpl", 0x7c210b78, 0xffffffff, CELL, PPCNONE, {0}},
|
||||
{"cctpm", 0x7c421378, 0xffffffff, CELL, PPCNONE, {0}},
|
||||
|
|
Loading…
Add table
Reference in a new issue