Re: [PATCH v4 23/37] target/i386: Use aesdec_ISB_ISR_IMC_AK

2023-07-07 Thread Philippe Mathieu-Daudé
On 3/7/23 12:05, Richard Henderson wrote: This implements the AESDEC instruction. Signed-off-by: Richard Henderson --- target/i386/ops_sse.h | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v4 23/37] target/i386: Use aesdec_ISB_ISR_IMC_AK

2023-07-03 Thread Richard Henderson
This implements the AESDEC instruction. Signed-off-by: Richard Henderson --- target/i386/ops_sse.h | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/target/i386/ops_sse.h b/target/i386/ops_sse.h index 93a4e0cf16..a0e425733f 100644 --- a/target/i386/ops_sse.h +++