]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: Introduce DFP Multiply
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:55:03 +0000 (15:55 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:30 +0000 (13:24 +0200)
commit8de6a1cc672d94e6ca793a1a7fcccf48b65b2e89
tree87143c5b35518d1db38d7bb2f0687c1c8a287435
parent2128f8a57e1f1db97b8ba03eae4d8e5d94bf1ea5
target-ppc: Introduce DFP Multiply

Add emulation of the PowerPC Decimal Floating Point Multiply instructions
dmul[q][.]

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