]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Remove expansion to shift by vector from do_shifts
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Apr 2020 14:56:36 +0000 (07:56 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jun 2020 15:42:37 +0000 (08:42 -0700)
commit3d5bb2ea5cc9ed54f65a6929a6e6baa01cabd98b
treeb916154d0873795407fe0ef8e91ef3892f667e2b
parent5d0ceda902915e3f0e21c39d142c92c4e97c3ebb
tcg: Remove expansion to shift by vector from do_shifts

We do not reflect this expansion in tcg_can_emit_vecop_list,
so it is unused and unusable.  However, we actually perform
the same expansion in do_gvec_shifts, so it is also unneeded.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-op-vec.c