Re: [PATCH v2 07/38] target/i386: Use aesenc_SB_SR_AK

2023-06-19 Thread Philippe Mathieu-Daudé
On 19/6/23 12:43, Philippe Mathieu-Daudé wrote: On 9/6/23 04:23, Richard Henderson wrote: This implements the AESENCLAST instruction. Signed-off-by: Richard Henderson ---   target/i386/ops_sse.h | 11 ++-   1 file changed, 6 insertions(+), 5 deletions(-)   void glue(helper_aesenclast

Re: [PATCH v2 07/38] target/i386: Use aesenc_SB_SR_AK

2023-06-19 Thread Philippe Mathieu-Daudé
On 9/6/23 04:23, Richard Henderson wrote: This implements the AESENCLAST instruction. Signed-off-by: Richard Henderson --- target/i386/ops_sse.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) void glue(helper_aesenclast, SUFFIX)(CPUX86State *env, Reg *d, Reg *v, Reg

[PATCH v2 07/38] target/i386: Use aesenc_SB_SR_AK

2023-06-08 Thread Richard Henderson
This implements the AESENCLAST instruction. Signed-off-by: Richard Henderson --- target/i386/ops_sse.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/target/i386/ops_sse.h b/target/i386/ops_sse.h index fb63af7afa..63fdecbe03 100644 --- a/target/i386/ops_sse.h +++