]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Eliminate IRRoundingModeDFP by merging its values into IRRoundingMode.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 6 Jun 2013 19:12:46 +0000 (19:12 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 6 Jun 2013 19:12:46 +0000 (19:12 +0000)
commit86e8b81f0a200f007190299d972ed68bc3d96bf6
treeed6fac946b079309f8eb28a4905e298e0f0491eb
parent95c7372d6952cc1c164e238a7fc4b5e84fd46e3d
Eliminate IRRoundingModeDFP by merging its values into IRRoundingMode.
Retain encodings. The rationale is that a rounding mode is an abstraction
and as such independent of formats used to represent numeric values.
This was triggered by the need for a rounding mode to express conversions
between binary floating point values and decimal floating point values.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2725
VEX/priv/guest_s390_helpers.c
VEX/priv/guest_s390_toIR.c
VEX/priv/host_s390_isel.c
VEX/pub/libvex_ir.h