]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: use + to put flags together
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 31 May 2024 09:32:19 +0000 (11:32 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Oct 2024 17:28:33 +0000 (18:28 +0100)
commit6d8623b5c0854a422c2aa57fff90d39275886a47
treec56cc25d68e1e47eabaccaf06a40c68c892d84aa
parent134ffcb276be569fcb7531b2266b0df0d2a1db81
target/i386: use + to put flags together

This gives greater opportunity for reassociation on x86 targets,
since addition can use the LEA instruction.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/cc_helper_template.h.inc