target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_el
commit5ef3cc563699d9b96e6b1acb15c7c02cf75d8266
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Jun 2022 18:38:57 +0000 (8 19:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jun 2022 18:38:57 +0000 (8 19:38 +0100)
tree2a34f80389ea4b2edccd5bf86d47f1c07b94389a
parent886902ece71b5e795fea3e052a32f047d2f8fe33
target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_el

This will be used for both Normal and Streaming SVE, and the value
does not necessarily come from ZCR_ELx.  While we're at it, emphasize
the units in which the value is returned.

Patch produced by
    git grep -l sve_zcr_len_for_el | \
    xargs -n1 sed -i 's/sve_zcr_len_for_el/sve_vqm1_for_el/g'

and then adding a function comment.

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