From b98f886c8f8661773047197d132efec97810b37a Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 1 Sep 2022 09:04:17 +0200 Subject: target/i386: Introduce 256-bit vector helpers The new implementation of SSE will cover AVX from the get go, because all the work for the helper functions is already done. We just need to build them. Reviewed-by: Richard Henderson Signed-off-by: Paolo Bonzini --- target/i386/helper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/i386/helper.h') diff --git a/target/i386/helper.h b/target/i386/helper.h index 39a3c24..a2c2c08 100644 --- a/target/i386/helper.h +++ b/target/i386/helper.h @@ -218,6 +218,8 @@ DEF_HELPER_3(movq, void, env, ptr, ptr) #include "ops_sse_header.h" #define SHIFT 1 #include "ops_sse_header.h" +#define SHIFT 2 +#include "ops_sse_header.h" DEF_HELPER_3(rclb, tl, env, tl, tl) DEF_HELPER_3(rclw, tl, env, tl, tl) -- cgit v1.1