On 12/28/23 23:05, Paolo Bonzini wrote:
Extend the existing conditional that generates INC/DEC, to also swap an ADD for a SUB and vice versa when the immediate is 128. This facilitates using OPC_ARITH_EvIb instead of OPC_ARITH_EvIz.Best reviewed with "git diff -b". Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- tcg/i386/tcg-target.c.inc | 40 +++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-)
Queued, thanks. r~