commit | 4e73f842e8b4d90776fb25a5b699b807902f1881 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Dec 17 22:02:57 2021 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri Mar 04 08:50:41 2022 -1000 |
tree | 9b0b35c0f0d92e05bc1b7a6c7b15ba9f6b9fdbb5 | |
parent | 264e4182303488fdb2917cd908f9243b317bb499 [diff] |
tcg/i386: Implement avx512 immediate rotate AVX512VL has VPROLD and VPROLQ, layered onto the same opcode as PSHIFTD, but requires EVEX encoding and W1. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>