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

Add emulation of the PowerPC Convert to DFP Long (dctdp[.]) and
Convert to DFP Extended (dctqpq[.]) instructions.

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