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.
![]() In our implementation of the SVE2p1 contiguous load to 128-bit
element insns such as LD1D (scalar plus scalar, single register), we
got the order of the arguments to the DO_LD1_2() macro wrong. Here
the first argument is the element size and the second is the memory
size, and the element size is always the same size or larger than
the memory size.
For the 128-bit versions, we want to load either 32-bit or 64-bit
values from memory and extend them to the 128-bit vector element, but
were trying to load 128 bit values and then stuff them into 32-bit or
64-bit vector elements. Correct the macro ordering.
Fixes:
|
2 weeks ago | |
---|---|---|
.. | ||
a32-uncond.decode | ||
a32.decode | ||
a64.decode | 8 months ago | |
arith_helper.c | 3 months ago | |
arm_ldst.h | ||
cpregs-at.c | 1 month ago | |
cpu-v7m.c | 1 month ago | |
cpu32.c | 1 month ago | |
cpu64.c | 1 month ago | |
crypto_helper.c | 3 months ago | |
gengvec.c | 8 months ago | |
gengvec64.c | 1 month ago | |
helper-a64.c | 1 month ago | |
helper-a64.h | 6 months ago | |
helper-mve.h | ||
helper-sme.h | 2 weeks ago | |
helper-sve.h | 2 weeks ago | |
helper.h | 3 weeks ago | |
hflags.c | 1 month ago | |
iwmmxt_helper.c | 3 months ago | |
m-nocp.decode | ||
m_helper.c | 1 month ago | |
meson.build | 1 month ago | |
mte_helper.c | 3 months ago | |
mte_helper.h | ||
mve.decode | ||
mve_helper.c | 1 month ago | |
neon-dp.decode | 11 months ago | |
neon-ls.decode | ||
neon-shared.decode | ||
neon_helper.c | 1 month ago | |
op_addsub.c.inc | 7 months ago | |
op_helper.c | 3 months ago | |
pauth_helper.c | 3 months ago | |
psci.c | 8 months ago | |
sme-fa64.decode | ||
sme.decode | 1 month ago | |
sme_helper.c | 2 weeks ago | |
sve.decode | 2 weeks ago | |
sve_helper.c | 2 weeks ago | |
sve_ldst_internal.h | 1 month ago | |
t16.decode | ||
t32.decode | ||
tlb-insns.c | 3 months ago | |
tlb_helper.c | 3 months ago | |
translate-a32.h | ||
translate-a64.c | 1 month ago | |
translate-a64.h | 2 weeks ago | |
translate-m-nocp.c | ||
translate-mve.c | ||
translate-neon.c | 1 month ago | |
translate-sme.c | 2 weeks ago | |
translate-sve.c | 2 weeks ago | |
translate-vfp.c | 7 months ago | |
translate.c | 1 month ago | |
translate.h | 1 month ago | |
vec_helper.c | 3 weeks ago | |
vec_internal.h | 1 month ago | |
vfp-uncond.decode | ||
vfp.decode | ||
vfp_helper.c | 1 month ago |