]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commit
target/i386: special case ADC/SBB x,0 and SBB x,x
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 Feb 2025 09:21:02 +0000 (10:21 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Apr 2025 16:23:26 +0000 (18:23 +0200)
commitbd65810538bfa4baef4f9e2fe40166d008a2a64c
tree11f8f6e38b12df3abed33e957166aa3471356844
parent94a159f3dc737d00749cc930adaec112abe07b3c
target/i386: special case ADC/SBB x,0 and SBB x,x

Avoid the three-operand CC_OP_ADD and CC_OP_ADC in these relatively
common cases.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/emit.c.inc
target/i386/tcg/translate.c