target/loongarch: Add main translation routines
commitf8da88d78f71da751f089913784fa884df31bd03
authorSong Gao <gaosong@loongson.cn>
Mon, 6 Jun 2022 12:42:53 +0000 (6 20:42 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Jun 2022 18:09:03 +0000 (6 18:09 +0000)
treec44813bee51c134b9b746f1e91d34cd720755974
parent228021f05ebfd89a3abc225d47a0d0e6c139dade
target/loongarch: Add main translation routines

This patch adds main translation routines and
basic functions for translation.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220606124333.2060567-4-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/loongarch/helper.h [new file with mode: 0644]
target/loongarch/op_helper.c [new file with mode: 0644]
target/loongarch/translate.c [new file with mode: 0644]
target/loongarch/translate.h [new file with mode: 0644]