Bye bye PPC_OPCODE_ALTIVEC2
authorAlan Modra <amodra@gmail.com>
Mon, 10 Apr 2017 22:03:50 +0000 (07:33 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 10 Apr 2017 22:03:50 +0000 (07:33 +0930)
commit9a85b496ac4e6488d427155c24f87367ab1f6b1b
tree7d8e1b150731562d82fb3a6e7dfaecf088380ead
parenta5bef50fdbfadbc6b8911b458580ee91cbfcdafd
Bye bye PPC_OPCODE_ALTIVEC2

This bit is worse than useless.  Using it prevents the assembler and
disassembler distinguishing between opcodes added for power8 and those
added for power9.

include/
* opcode/ppc.h (PPC_OPCODE_ALTIVEC2): Delete.
opcodes/
* ppc-dis.c (ppc_opts): Remove PPC_OPCODE_ALTIVEC2.
* ppc-opc.c (PPCVEC2): Define as PPC_OPCODE_POWER8|PPC_OPCODE_E6500.
(PPCVEC3): Define as PPC_OPCODE_POWER9.
include/ChangeLog
include/opcode/ppc.h
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c
This page took 0.036017 seconds and 4 git commands to generate.