The replacement field for these insns is 12-bit wide. So its value
cannot possibly be represented by a UChar. Use UShort instead.
This was found by disasm-test like so:
./disasm-test --run vlrl
*** mismatch VEX: |vlrl %v6,255,4| objdump: |vlrl %v6,4095,4|
./disasm-test --run vstrl
*** mismatch VEX: |vstrl %v6,255(%r4),7| objdump: |vstrl %v6,4095(%r4),7|
Fixes https://bugs.kde.org/show_bug.cgi?id=498422
498143 False positive on EVIOCGRAB ioctl
498317 FdBadUse is not a valid CoreError type in a suppression
even though it's generated by --gen-suppressions=yes
+498422 s390x: Fix VLRL and VSTRL insns
498492 none/tests/amd64/lzcnt64 crashes on FreeBSD compiled with clang
499183 FreeBSD: differences in avx-vmovq output
499212 mmap() with MAP_ALIGNED() returns unaligned pointer
static void
s390_format_VSI_URDV(const HChar *(*irgen)(UChar v1, IRTemp op2addr, UChar i3),
- UChar v1, UChar b2, UChar d2, UChar i3, UChar rxb)
+ UChar v1, UChar b2, UShort d2, UChar i3, UChar rxb)
{
const HChar *mnm;
IRTemp op2addr = newTemp(Ity_I64);