target-ppc: Introduce DFP Shift Significand
commit804e654a56549c2960f9c3857bec4f4d934b437e
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:55:21 +0000 (21 15:55 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:32 +0000 (16 13:24 +0200)
treed6b9734d7f2ce044d2a6a32fee1f4a3a13d0ae06
parent297666eba0f6d73b5969763aec2b3f8ac4123b9a
target-ppc: Introduce DFP Shift Significand

Add emulation of the PowerPC Decimal Floating Point Shift Significand
Left Immediate (dscli[q][.]) and DFP Shift Significant Right Immediate
(dscri[q][.]) 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