target/s390x: Split out helper_per_store_real
commitebed683c4e2678947df06cb33d3d860840426c65
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2019 20:36:13 +0000 (11 12:36 -0800)
committerCornelia Huck <cohuck@redhat.com>
Wed, 18 Dec 2019 11:57:29 +0000 (18 12:57 +0100)
treef5bdc67fc30e3e51f6e4ab11a1a91c51e4795309
parentaceeaa69d28e6f08a24395d0aa6915b687d0a681
target/s390x: Split out helper_per_store_real

Split the PER handling for store-to-real-address into its
own helper function, conditionally called when PER is
enabled, just as we do for per_branch and per_ifetch.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191211203614.15611-2-richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/helper.h
target/s390x/mem_helper.c
target/s390x/misc_helper.c
target/s390x/translate.c