target/i386: change X86_ENTRYr to use T0
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 May 2024 09:06:50 +0000 (11:06 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Jun 2024 12:29:22 +0000 (14:29 +0200)
commitc2b6b6a65a227d2bb45e1b2694cf064b881543e4
treeb46bd60a09a097977b17582f93c6cabdfdd6854a
parente628387cf9a27a4895b00821313635fad4cfab43
target/i386: change X86_ENTRYr to use T0

I am not sure why I made it use T1.  It is a bit more symmetric with
respect to X86_ENTRYwr (which uses T0 for the "w"ritten operand
and T1 for the "r"ead operand), but it is also less flexible because it
does not let you apply zextT0/sextT0.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/decode-new.c.inc
target/i386/tcg/emit.c.inc