Re: [PATCH 16/37] target/i386: support operand merging in binary scalar helpers

2022-09-12 Thread Richard Henderson
On 9/12/22 00:03, Paolo Bonzini wrote: 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. Signed-off-by: Paolo Bonzini --- target/i386/ops_sse.h |

[PATCH 16/37] target/i386: support operand merging in binary scalar helpers

2022-09-11 Thread Paolo Bonzini
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. Signed-off-by: Paolo Bonzini --- target/i386/ops_sse.h | 16 1 file changed, 16 i