From: Florian Krohm Date: Wed, 17 Dec 2025 22:31:41 +0000 (+0000) Subject: s390 disasm-test: Add constraint for VPDI insn. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4182eed4dd25d7f2a0004f46e51b7a00ca5d5a;p=thirdparty%2Fvalgrind.git s390 disasm-test: Add constraint for VPDI insn. --- diff --git a/none/tests/s390x/disasm-test/disasm-test.post.exp b/none/tests/s390x/disasm-test/disasm-test.post.exp index 0f31f36ca..bd8790855 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 86cd642f3..3623e8ecb 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}",