commit | 2e6d85683576c970c714c1cc071dca742835b9d4 | [log] [tgz] |
---|---|---|
author | Bharata B Rao <bharata@linux.vnet.ibm.com> | Fri Feb 10 12:53:06 2017 +0530 |
committer | David Gibson <david@gibson.dropbear.id.au> | Wed Feb 22 11:28:28 2017 +1100 |
tree | c710cafe62acfe91b6778c35a632f82dfaf2f21f | |
parent | 9ee6f678f473007e252934d6acd09c24490d9d42 [diff] |
softfloat: Add float128_to_uint64_round_to_zero() Implement float128_to_uint64() and use that to implement float128_to_uint64_round_to_zero() This is required by xscvqpudz instruction of PowerPC ISA 3.0. Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>