INSN_TESTS = insn_basic insn_fpu insn_cmov insn_mmx insn_mmxext \
insn_sse insn_sse2
if BUILD_SSE3_TESTS
- INSN_TESTS += insn_sse3
+ INSN_TESTS += insn_sse3
endif
if BUILD_SSSE3_TESTS
- INSN_TESTS += insn_ssse3
+ INSN_TESTS += insn_ssse3
endif
# Explicitly include insn_sse3 even if ! BUILD_SSE3_TESTS,
bug132813-x86.stderr.exp bug132813-x86.stdout.exp bug132813-x86.vgtest \
bug135421-x86.stderr.exp bug135421-x86.stdout.exp bug135421-x86.vgtest \
bug137714-x86.stderr.exp bug137714-x86.stdout.exp bug137714-x86.vgtest \
- bug152818-x86.vgtest bug152818-x86.stdout.exp \
- bug152818-x86.stderr.exp \
+ bug152818-x86.stderr.exp bug152818-x86.stdout.exp bug152818-x86.vgtest \
cmpxchg8b.stderr.exp cmpxchg8b.stdout.exp cmpxchg8b.vgtest \
cpuid.stderr.exp cpuid.stdout.exp cpuid.vgtest \
cse_fail.stderr.exp cse_fail.stdout.exp cse_fail.vgtest \
sbbmisc.stderr.exp sbbmisc.stdout.exp sbbmisc.vgtest \
smc1.stderr.exp smc1.stdout.exp smc1.vgtest \
ssse3_misaligned.stderr.exp ssse3_misaligned.stdout.exp \
- ssse3_misaligned.vgtest \
- ssse3_misaligned.c \
+ ssse3_misaligned.vgtest ssse3_misaligned.c \
yield.stderr.exp yield.stdout.exp yield.disabled
check_PROGRAMS = \
cpuid \
cse_fail \
faultstatus \
- fcmovnu \
- fpu_lazy_eflags \
- fxtract \
+ fcmovnu \
+ fpu_lazy_eflags \
+ fxtract \
getseg \
- incdec_alt \
- $(INSN_TESTS) \
- int \
+ incdec_alt \
+ $(INSN_TESTS) \
+ int \
jcxz \
lahf \
- looper \
- movx \
- pushpopseg \
- sbbmisc \
- smc1 \
- yield
+ looper \
+ movx \
+ pushpopseg \
+ sbbmisc \
+ smc1 \
+ yield
if BUILD_SSSE3_TESTS
- check_PROGRAMS += ssse3_misaligned
+ check_PROGRAMS += ssse3_misaligned
endif
AM_CCASFLAGS += @FLAG_M32@
-# generic C ones
cpuid_SOURCES = cpuid_c.c cpuid_s.S
-# fpu_lazy_eflags must use these flags -- the bug only occurred with them
+# fpu_lazy_eflags must use these flags -- the bug only occurred with them.
fpu_lazy_eflags_CFLAGS = $(AM_CFLAGS) -O2 -march=pentiumpro
fxtract_LDADD = -lm
insn_basic_SOURCES = insn_basic.def
insn_sse2_LDADD = -lm
insn_sse3_SOURCES = insn_sse3.def
insn_sse3_LDADD = -lm
+insn_ssse3_SOURCES = insn_ssse3.def
+insn_ssse3_LDADD = -lm
yield_LDADD = -lpthread
.def.c: $(srcdir)/gen_insn_test.pl