[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Fix fp16 checking in vector fp widen/narrow instructions
From: |
Max Chou |
Subject: |
[PATCH] Fix fp16 checking in vector fp widen/narrow instructions |
Date: |
Wed, 20 Mar 2024 15:25:01 +0800 |
When SEW is 16, we need to check whether the Zvfhmin is enabled for the
single width operator for vector floating point widen/narrow
instructions.
The commits in this patchset fix the single width operator checking and
remove the redudant SEW checking for vector floating point widen/narrow
instructions.
Max Chou (4):
target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and
vfncvt.f.f.w instructions
target/riscv: rvv: Check single width operator for vector fp widen
instructions
target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w
target/riscv: rvv: Remove redudant SEW checking for vector fp
narrow/widen instructions
target/riscv/insn_trans/trans_rvv.c.inc | 42 ++++++++++++++++---------
1 file changed, 28 insertions(+), 14 deletions(-)
--
2.31.1
- [PATCH] Fix fp16 checking in vector fp widen/narrow instructions,
Max Chou <=
- [PATCH] target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w instructions, Max Chou, 2024/03/20
- [PATCH] target/riscv: rvv: Check single width operator for vector fp widen instructions, Max Chou, 2024/03/20
- [PATCH] target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w, Max Chou, 2024/03/20
- [PATCH] target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen instructions, Max Chou, 2024/03/20
- Re: [PATCH] Fix fp16 checking in vector fp widen/narrow instructions, Alistair Francis, 2024/03/22