]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: rvv: Replace VSTART_CHECK_EARLY_EXIT in vext_ldst_us
authorMax Chou <max.chou@sifive.com>
Wed, 18 Sep 2024 17:14:07 +0000 (01:14 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Wed, 6 Nov 2024 22:22:48 +0000 (08:22 +1000)
commit2f077842f2b356a086f70e54c831be53c6f0e101
tree46c04a176a5f8903818d46ebf22480cd31e662b2
parentb48381b1ee55053dfad6f5c10ca277bef29ee7c5
target/riscv: rvv: Replace VSTART_CHECK_EARLY_EXIT in vext_ldst_us

Because the real vl (evl) of vext_ldst_us may be different (e.g.
vlm.v/vsm.v/etc.), so the VSTART_CHECK_EARLY_EXIT checking function
should be replaced by checking evl in vext_ldst_us.

Signed-off-by: Max Chou <max.chou@sifive.com>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Message-ID: <20240918171412.150107-3-max.chou@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/vector_helper.c