]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: Introduce DFP Convert to Fixed
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:55:15 +0000 (15:55 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:31 +0000 (13:24 +0200)
commitf12141935512fd8e5de1ecbb6494be86ec8880a5
treeebf98d77af7f7dbcd4b6d014140d3aed7da4c796
parentca603eb4d7015dc9e88b4d325e837950117ad124
target-ppc: Introduce DFP Convert to Fixed

Add emulation of the PowerPC Decimal Floating Point Convert to
Fixed instructions dctfix[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