commit | 97c0d93041857cf64ceddbf59f37cf396af7fe21 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Mon Apr 21 15:55:12 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:31 2014 +0200 |
tree | 84e6d568ece2fb6910d897411aefdbaa56e9be7d | |
parent | 512918aa79da893aa85d80319a54b891d7d8c10f [diff] |
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>