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)
commitfe0f3e9da7f83f55c9088f33460107d4c28d871c
tree3ea3f7697dabe7f7f358970c378e675453274c1c
parent54160410e8f69d076a4082155a662d3c92830643
* 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