mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() According to the specification, [X]VLDI should trigger an invalid instruction exception only when Bit[12] is 1 and Bit[11:8] > 12. This patch fixes an issue where an exception was incorrectly raised even when Bit[12] was 0. Test case: ``` .global main main: vldi $vr0, 3328 ret ``` Reported-by: Zhou Qiankang <wszqkzqk@qq.com> Signed-off-by: WANG Rui <wangrui@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn> Message-ID: <20250804132212.4816-1-wangrui@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn> |
4 days ago | |
---|---|---|
.. | ||
trans_arith.c.inc | 2 years ago | |
trans_atomic.c.inc | 6 months ago | |
trans_bit.c.inc | 2 years ago | |
trans_branch.c.inc | 4 months ago | |
trans_extra.c.inc | 4 months ago | |
trans_farith.c.inc | 2 years ago | |
trans_fcmp.c.inc | 2 months ago | |
trans_fcnv.c.inc | 2 years ago | |
trans_fmemory.c.inc | 2 years ago | |
trans_fmov.c.inc | 2 years ago | |
trans_memory.c.inc | 2 years ago | |
trans_privileged.c.inc | 5 months ago | |
trans_shift.c.inc | 1 year ago | |
trans_vec.c.inc | 4 days ago |