Searched hist:"272 fba97" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 272fba97 Mon Mar 18 15:27:10 CDT 2024 Ido Plat <ido.plat@ibm.com> target/s390x: Use mutable temporary value for op_ts
Otherwise TCG would assume the register that holds t1 would be constant and reuse whenever it needs the value within it.
Cc: qemu-stable@nongnu.org Fixes: f1ea739bd598 ("target/s390x: Use tcg_constant_* in local contexts") Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> [iii: Adjust a newline and capitalization, add tags] Signed-off-by: Ido Plat <ido.plat@ibm.com> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Reviewed-by: David Hildenbrand <david@redhat.com> Message-ID: <20240318202722.20675-1-iii@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
|