diff options
author | Frank Chang <frank.chang@sifive.com> | 2022-01-05 10:22:46 +0800 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2022-01-08 15:46:09 +1000 |
commit | 79e6176ea09c7615966d3ed05be0d40dc9de249f (patch) | |
tree | 320c252fbcec3776cb2763fa3948e0fce52b6fe7 /memory_ldst.c.inc | |
parent | 91cade44cd49e23114c3101ef22d8a0b370523ae (diff) | |
download | qemu-79e6176ea09c7615966d3ed05be0d40dc9de249f.zip qemu-79e6176ea09c7615966d3ed05be0d40dc9de249f.tar.gz qemu-79e6176ea09c7615966d3ed05be0d40dc9de249f.tar.bz2 |
target/riscv: rvv-1.0: Call the correct RVF/RVD check function for narrowing fp/int type-convert insns
vfncvt.f.xu.w, vfncvt.f.x.w convert double-width integer to single-width
floating-point. Therefore, should use require_rvf() to check whether
RVF/RVD is enabled.
vfncvt.f.f.w, vfncvt.rod.f.f.w convert double-width floating-point to
single-width integer. Therefore, should use require_scale_rvf() to check
whether RVF/RVD is enabled.
Signed-off-by: Frank Chang <frank.chang@sifive.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20220105022247.21131-4-frank.chang@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'memory_ldst.c.inc')
0 files changed, 0 insertions, 0 deletions