target/loongarch: Add fixed point extra instruction translation
commit8708a04a6145b4c9289fed28358fb1273dcd6aea
authorSong Gao <gaosong@loongson.cn>
Mon, 6 Jun 2022 12:42:59 +0000 (6 20:42 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Jun 2022 18:09:03 +0000 (6 18:09 +0000)
tree7b055dacdd70fabb44a79a0948e96940fe7abc87
parent94b02d57b09eeb2dcb07a2a196b91310420bd0bf
target/loongarch: Add fixed point extra instruction translation

This includes:
- CRC[C].W.{B/H/W/D}.W
- SYSCALL
- BREAK
- ASRT{LE/GT}.D
- RDTIME{L/H}.W, RDTIME.D
- CPUCFG

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-10-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/loongarch/helper.h
target/loongarch/insn_trans/trans_extra.c.inc [new file with mode: 0644]
target/loongarch/insns.decode
target/loongarch/op_helper.c
target/loongarch/translate.c