qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 11/21] target/loongarch: Add floating point comparison ins


From: Richard Henderson
Subject: Re: [PATCH v5 11/21] target/loongarch: Add floating point comparison instruction translation
Date: Tue, 14 Sep 2021 07:21:26 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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<gaosong@loongson.cn>
Signed-off-by: XiaoJuan Yang<yangxiaojuan@loongson.cn>
---
  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 <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]