]> git.proxmox.com Git - mirror_qemu.git/commit
target/riscv: Pass the same value to oprsz and maxsz for vmv.v.v
authorFrank Chang <frank.chang@sifive.com>
Thu, 7 Oct 2021 08:17:41 +0000 (16:17 +0800)
committerAlistair Francis <alistair@alistair23.me>
Thu, 21 Oct 2021 21:47:51 +0000 (07:47 +1000)
commitc672f19f328922eff4963b0b61fbdcfa661e1c06
tree357cc7f775f96f2a112a32a9fbf02543dd09fea2
parent4c127fdbe81d66e7cafed90908d0fd1f6f2a6cd0
target/riscv: Pass the same value to oprsz and maxsz for vmv.v.v

oprsz and maxsz are passed with the same value in commit: eee2d61e202.
However, vmv.v.v was missed in that commit and should pass the same
value as well in its tcg_gen_gvec_2_ptr() call.

Signed-off-by: Frank Chang <frank.chang@sifive.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20211007081803.1705656-1-frank.chang@sifive.com
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/insn_trans/trans_rvv.c.inc