summary refs log tree commit diff stats
path: root/tcg/mips/tcg-target-con-set.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tcg/mips: Simplify constraints on qemu_ld/stRichard Henderson2023-05-111-8/+5
| | | | | | | | | The softmmu tlb uses TCG_REG_TMP[0-3], not any of the normally available registers. Now that we handle overlap betwen inputs and helper arguments, and have eliminated use of A0, we can allow any allocatable reg. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* tcg/mips: Split out constraint sets to tcg-target-con-set.hRichard Henderson2021-02-021-0/+36
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>