OSDN Git Service

target/arm: Rename TBFLAG_A64 ZCR_LEN to VL
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Jun 2022 18:38:54 +0000 (19:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jun 2022 18:38:54 +0000 (19:38 +0100)
commitf45ce4c35f5e0873bbbc3119eff8539610233b7e
tree28e00c540fdb80e6ea4bafe0619ee783a4a28315
parent5e79887ba67e22bfd890b72f94c482176a200fbc
target/arm: Rename TBFLAG_A64 ZCR_LEN to VL

With SME, the vector length does not only come from ZCR_ELx.
Comment that this is either NVL or SVL, like the pseudocode.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220607203306.657998-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper.c
target/arm/translate-a64.c
target/arm/translate-a64.h
target/arm/translate-sve.c
target/arm/translate.h