Re: [PATCH v2 13/38] target/i386: Use aesdec_ISB_ISR_AK

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

[PATCH v2 13/38] target/i386: Use aesdec_ISB_ISR_AK

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