target/loongarch: Add LASX data support

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230914022645.1151356-12-gaosong@loongson.cn>
This commit is contained in:
Song Gao 2023-09-14 10:25:59 +08:00
parent cd1006176b
commit 008a3b1662
No known key found for this signature in database
GPG key ID: 40A2FFF239263EDF
9 changed files with 86 additions and 34 deletions

View file

@ -12,6 +12,7 @@
#include "linux-user/trace.h"
#include "target/loongarch/internals.h"
#include "target/loongarch/vec.h"
/* FP context was used */
#define SC_USED_FP (1 << 0)