diff options
| author | Daniel Henrique Barboza <dbarboza@ventanamicro.com> | 2024-03-14 14:56:56 -0300 |
|---|---|---|
| committer | Alistair Francis <alistair.francis@wdc.com> | 2024-03-22 15:13:50 +1000 |
| commit | 0848f7c18ef50de9f955e7eeb4363d92766a41bf (patch) | |
| tree | c7050d185f8c6b857f48bf49669935a618f1c80b /docs/devel/secure-coding-practices.rst | |
| parent | d3646e31ce6d1e02e46e6eabdbc2e637c0cbece7 (diff) | |
| download | focaccia-qemu-0848f7c18ef50de9f955e7eeb4363d92766a41bf.tar.gz focaccia-qemu-0848f7c18ef50de9f955e7eeb4363d92766a41bf.zip | |
trans_rvv.c.inc: set vstart = 0 in int scalar move insns
trans_vmv_x_s, trans_vmv_s_x, trans_vfmv_f_s and trans_vfmv_s_f aren't
setting vstart = 0 after execution. This is usually done by a helper in
vector_helper.c but these functions don't use helpers.
We'll set vstart after any potential 'over' brconds, and that will also
mandate a mark_vs_dirty() too.
Fixes: dedc53cbc9 ("target/riscv: rvv-1.0: integer scalar move instructions")
Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20240314175704.478276-3-dbarboza@ventanamicro.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'docs/devel/secure-coding-practices.rst')
0 files changed, 0 insertions, 0 deletions