mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
The extended-immediate facility is always present on the supported machines. - Remove VEX_HWCAPS_S390X_EIMM and s390_host_has_eimm - Remove unused functions: s390_emit_LLILH, s390_emit_IILL, s390_emit_IILH, s390_emit_IIHL, s390_emit_IIHH - Remove wrapper functions: s390_emit_NILFw, s390_emit_OILFw, s390_emit_XILFw, s390_emit_LBRw, s390_emit_LGBRw, s390_emit_LHRw, s390_emit_LGHRw, s390_emit_LGFIw, s390_emit_LLCRw, s390_emit_LLGCRw, s390_emit_LLHRw, s390_emit_LLGHRw, s390_emit_LLCw, s390_emit_LLHw, s390_emit_LLILFw, s390_emit_AFIw, s390_emit_SLFIw, s390_emit_SLGFIw, s390_emit_LTw, s390_emit_LTGw, s390_emit_CFIw, s390_emit_CLFIw - Update tests/s390x_features.c Part of fixing https://bugs.kde.org/show_bug.cgi?id=509562