aboutsummaryrefslogtreecommitdiff
path: root/tcg/i386/tcg-target-con-set.h
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04tcg/i386: Support avx512vbmi2 vector shift-double instructionsRichard Henderson1-0/+1
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>
2021-02-02tcg/i386: Split out constraint sets to tcg-target-con-set.hRichard Henderson1-0/+55
This exports the constraint sets from tcg_target_op_def to a place we will be able to manipulate more in future. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>