target/sparc: Avoid TCGV_{LOW,HIGH}
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Oct 2022 00:57:03 +0000 (10:57 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 19:41:28 +0000 (11:41 -0800)
commit8e7bbc7575f85a350a3e6650a551983036a2698d
treee1f223fe80d5673da9c1e9cbdb3564435d83c754
parentc8cc6879f61cd589a9ed211729f12bc3b46beed4
target/sparc: Avoid TCGV_{LOW,HIGH}

Use the official extend/extract functions instead of routines
that will shortly be internal to tcg.

Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/translate.c