OSDN Git Service

target-ppc: add vprtyb[w/d/q] instructions
authorAnkit Kumar <ankit@linux.vnet.ibm.com>
Sun, 30 Oct 2016 03:14:58 +0000 (08:44 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 14 Nov 2016 23:05:50 +0000 (10:05 +1100)
commit5c69452c1456fcefaa9d7505c06b82c48b459dff
tree9513f6e459d9a914510bdbdc29caeb4929219cf8
parent09a245e187efa64d1a42900ec1172087d8e8afda
target-ppc: add vprtyb[w/d/q] instructions

Add following POWER ISA 3.0 instructions.
vprtybw: Vector Parity Byte Word
vprtybd: Vector Parity Byte Double Word
vprtybq: Vector Parity Byte Quad Word

Signed-off-by: Ankit Kumar <ankit@linux.vnet.ibm.com>
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/helper.h
target-ppc/int_helper.c
target-ppc/translate/vmx-impl.inc.c
target-ppc/translate/vmx-ops.inc.c