tcg/i386: Expand scalar rotate with avx512 insns
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 18 Dec 2021 19:25:58 +0000 (11:25 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Mar 2022 18:50:41 +0000 (08:50 -1000)
commit1d442e427a66ed90ce3efb0048ceec0f9192cb02
tree40900368697713bf2abb0cf2283be3ae1a939765
parenta2a19b429b0daaf560e03aaa4851feb9f1fc5fac
tcg/i386: Expand scalar rotate with avx512 insns

Expand 32-bit and 64-bit scalar rotate with VPRO[LR]V;
expand 16-bit scalar rotate with VPSHLDV.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.c.inc