OSDN Git Service

target-ppc: Altivec 2.07: Vector Population Count Instructions
authorTom Musta <tommusta@gmail.com>
Wed, 12 Feb 2014 21:23:04 +0000 (15:23 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:55 +0000 (03:06 +0100)
commite13500b3c36533e22842bac28f40b2c86ded8c0c
tree6d02edd5aac24b6034396f3d115a425e41be7de1
parentf293f04ab5301f688ce7c9fe3006a787611c2485
target-ppc: Altivec 2.07: Vector Population Count Instructions

This patch adds the Vector Population Count instructions introduced in Power
ISA Version 2.07: vpopcntb, vpopcnth, vpopcntw and vpopcntd.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/helper.h
target-ppc/int_helper.c
target-ppc/translate.c