]> xenbits.xensource.com Git - qemu-xen.git/commit
target/i386: support operand merging in binary scalar helpers
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 9 Sep 2022 09:08:18 +0000 (11:08 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 11:58:04 +0000 (13:58 +0200)
commit1de9e7e61212e332e9bd7145c744bd3f411c7847
treed901523c07f15949f656038678932d22608d9a35
parentf05f9789f57d5394fc118fe31aa2a9f563311140
target/i386: support operand merging in binary scalar helpers

Compared to Paul's implementation, the new decoder will use a different approach
to implement AVX's merging of dst with src1 on scalar operations.  Adjust the
helpers to provide this functionality.

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