]> git.proxmox.com Git - mirror_qemu.git/commit
target/riscv: fix rsub gvec tcg_assert_listed_vecop assertion
authorFrank Chang <frank.chang@sifive.com>
Fri, 10 Jul 2020 10:48:15 +0000 (18:48 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Tue, 14 Jul 2020 00:25:37 +0000 (17:25 -0700)
commit7acafcfa844fd93f5ff073077007627338bd6739
tree6282f165b067636cdf9ce6be34a463b9bb42d193
parent9eb8b14a70e57bc1449afc08aa4bf3131ee680d8
target/riscv: fix rsub gvec tcg_assert_listed_vecop assertion

gvec should provide vecop_list to avoid:
"tcg_tcg_assert_listed_vecop: code should not be reached bug" assertion.

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