]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390: Stop CC clobbering by VFMIN and VFMAX
authorAndreas Arnez <arnez@linux.ibm.com>
Thu, 1 Dec 2022 14:20:21 +0000 (15:20 +0100)
committerAndreas Arnez <arnez@linux.ibm.com>
Wed, 11 Jan 2023 15:44:38 +0000 (16:44 +0100)
commit1b8dcec1b4b9e086894378f819eb3f12044b0b0a
tree24f77a16a7920f13414271379eec760eafc52017
parent73ab2978f8bfb5becc4bc7356228a117292ca51f
s390: Stop CC clobbering by VFMIN and VFMAX

Valgrind's implementation of the VFMIN and VFMAX instructions clobbers the
condition code, which is wrong.  Stop doing that.
VEX/priv/guest_s390_toIR.c