commit | c2b6b6a65a227d2bb45e1b2694cf064b881543e4 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed May 08 11:06:50 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jun 11 14:29:22 2024 +0200 |
tree | b46bd60a09a097977b17582f93c6cabdfdd6854a | |
parent | e628387cf9a27a4895b00821313635fad4cfab43 [diff] |
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>