On 3/26/21 1:36 PM, Claudio Fontana wrote:
aarch64_sve_narrow_vq and aarch64_sve_change_el are SVE-related functions only used for TCG, so we can put them in thetcg-sve.c module.
Extra whitespace.
+/* tcg/helper.c */ + +void aarch64_sve_narrow_vq(CPUARMState *env, unsigned vq); + +void aarch64_sve_change_el(CPUARMState *env, int old_el, + int new_el, bool el0_a64);
Comment is out of date. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~