qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 39/48] target/loongarch: Implement LASX fpu fcvt instructi


From: Richard Henderson
Subject: Re: [PATCH v4 39/48] target/loongarch: Implement LASX fpu fcvt instructions
Date: Wed, 30 Aug 2023 16:40:32 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 8/30/23 01:48, Song Gao wrote:
This patch includes:
- XVFCVT{L/H}.{S.H/D.S};
- XVFCVT.{H.S/S.D};
- XVFRINT[{RNE/RZ/RP/RM}].{S/D};
- XVFTINT[{RNE/RZ/RP/RM}].{W.S/L.D};
- XVFTINT[RZ].{WU.S/LU.D};
- XVFTINT[{RNE/RZ/RP/RM}].W.D;
- XVFTINT[{RNE/RZ/RP/RM}]{L/H}.L.S;
- XVFFINT.{S.W/D.L}[U];
- X[CVFFINT.S.L, VFFINT{L/H}.D.W.

Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/insns.decode                |  58 ++++
  target/loongarch/disas.c                     |  56 ++++
  target/loongarch/vec_helper.c                | 263 ++++++++++++-------
  target/loongarch/insn_trans/trans_lasx.c.inc |  56 ++++
  4 files changed, 335 insertions(+), 98 deletions(-)

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

r~



reply via email to

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