]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Apr 2020 02:14:51 +0000 (19:14 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jun 2020 15:42:37 +0000 (08:42 -0700)
commit885b1706df6f0211a22e120fac910fb3abf3e733
treec3d0fca3dda3933208c2635a0ec3224f38a85619
parent23850a74afb641102325b4b7f74071d929fc4594
tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec

For immediates, we must continue the special casing of 8-bit
elements.  The other element sizes and shift types are trivially
implemented with shifts.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.inc.c