Re: [PATCH 18/18] i386: AVX+AES helpers prep

2022-08-26 Thread Richard Henderson
On 8/25/22 15:14, Paolo Bonzini wrote: +for (i = 0 ; i < 2 << SHIFT ; i++) { + int j = i & 3; +d->L(i) = rk.L(i) ^ bswap32(AES_Td0[st.B(AES_ishifts[4 * j + 0])] ^ It that a tab? Seem to be several of them. Otherwise, Reviewed-by: Richard Henderson r~

[PATCH 18/18] i386: AVX+AES helpers prep

2022-08-25 Thread Paolo Bonzini
From: Paul Brook Make the AES vector helpers AVX ready No functional changes to existing helpers Signed-off-by: Paul Brook Message-Id: <20220424220204.2493824-22-p...@nowt.org> Signed-off-by: Paolo Bonzini --- target/i386/ops_sse.h | 49 +++ 1 file