target-ppc: Introduce DFP Divide
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:55:04 +0000 (15:55 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:30 +0000 (13:24 +0200)
commit9024ff40ba79f77b027fb3cbfe584e0005128193
tree79c71aaa441610050dc1b69b22b80479e0d4b9d7
parent8de6a1cc672d94e6ca793a1a7fcccf48b65b2e89
target-ppc: Introduce DFP Divide

Add emulation of the PowerPC Decimal Floating Point Divide instructions
ddiv[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