Andreas Arnez 62b7052ab5 s390x: Vec-enh-2, test cases
Add test cases for verifying the new/enhanced instructions in the
vector-enhancements facility 2.  For "vector string search" VSTRS add a
memcheck test case.
2021-09-01 14:44:16 +02:00

22 lines
553 B
Makefile

include $(top_srcdir)/Makefile.tool-tests.am
dist_noinst_SCRIPTS = filter_stderr
INSN_TESTS = cdsg cu21 cu42 ltgjhe vstrc vfae vistr vstrs
check_PROGRAMS = $(INSN_TESTS)
EXTRA_DIST = \
$(addsuffix .stderr.exp,$(INSN_TESTS)) \
$(addsuffix .stdout.exp,$(INSN_TESTS)) \
$(addsuffix .vgtest,$(INSN_TESTS))
AM_CFLAGS += @FLAG_M64@
AM_CXXFLAGS += @FLAG_M64@
AM_CCASFLAGS += @FLAG_M64@
vstrc_CFLAGS = $(AM_CFLAGS) -march=z13
vfae_CFLAGS = $(AM_CFLAGS) -march=z13
vistr_CFLAGS = $(AM_CFLAGS) -march=z13
vstrs_CFLAGS = $(AM_CFLAGS) -march=z13