diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-07-04 14:08:48 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-07-06 12:56:21 +0100 |
commit | 1f51573f7925b80e79a29f87c7d9d6ead60960c0 (patch) | |
tree | e550a91dda0ba09af6ec2a554a14b812acb297af /tests/tcg/ppc64le | |
parent | 270bea47a23b286c2ab3a76f720991c59680b8e6 (diff) | |
download | qemu-1f51573f7925b80e79a29f87c7d9d6ead60960c0.zip qemu-1f51573f7925b80e79a29f87c7d9d6ead60960c0.tar.gz qemu-1f51573f7925b80e79a29f87c7d9d6ead60960c0.tar.bz2 |
target/arm: Fix SME full tile indexing
For the outer product set of insns, which take an entire matrix
tile as output, the argument is not a combined tile+column.
Therefore using get_tile_rowcol was incorrect, as we extracted
the tile number from itself.
The test case relies only on assembler support for SME, since
no release of GCC recognizes -march=armv9-a+sme yet.
Cc: qemu-stable@nongnu.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1620
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230622151201.1578522-5-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: dropped now-unneeded changes to sysregs CFLAGS]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/tcg/ppc64le')
0 files changed, 0 insertions, 0 deletions