Re: [PATCH 04/18] tests/tcg/i386: initialize more registers in test-avx

2023-10-17 Thread Richard Henderson
On 10/14/23 03:01, Paolo Bonzini wrote: Some instructions use YMM0 implicitly, or use YMM9 as a read-modify-write register destination. Initialize those registers as well. Signed-off-by: Paolo Bonzini Reviewed-by: Richard Henderson r~

[PATCH 04/18] tests/tcg/i386: initialize more registers in test-avx

2023-10-14 Thread Paolo Bonzini
Some instructions use YMM0 implicitly, or use YMM9 as a read-modify-write register destination. Initialize those registers as well. Signed-off-by: Paolo Bonzini --- tests/tcg/i386/test-avx.c | 8 1 file changed, 8 insertions(+) diff --git a/tests/tcg/i386/test-avx.c b/tests/tcg/i386/t