diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-12-18 10:48:43 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-03-04 08:50:41 -1000 |
commit | 965d5d0681a99540bf19f313a66ecb14cee2654a (patch) | |
tree | f8191543d3411c2d1c6adc686e065b1d5372143d /tcg/i386/tcg-target-con-set.h | |
parent | 102cd35c01ddb4ed434becb323d54f07e9c3158b (diff) | |
download | qemu-965d5d0681a99540bf19f313a66ecb14cee2654a.zip qemu-965d5d0681a99540bf19f313a66ecb14cee2654a.tar.gz qemu-965d5d0681a99540bf19f313a66ecb14cee2654a.tar.bz2 |
tcg/i386: Support avx512vbmi2 vector shift-double instructions
We will use VPSHLD, VPSHLDV and VPSHRDV for 16-bit rotates.
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>
Diffstat (limited to 'tcg/i386/tcg-target-con-set.h')
-rw-r--r-- | tcg/i386/tcg-target-con-set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/i386/tcg-target-con-set.h b/tcg/i386/tcg-target-con-set.h index 78774d1..91ceb0e 100644 --- a/tcg/i386/tcg-target-con-set.h +++ b/tcg/i386/tcg-target-con-set.h @@ -45,6 +45,7 @@ C_O1_I2(r, r, rI) C_O1_I2(x, x, x) C_N1_I2(r, r, r) C_N1_I2(r, r, rW) +C_O1_I3(x, 0, x, x) C_O1_I3(x, x, x, x) C_O1_I4(r, r, re, r, 0) C_O1_I4(r, r, r, ri, ri) |