Home
last modified time | relevance | path

Searched hist:"36 ab4623a894de80c413fa958a5fdb79dc50b1c2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dtranslate.cdiff 36ab4623a894de80c413fa958a5fdb79dc50b1c2 Sat Feb 25 01:26:59 CST 2023 Richard Henderson <richard.henderson@linaro.org> target/sparc: Drop get_temp_i32

Translators are no longer required to free tcg temporaries,
therefore there's no need to record temps for later freeing.
Replace the few uses with tcg_temp_new_i32.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>