target/s390x: don't probe next pc for EXecuted insns
commit621aab6c7dffaa37a9d9b89d246894e516eb3c46
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 27 Oct 2022 18:36:30 +0000 (27 19:36 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 31 Oct 2022 20:37:59 +0000 (31 20:37 +0000)
tree97fab774d2d0e54e1a6b7a4041a40870925086ac
parentefe7c4f08d543cd4181c672bedba5575390db2a8
target/s390x: don't probe next pc for EXecuted insns

We have finished the TB anyway so we can shortcut the other tests by
checking dc->ex_value first.

Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20221027183637.2772968-25-alex.bennee@linaro.org>
target/s390x/tcg/translate.c