qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 13/21] target/loongarch: Add floating point move instructi


From: Richard Henderson
Subject: Re: [PATCH v5 13/21] target/loongarch: Add floating point move instruction translation
Date: Tue, 14 Sep 2021 07:24:24 -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 floationg point move instruction translation.

This includes:
- FMOV.{S/D}
- FSEL
- MOVGR2FR.{W/D}, MOVGR2FRH.W
- MOVFR2GR.{S/D}, MOVFRH2GR.S
- MOVGR2FCSR, MOVFCSR2GR
- MOVFR2CF, MOVCF2FR
- MOVGR2CF, MOVCF2GR

Signed-off-by: Song Gao<gaosong@loongson.cn>
Signed-off-by: XiaoJuan Yang<yangxiaojuan@loongson.cn>
---
  target/loongarch/fpu_helper.c            |   6 ++
  target/loongarch/helper.h                |   2 +
  target/loongarch/insn_trans/trans_fmov.c | 153 +++++++++++++++++++++++++++++++
  target/loongarch/insns.decode            |  41 +++++++++
  target/loongarch/translate.c             |   1 +
  5 files changed, 203 insertions(+)
  create mode 100644 target/loongarch/insn_trans/trans_fmov.c

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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