OSDN Git Service

target-ppc: Introduce DFP Round to Integer
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:55:12 +0000 (15:55 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:31 +0000 (13:24 +0200)
commit97c0d93041857cf64ceddbf59f37cf396af7fe21
tree84e6d568ece2fb6910d897411aefdbaa56e9be7d
parent512918aa79da893aa85d80319a54b891d7d8c10f
target-ppc: Introduce DFP Round to Integer

Add emulation of the PowerPC Decimal Floating Point (DFP) Round
to FP Integer With Inexact (drintx[q][.]) and DFP Round to FP
Integer Without Inexact (drintn[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