]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/valgrind/src/valgrind-3.6.0-svn/none/tests/amd64/Makefile.am
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / none / tests / amd64 / Makefile.am
index 38e1ebbc3547b1312eef8fc69c4de9465ee3f0fa..215cc3f7f07579de6fda94e22c2a0aa5f508f727 100644 (file)
@@ -12,13 +12,14 @@ endif
 if BUILD_SSSE3_TESTS
  INSN_TESTS += insn_ssse3
 endif
+if BUILD_PCLMULQDQ_TESTS
+INSN_TESTS += insn_pclmulqdq
+endif
 
 # Explicitly include insn_sse3 even if ! BUILD_SSE3_TESTS, 
 # to avoid packaging screwups if 'make dist' is run on a machine
 # which failed the BUILD_SSE3_TESTS test in configure.in.
 
-## FIXME: move lzcnt64 to SSE4 conditionalisation, when that happens.
-
 EXTRA_DIST = \
        amd64locked.vgtest amd64locked.stdout.exp amd64locked.stderr.exp \
        bug127521-64.vgtest bug127521-64.stdout.exp bug127521-64.stderr.exp \
@@ -30,6 +31,8 @@ EXTRA_DIST = \
        bug156404-amd64.vgtest bug156404-amd64.stdout.exp \
        bug156404-amd64.stderr.exp \
        clc.vgtest clc.stdout.exp clc.stderr.exp \
+       crc32.vgtest crc32.stdout.exp crc32.stderr.exp \
+       cmpxchg.vgtest cmpxchg.stdout.exp cmpxchg.stderr.exp \
        faultstatus.disabled faultstatus.stderr.exp \
        fcmovnu.vgtest fcmovnu.stderr.exp fcmovnu.stdout.exp \
        fxtract.vgtest fxtract.stderr.exp fxtract.stdout.exp \
@@ -40,17 +43,23 @@ EXTRA_DIST = \
        insn_ssse3.stdout.exp insn_ssse3.stderr.exp insn_ssse3.vgtest \
        jrcxz.stderr.exp jrcxz.stdout.exp jrcxz.vgtest \
        looper.stderr.exp looper.stdout.exp looper.vgtest \
+       loopnel.stderr.exp loopnel.stdout.exp loopnel.vgtest \
        lzcnt64.stderr.exp lzcnt64.stdout.exp lzcnt64.vgtest \
        nibz_bennee_mmap.stderr.exp nibz_bennee_mmap.stdout.exp \
        nibz_bennee_mmap.vgtest \
+       pcmpstr64.stderr.exp pcmpstr64.stdout.exp \
+       pcmpstr64.vgtest \
+       pcmpxstrx64.stderr.exp pcmpxstrx64.stdout.exp \
+       pcmpxstrx64.vgtest \
        rcl-amd64.vgtest rcl-amd64.stdout.exp rcl-amd64.stderr.exp \
        redundantRexW.vgtest redundantRexW.stdout.exp \
        redundantRexW.stderr.exp \
        smc1.stderr.exp smc1.stdout.exp smc1.vgtest \
+       sbbmisc.stderr.exp sbbmisc.stdout.exp sbbmisc.vgtest \
        shrld.stderr.exp shrld.stdout.exp shrld.vgtest \
        ssse3_misaligned.stderr.exp ssse3_misaligned.stdout.exp \
        ssse3_misaligned.vgtest \
-       ssse3_misaligned.c \
+       sse4-64.stderr.exp sse4-64.stdout.exp sse4-64.vgtest \
        slahf-amd64.stderr.exp slahf-amd64.stdout.exp \
        slahf-amd64.vgtest \
        xadd.stderr.exp xadd.stdout.exp xadd.vgtest
@@ -59,16 +68,23 @@ check_PROGRAMS = \
        amd64locked \
        bug127521-64 bug132813-amd64 bug132918 \
        clc \
+       cmpxchg \
        $(INSN_TESTS) \
-       lzcnt64 \
        rcl-amd64 \
        redundantRexW \
        smc1 \
+       sbbmisc \
        nibz_bennee_mmap \
        xadd
 if BUILD_SSSE3_TESTS
  check_PROGRAMS += ssse3_misaligned
 endif
+if BUILD_LZCNT_TESTS
+ check_PROGRAMS += lzcnt64
+endif
+if BUILD_SSE42_TESTS
+ check_PROGRAMS += pcmpstr64 pcmpxstrx64 sse4-64 crc32
+endif
 
 # DDD: these need to be made to work on Darwin like the x86/ ones were.
 if ! VGCONF_OS_IS_DARWIN
@@ -79,6 +95,7 @@ if ! VGCONF_OS_IS_DARWIN
        fcmovnu \
        fxtract \
        looper \
+       loopnel \
        jrcxz \
        shrld \
        slahf-amd64
@@ -91,6 +108,7 @@ AM_CCASFLAGS += @FLAG_M64@
 # generic C ones
 amd64locked_CFLAGS     = $(AM_CFLAGS) -O
 bug132918_LDADD                = -lm
+fxtract_CFLAGS         = $(AM_CFLAGS) @FLAG_W_NO_OVERFLOW@
 insn_basic_SOURCES     = insn_basic.def
 insn_basic_LDADD       = -lm
 insn_mmx_SOURCES       = insn_mmx.def