| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tcg/mips: Simplify constraints on qemu_ld/st | Richard Henderson | 2023-05-11 | 1 | -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.h | Richard Henderson | 2021-02-02 | 1 | -0/+36 |
| Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | |||||