OSDN Git Service

target/arm: Enable FEAT_CSV2_2 for -cpu max
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 6 May 2022 18:02:38 +0000 (13:02 -0500)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 May 2022 10:47:54 +0000 (11:47 +0100)
commit7cb1e61851332ea661d4ef6c1d958e3cdbffe2d8
tree6d3be2d6b99f76421abb82dd797ee31b5a47745f
parent74b17e16695b93261b1c3ffb73031d574aba2b8e
target/arm: Enable FEAT_CSV2_2 for -cpu max

There is no branch prediction in TCG, therefore there is no
need to actually include the context number into the predictor.
Therefore all we need to do is add the state for SCXTNUM_ELx.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220506180242.216785-21-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/emulation.rst
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
target/arm/helper.c