mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
5e79887ba6
commit
f45ce4c35f
6 changed files with 7 additions and 6 deletions
|
@ -11181,7 +11181,7 @@ static CPUARMTBFlags rebuild_hflags_a64(CPUARMState *env, int el, int fp_el,
|
|||
zcr_len = sve_zcr_len_for_el(env, el);
|
||||
}
|
||||
DP_TBFLAG_A64(flags, SVEEXC_EL, sve_el);
|
||||
DP_TBFLAG_A64(flags, ZCR_LEN, zcr_len);
|
||||
DP_TBFLAG_A64(flags, VL, zcr_len);
|
||||
}
|
||||
|
||||
sctlr = regime_sctlr(env, stage1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue