target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctly
commit3999d2d290a5c722c15bac9272e47090a95a0554
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 30 Jan 2023 18:24:37 +0000 (30 18:24 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Feb 2023 12:59:22 +0000 (3 12:59 +0000)
tree9fd4badc728e1dff1e3de6e5aea4230b434c4d96
parented65e32cf52a91c620c925faa90049b8e35365e1
target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctly

The encodings 0,0,C7,C9,0 and 0,0,C7,C9,1 are AT SP1E1RP and AT
S1E1WP, but our ARMCPRegInfo definitions for them incorrectly name
them AT S1E1R and AT S1E1W (which are entirely different
instructions).  Fix the names.

(This has no guest-visible effect as the names are for debug purposes
only.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Fuad Tabba <tabba@google.com>
Message-id: 20230130182459.3309057-2-peter.maydell@linaro.org
Message-id: 20230127175507.2895013-2-peter.maydell@linaro.org
target/arm/helper.c