]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/helper.h
target-ppc: Altivec 2.07: Vector Min/Max Doubleword Instructions
authorTom Musta <tommusta@gmail.com>
Wed, 12 Feb 2014 21:23:05 +0000 (15:23 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:55 +0000 (03:06 +0100)
commit8203e31b547d38a8ec0ce04fe19e6cefe75b4391
treedff1b51c7082c0f115c02061e2948f28fe49bc92
parente13500b3c36533e22842bac28f40b2c86ded8c0c
target-ppc: Altivec 2.07: Vector Min/Max Doubleword Instructions

This patch adds the Vector Minimum and Maximum Doubleword instructions
that are introduced in Power ISA Version 2.07.

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