On 4/3/25 02:22, Paolo Bonzini wrote:
Apply some of the simplifications used for RCL and RCR. tmp4 is not used anywhere else, so remove it.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/tcg/translate.c | 51 +++++++++++++++++++++---------------- target/i386/tcg/emit.c.inc | 6 ++--- 2 files changed, 31 insertions(+), 26 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~