]> Git Repo - qemu.git/commit
target/loongarch: Add floating point comparison instruction translation
authorSong Gao <[email protected]>
Mon, 6 Jun 2022 12:43:01 +0000 (20:43 +0800)
committerRichard Henderson <[email protected]>
Mon, 6 Jun 2022 18:09:03 +0000 (18:09 +0000)
commit9b7410763aedcd99b7f2302c564c8778179ef347
tree12d886dc6961817ea80b72d233f9af277e4331f1
parentd578ca6cbba6056f17901c869a6325d571bb124d
target/loongarch: Add floating point comparison instruction translation

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

Signed-off-by: Song Gao <[email protected]>
Signed-off-by: Xiaojuan Yang <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20220606124333.2060567[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
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
This page took 0.025918 seconds and 4 git commands to generate.