On 9/1/23 02:30, Jiajie Chen wrote:
LSX support on host cpu is detected via hwcap.
Lower the following ops to LSX:
- dup_vec
- dupi_vec
- dupm_vec
- ld_vec
- st_vec
Signed-off-by: Jiajie Chen<c...@jia.je>
---
tcg/loongarch64/tcg-target-con-set.h | 2 +
tcg/loongarch64/tcg-target-con-str.h | 1 +
tcg/loongarch64/tcg-target.c.inc | 219 ++++++++++++++++++++++++++-
tcg/loongarch64/tcg-target.h | 38 ++++-
tcg/loongarch64/tcg-target.opc.h | 12 ++
5 files changed, 270 insertions(+), 2 deletions(-)
create mode 100644 tcg/loongarch64/tcg-target.opc.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~