On 4/9/24 06:43, Paolo Bonzini wrote:
Extract the code into new functions, and swap T0/T1 so that T0 corresponds to the first immediate in the instruction stream.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/tcg/translate.c | 93 +++++++++++++++++++++---------------- 1 file changed, 53 insertions(+), 40 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~