]> git.ipfire.org Git - thirdparty/valgrind.git/commit
PPC64, Replace body of generate_store_FPRF with C helper function.
authorCarl Love <carll@us.ibm.com>
Tue, 3 Oct 2017 17:08:09 +0000 (12:08 -0500)
committerCarl Love <carll@us.ibm.com>
Tue, 3 Oct 2017 17:08:09 +0000 (12:08 -0500)
commitacdeb75d2a58f4f3910ddaf9b2bc2ec74378fa3a
treef52273357ab5d5bda3570c5fb90b13c110a4a11f
parent7fce2c5269f82a7d063c87335a25de84fc9acc64
PPC64, Replace body of generate_store_FPRF with C helper function.

The function calculates the floating point condition code values
and stores them into the floating point condition code register.
The function is used by a number of instructions. The calculation
generates a lot of Iops as it much check the operatds for NaN, SNaN,
zero, dnorm, norm and infinity. The large number of Iops exhausts
temporary memory.
NEWS
VEX/priv/guest_ppc_defs.h
VEX/priv/guest_ppc_helpers.c
VEX/priv/guest_ppc_toIR.c