OSDN Git Service

* ppc-dis.c (operand_value_powerpc, skip_optional_operands): New.
authorPeter Bergner <bergner@vnet.ibm.com>
Thu, 17 May 2007 00:52:14 +0000 (00:52 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Thu, 17 May 2007 00:52:14 +0000 (00:52 +0000)
commit7cea9b397fc53ee25f114fe7d2d08625dff05d25
treeb572baa440b15e6bbb73f8e6208e9a7d358dd3c6
parentcfa47ad1e48a32a7e652d2685cdc10376c641e2b
* ppc-dis.c (operand_value_powerpc, skip_optional_operands): New.
(print_insn_powerpc): Use the new operand_value_powerpc and
skip_optional_operands functions to omit or print all optional
operands as a group.
* ppc-opc.c (BFF, W, XFL_L, XWRA_MASK): New.
(XFL_MASK): Delete L and W bits from the mask.
(mtfsfi, mtfsfi.): Replace use of BF with BFF.  Relpace use of XRA_MASK
with XWRA_MASK.  Use W.
(mtfsf, mtfsf.): Use XFL_L and W.
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c