]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/int_helper.c
target-ppc: Add ISA 2.06 divweu[o] Instructions
authorTom Musta <tommusta@gmail.com>
Tue, 7 Jan 2014 16:05:53 +0000 (10:05 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:39 +0000 (03:06 +0100)
commit6a4fda3358ca5a21e17d553074f74d512745c4f6
tree559d41bc2d46d7e1abfcc070cfd17a6c30811e2b
parente44259b6d4f4de69a868510a198b2696f24118a1
target-ppc: Add ISA 2.06 divweu[o] Instructions

This patch addes the Unsigned Divide Word Extended instructions
which were introduced in Power ISA 2.06B.

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