target/loongarch: Add floating point comparison instruction translation
commit9b7410763aedcd99b7f2302c564c8778179ef347
authorSong Gao <gaosong@loongson.cn>
Mon, 6 Jun 2022 12:43:01 +0000 (6 20:43 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Jun 2022 18:09:03 +0000 (6 18:09 +0000)
tree12d886dc6961817ea80b72d233f9af277e4331f1
parentd578ca6cbba6056f17901c869a6325d571bb124d
target/loongarch: Add floating point comparison instruction translation

This includes:
- FCMP.cond.{S/D}

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