OSDN Git Service

* ppc-dis.c (operand_value_powerpc, skip_optional_operands): New.
authorbergner <bergner>
Thu, 17 May 2007 00:52:14 +0000 (00:52 +0000)
committerbergner <bergner>
Thu, 17 May 2007 00:52:14 +0000 (00:52 +0000)
commit8323e75037532210c48aee51351e68d0c74bbec0
treee31cd742aae057bf7e75f18c4482079b1b340d2d
parent16f7f3856ba1e8dd1202c5be10007fbe9895b4d6
* 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