summary refs log tree commit diff stats
path: root/python/scripts
diff options
context:
space:
mode:
authorMax Chou <max.chou@sifive.com>2024-03-22 17:25:56 +0800
committerAlistair Francis <alistair.francis@wdc.com>2024-06-03 11:12:12 +1000
commit7a999d4dd704aa71fe6416871ada69438b56b1e5 (patch)
treef018b17ed679194e0128c514d3452b9105b78816 /python/scripts
parent17b713c0806e72cd8edc6c2ddd8acc5be0475df6 (diff)
downloadfocaccia-qemu-7a999d4dd704aa71fe6416871ada69438b56b1e5.tar.gz
focaccia-qemu-7a999d4dd704aa71fe6416871ada69438b56b1e5.zip
target/riscv: rvv: Check single width operator for vector fp widen instructions
The require_scale_rvf function only checks the double width operator for
the vector floating point widen instructions, so most of the widen
checking functions need to add require_rvf for single width operator.

The vfwcvt.f.x.v and vfwcvt.f.xu.v instructions convert single width
integer to double width float, so the opfxv_widen_check function doesn’t
need require_rvf for the single width operator(integer).

Signed-off-by: Max Chou <max.chou@sifive.com>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Cc: qemu-stable <qemu-stable@nongnu.org>
Message-ID: <20240322092600.1198921-3-max.chou@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'python/scripts')
0 files changed, 0 insertions, 0 deletions