target/s390x: Record separate PER bits in TB flags
commit62613ca07382cb7a2d5f442d8a21e340c384a392
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 May 2024 05:44:07 +0000 (1 22:44 -0700)
committerThomas Huth <thuth@redhat.com>
Wed, 29 May 2024 10:41:15 +0000 (29 12:41 +0200)
treecc1eedab9d4c6a98ba0c5b147ec01d4e8dc30c81
parent51a1718b14a57c619d9897c25a59fab75cc980cc
target/s390x: Record separate PER bits in TB flags

Record successful-branching, instruction-fetching, and
store-using-real-address.  The other PER bits are not used
during translation.  Having checked these at translation time,
we can remove runtime tests from the helpers.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-ID: <20240502054417.234340-5-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/cpu.c
target/s390x/cpu.h
target/s390x/tcg/misc_helper.c
target/s390x/tcg/translate.c