]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x: Implement VTM without dirty helper
authorAndreas Arnez <arnez@linux.ibm.com>
Thu, 10 Apr 2025 15:27:30 +0000 (17:27 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Fri, 11 Apr 2025 14:51:09 +0000 (16:51 +0200)
commit6efb1ef86b1ec547ac4dddecc529dbbfeae409cf
tree82b227d67cd2ecf97fa8313d0a1674800a829710
parent395274bca618c356b282256c999200bb0d44eda6
s390x: Implement VTM without dirty helper

The VTM instruction is currently translated to a dirty helper call, which
comes with the usual drawbacks.

Replace its implementation and remove the dirty helper.
VEX/priv/guest_s390_defs.h
VEX/priv/guest_s390_helpers.c
VEX/priv/guest_s390_toIR.c