summaryrefslogtreecommitdiffstats
path: root/tcg/i386/tcg-target-con-set.h
Commit message (Collapse)AuthorAgeFilesLines
* tcg/i386: Split out constraint sets to tcg-target-con-set.hRichard Henderson2021-02-021-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>