qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 14/21] target/loongarch: Add floating point load/store ins


From: Richard Henderson
Subject: Re: [PATCH v4 14/21] target/loongarch: Add floating point load/store instruction translation
Date: Sun, 5 Sep 2021 11:46:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 9/2/21 2:41 PM, Song Gao wrote:
This patch implement floating point load/store instruction translation.

This includes:
- FLD.{S/D}, FST.{S/D}
- FLDX.{S/D}, FSTX.{S/D}
- FLD{GT/LE}.{S/D}, FST{GT/LE}.{S/D}

Signed-off-by: Song Gao<gaosong@loongson.cn>
Signed-off-by: XiaoJuan Yang<yangxiaojuan@loongson.cn>
---
  target/loongarch/insn_trans/trans_fmemory.c | 143 ++++++++++++++++++++++++++++
  target/loongarch/insns.decode               |  24 +++++
  target/loongarch/translate.c                |   1 +
  3 files changed, 168 insertions(+)
  create mode 100644 target/loongarch/insn_trans/trans_fmemory.c

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

I wonder if you want to add nanboxing for loads, since you did it for the arithmetic? But certainly this is correct per spec as-is.


r~



reply via email to

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