]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/tcg/translate-sve.c
target/arm: Hoist sve access check through do_sel_z
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 May 2022 18:17:53 +0000 (11:17 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 30 May 2022 16:05:07 +0000 (17:05 +0100)
commit68cc4ee3f98bbc13224582e13f87db04e4be016a
tree84d4075c4991e6d5ea8cd4104773af48ca0560d7
parent15a314dad5898eef560456d084c245881290e8e2
target/arm: Hoist sve access check through do_sel_z

The check is already done in gen_gvec_ool_zzzp,
which is called by do_sel_z; remove from callers.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220527181907.189259-41-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-sve.c