On 10/11/22 03:14, Thomas Huth wrote:
The element size is encoded in the M3 field, not in the M4
field. Let's also add a TCG test that shows the failing
behavior without this fix.
Resolves:https://gitlab.com/qemu-project/qemu/-/issues/1248
Signed-off-by: Thomas Huth<th...@redhat.com>
---
tests/tcg/s390x/vf.c | 50 +++++++++++++++++++++++++++++
target/s390x/tcg/translate_vx.c.inc | 2 +-
tests/tcg/s390x/Makefile.target | 6 ++++
3 files changed, 57 insertions(+), 1 deletion(-)
create mode 100644 tests/tcg/s390x/vf.c
As far as the translate and contents of the test go:
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~