]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/helper.h
target-ppc: add vabsdu[b,h,w] instructions
authorSandipan Das <sandipandas1990@gmail.com>
Thu, 28 Jul 2016 18:14:14 +0000 (23:44 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:40:11 +0000 (12:40 +1000)
commit377070595a5865a7db6fa671a1e84f149d80809a
tree2cf29ac30ee7a25b8b454752f28860089433852a
parent217f6b88058fa5509ff721741862e26db071929a
target-ppc: add vabsdu[b,h,w] instructions

Adds following instructions:

vabsdub: Vector Absolute Difference Unsigned Byte
vabsduh: Vector Absolute Difference Unsigned Halfword
vabsduw: Vector Absolute Difference Unsigned Word

Signed-off-by: Sandipan Das <sandipandas1990@gmail.com>
[ use ISA300 define. Drop etype ]
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/helper.h
target-ppc/int_helper.c
target-ppc/translate/vmx-impl.c
target-ppc/translate/vmx-ops.c