aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/translate.c
diff options
context:
space:
mode:
authorSong Gao <gaosong@loongson.cn>2023-05-04 20:27:28 +0800
committerSong Gao <gaosong@loongson.cn>2023-05-06 11:19:44 +0800
commita0c9400a5b46a9a5ced2c76aebf25a80360ee4f6 (patch)
tree831408743c42eb954341ac8a10325beb5f589589 /target/loongarch/translate.c
parent16f5396cec23960d5507e738d978bfc3d48628a3 (diff)
downloadqemu-a0c9400a5b46a9a5ced2c76aebf25a80360ee4f6.zip
qemu-a0c9400a5b46a9a5ced2c76aebf25a80360ee4f6.tar.gz
qemu-a0c9400a5b46a9a5ced2c76aebf25a80360ee4f6.tar.bz2
target/loongarch: meson.build support build LSX
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20230504122810.4094787-3-gaosong@loongson.cn>
Diffstat (limited to 'target/loongarch/translate.c')
-rw-r--r--target/loongarch/translate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/loongarch/translate.c b/target/loongarch/translate.c
index 21d8607..97e019a 100644
--- a/target/loongarch/translate.c
+++ b/target/loongarch/translate.c
@@ -171,6 +171,7 @@ static void gen_set_gpr(int reg_num, TCGv t, DisasExtend dst_ext)
#include "insn_trans/trans_fmemory.c.inc"
#include "insn_trans/trans_branch.c.inc"
#include "insn_trans/trans_privileged.c.inc"
+#include "insn_trans/trans_lsx.c.inc"
static void loongarch_tr_translate_insn(DisasContextBase *dcbase, CPUState *cs)
{