Searched hist:"620 f75566a5d81d7b82b3788b83d0b95c7d21dcd" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | diff 620f75566a5d81d7b82b3788b83d0b95c7d21dcd Fri Sep 09 04:08:18 CDT 2022 Paolo Bonzini <pbonzini@redhat.com> target/i386: provide 3-operand versions of unary 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 old SSE decoder to be compatible with new-style helpers.
The affected instructions are CVTSx2Sx, ROUNDSx, RSQRTSx, SQRTSx, RCPSx.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | diff 620f75566a5d81d7b82b3788b83d0b95c7d21dcd Fri Sep 09 04:08:18 CDT 2022 Paolo Bonzini <pbonzini@redhat.com> target/i386: provide 3-operand versions of unary 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 old SSE decoder to be compatible with new-style helpers.
The affected instructions are CVTSx2Sx, ROUNDSx, RSQRTSx, SQRTSx, RCPSx.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|