]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commit
target/i386: emulate: microoptimize and explain ADD_COUT_VEC/SUB_COUT_VEC
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Mar 2025 13:55:42 +0000 (14:55 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Apr 2025 16:23:26 +0000 (18:23 +0200)
commit767149d3d078356073a32238b313cee9d02db5d8
tree5d030823b0fdfa6bddbbad72f874196c60c88c2c
parent3fec86e95cd44ac7db639686ef1dda143af59aea
target/i386: emulate: microoptimize and explain ADD_COUT_VEC/SUB_COUT_VEC

The logic is the same, but the majority(NOT a, b, c) is brought out
to a separate macro and implemented without NOT operations.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/hvf/x86_flags.c