|
From: Florian K. <fk...@so...> - 2025-12-17 22:32:28
|
https://sourceware.org/cgit/valgrind/commit/?id=1d4182eed4dd25d7f2a0004f46e51b7a00ca5d5a commit 1d4182eed4dd25d7f2a0004f46e51b7a00ca5d5a Author: Florian Krohm <fl...@ei...> Date: Wed Dec 17 22:31:41 2025 +0000 s390 disasm-test: Add constraint for VPDI insn. Diff: --- none/tests/s390x/disasm-test/disasm-test.post.exp | 4 ++-- none/tests/s390x/disasm-test/opcode.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/none/tests/s390x/disasm-test/disasm-test.post.exp b/none/tests/s390x/disasm-test/disasm-test.post.exp index 0f31f36ca6..bd87908551 100644 --- a/none/tests/s390x/disasm-test/disasm-test.post.exp +++ b/none/tests/s390x/disasm-test/disasm-test.post.exp @@ -1,4 +1,4 @@ -Total: 148776 tests generated -Total: 148684 insns verified +Total: 148764 tests generated +Total: 148672 insns verified Total: 0 disassembly mismatches Total: 92 specification exceptions diff --git a/none/tests/s390x/disasm-test/opcode.c b/none/tests/s390x/disasm-test/opcode.c index 86cd642f3f..3623e8ecb4 100644 --- a/none/tests/s390x/disasm-test/opcode.c +++ b/none/tests/s390x/disasm-test/opcode.c @@ -1236,7 +1236,7 @@ static const char *opcodes[] = { "vpks v1,v2,v3,m4:{1..3},m5:{0,1}", // no spec. exception for m5 "vpkls v1,v2,v3,m4:{1..3},m5:{0,1}", // no spec. exception for m5 "vperm v1,v2,v3,v4", - "vpdi v1,v2,v3,m4", + "vpdi v1,v2,v3,m4:{0,1,4,5}", // no spec. exception for m4 // "vrep v1,v3,i2:u16,m4:{0..3}", "vrepi v1,i2:s16,m3:{0..3}", "vscef v1,d12(v2,b2),m3:{0..3}", |