Re: [PATCH 04/25] target/i386: change X86_ENTRYr to use T0

2024-06-08 Thread Richard Henderson
On 6/8/24 01:40, Paolo Bonzini wrote: 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. Signed-off-by:

[PATCH 04/25] target/i386: change X86_ENTRYr to use T0

2024-06-08 Thread Paolo Bonzini
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. Signed-off-by: Paolo Bonzini --- target/i386/tcg/deco