commit | 285a691fd2fe083c919c8ff06a8531ffc5cd7152 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu May 25 20:37:29 2023 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 30 09:51:11 2023 -0700 |
tree | e58404792f15e9694624384bc667b2679ab53438 | |
parent | da4d0d95b41b97a2a2e0907da14830151f56d851 [diff] |
tcg/aarch64: Simplify constraints on qemu_ld/st Adjust the softmmu tlb to use TMP[0-2], not any of the normally available registers. Since we handle overlap betwen inputs and helper arguments, we can allow any allocatable reg. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>