On 9/14/21 6:00 AM, Song Gao wrote:
This patch implement 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]> --- target/loongarch/fpu_helper.c | 60 ++++++++++++++++++++++++++++++++ target/loongarch/helper.h | 9 +++++ target/loongarch/insn_trans/trans_fcmp.c | 59 +++++++++++++++++++++++++++++++ target/loongarch/insns.decode | 10 ++++++ target/loongarch/internals.h | 5 +++ target/loongarch/translate.c | 1 + 6 files changed, 144 insertions(+) create mode 100644 target/loongarch/insn_trans/trans_fcmp.c
Reviewed-by: Richard Henderson <[email protected]> r~
