]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-ppc: Add ISA2.06 divde[o] Instructions
authorTom Musta <tommusta@gmail.com>
Tue, 7 Jan 2014 16:05:52 +0000 (10:05 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:39 +0000 (03:06 +0100)
commite44259b6d4f4de69a868510a198b2696f24118a1
tree08d61c8be5c091ca24b46a85ce20023fc4b442bc
parent98d1eb2748e84f9e3118d1bd2495f0cc917ac18d
target-ppc: Add ISA2.06 divde[o] Instructions

This patch adds the Divide Doubleword Extended instructions.
The implementation builds on the unsigned helper provided in
the previous patch.

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