mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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 <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6e0cac782a
commit
b98f886c8f
4 changed files with 14 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue