commit | 94901422840c2a33e7889fd87540e65bc9028283 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Apr 07 14:16:12 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu May 11 09:53:41 2023 +0100 |
tree | 9346100eb22483089eea82b9ce328635767b6476 | |
parent | 8b1b45971ff6a2d98d2737279fbbc4173e0dbe8c [diff] |
tcg/s390x: Simplify constraints on qemu_ld/st Adjust the softmmu tlb to use R0+R1, not any of the normally available registers. Since we handle overlap betwen inputs and helper arguments, we can allow any allocatable reg. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>