Bye Bye PPC_OPCODE_VSX3
authorAlan Modra <amodra@gmail.com>
Mon, 10 Apr 2017 22:06:43 +0000 (07:36 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 10 Apr 2017 22:06:43 +0000 (07:36 +0930)
commit9570835e5597037bee5042edf822675e715b3caf
tree97a926c2dc9e45f38949bf7e30216d1ddd5a2590
parent9a85b496ac4e6488d427155c24f87367ab1f6b1b
Bye Bye PPC_OPCODE_VSX3

This bit is also useless as it can be replaced with PPC_OPCODE_POWER9.
Defining the VSX2 and VSX3 selection based on cpu bits also lets the
assembler/disassembler distinguish between the power7 VSX opcodes and
the power8 ones.  Note that this change means -mvsx now reverts back
to just adding the power7 VSX insns.

include/
* opcode/ppc.h (PPC_OPCODE_VSX3): Delete.
opcodes/
* ppc-dis.c (ppc_opts): Remove PPC_OPCODE_VSX3.
* ppc-opc.c (PPCVSX2): Define as PPC_OPCODE_POWER8.
(PPCVSX3): 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.029334 seconds and 4 git commands to generate.