]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x: Improve handling of amodes without base register
authorAndreas Arnez <arnez@linux.ibm.com>
Tue, 23 Mar 2021 13:55:09 +0000 (14:55 +0100)
committerAndreas Arnez <arnez@linux.ibm.com>
Fri, 7 May 2021 15:17:09 +0000 (17:17 +0200)
commita0bb049ace14ab52d386bb1d49a399f39eec4986
tree2fcc2d48e51905592d375092e03c14fc4da7e1d9
parent32312d588b77c5b5b5a0145bb0cc6f795b447790
s390x: Improve handling of amodes without base register

Addressing modes without a base or index register represent constants.
They can occur in some special cases such as shift operations and when
accessing individual vector elements.  Perform some minor improvements to
the handling of such amodes.
VEX/priv/host_s390_defs.c
VEX/priv/host_s390_isel.c