OSDN Git Service

* ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
authorJ.T. Conklin <jtc@redback.com>
Wed, 3 May 2000 22:25:08 +0000 (22:25 +0000)
committerJ.T. Conklin <jtc@redback.com>
Wed, 3 May 2000 22:25:08 +0000 (22:25 +0000)
commit46875de5481634110890ddf8948d81a4c6c11e09
tree8941b39ab05cfea1c93ee264887c74b4f929c75f
parent08de3d7d736282007dc65c240da44e68be90313c
* ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
vector unit operands.
(VX, VX_MASK, VXA, VXA_MASK, VXR, VXR_MASK): New macros, for vector
unit instruction formats.
(PPCVEC): New macro, mask for vector instructions.
(powerpc_operands): Add table entries for above operand types.
(powerpc_opcodes): Add table entries for vector instructions.

* ppc-dis.c (print_insn_big_powerpc): Add PPC_OPCODE_ALTIVEC to mask.
(print_insn_little_powerpc): Likewise.
(print_insn_powerpc): Prepend 'v' when printing vector registers.
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c