mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 04:38:00 +00:00
mffscdrni, mffsce, mffscrn, mffscrni, mffsl. vmsumudm. Additionally, the OV32 and CA32 bits were introduced in ISA 3.0 but Valgrind add support for setting these bits for ISA 3.0. The OV32 and CA32 bits must now be set on a number of pre ISA 3.0 instructions. So now the instructions produce different results in the XER register. Thus we need pre and post ISA 3.0 expect files. Command line options were added to thee pre ISA test cases so instructions that didn't change could be run with one set of command line args. The instructions that have different XER results are run using a different set of command line args. The tests were split into two, one for instructions that didn't change on for instructions that do change under ISA 3.0. We then create ISA3.0 expect files only for the tests that run differently. By doing this we minimized the size of the expect files needed. Vex commit 3359 Has the source code changes for the instruction and OV32, CS32 support This commit is all the test case changes, adding the new test case files. Valgrind bugzilla 378931 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16329
165 lines
6.0 KiB
Makefile
165 lines
6.0 KiB
Makefile
|
|
include $(top_srcdir)/Makefile.tool-tests.am
|
|
|
|
dist_noinst_SCRIPTS = filter_stderr
|
|
|
|
noinst_HEADERS = ppc64_helpers.h
|
|
|
|
EXTRA_DIST = \
|
|
jm-int.stderr.exp jm-int.stdout.exp jm-int.vgtest jm-int.stdout.exp-LE \
|
|
jm-int.stdout.exp-LE-ISA3_0 \
|
|
jm-int_other.stderr.exp jm-int_other.stdout.exp jm-int_other.vgtest \
|
|
jm-int_other.stdout.exp-LE \
|
|
jm-fp.stderr.exp jm-fp.stdout.exp jm-fp.vgtest jm-fp.stdout.exp-LE jm-fp.stdout.exp-LE2 jm-fp.stdout.exp-BE2 \
|
|
jm-vmx.stderr.exp jm-vmx.stdout.exp jm-vmx.stdout.exp_Minus_nan jm-vmx.stdout.exp-LE \
|
|
jm-vmx.vgtest \
|
|
jm-misc.stderr.exp jm-misc.stdout.exp jm-misc.vgtest \
|
|
lsw.stderr.exp lsw.stdout.exp lsw.vgtest \
|
|
std_reg_imm.vgtest std_reg_imm.stderr.exp std_reg_imm.stdout.exp std_reg_imm.stdout.exp-LE \
|
|
round.stderr.exp round.stdout.exp round.vgtest \
|
|
twi_tdi.stderr.exp twi_tdi.stdout.exp twi_tdi.vgtest \
|
|
tw_td.stderr.exp tw_td.stdout.exp tw_td.vgtest \
|
|
opcodes.h \
|
|
power6_bcmp.stderr.exp power6_bcmp.stdout.exp power6_bcmp.vgtest \
|
|
power6_mf_gpr.stderr.exp power6_mf_gpr.stdout.exp power6_mf_gpr.vgtest \
|
|
test_isa_2_06_part1.stderr.exp test_isa_2_06_part1.stdout.exp test_isa_2_06_part1.vgtest \
|
|
test_isa_2_06_part1.stdout.exp-LE \
|
|
test_isa_2_06_part2.stderr.exp test_isa_2_06_part2.stdout.exp test_isa_2_06_part2.vgtest \
|
|
test_isa_2_06_part2-div.stderr.exp test_isa_2_06_part2-div.stdout.exp \
|
|
test_isa_2_06_part2-div.stdout.exp-LE-ISA3_0 test_isa_2_06_part2-div.vgtest \
|
|
test_isa_2_06_part3.stderr.exp test_isa_2_06_part3.stdout.exp test_isa_2_06_part3.vgtest \
|
|
test_isa_2_06_part3-div.stderr.exp test_isa_2_06_part3-div.stdout.exp \
|
|
test_isa_2_06_part3-div.stdout.exp-LE-ISA3_0 test_isa_2_06_part3-div.vgtest \
|
|
test_dfp1.stderr.exp test_dfp1.stdout.exp test_dfp1.vgtest \
|
|
test_dfp2.stderr.exp test_dfp2.stdout.exp test_dfp2.vgtest \
|
|
test_dfp2.stdout.exp_Without_dcffix \
|
|
test_dfp3.stderr.exp test_dfp3.stdout.exp test_dfp3.vgtest \
|
|
test_dfp4.stderr.exp test_dfp4.stdout.exp test_dfp4.vgtest \
|
|
test_dfp5.stderr.exp test_dfp5.stdout.exp test_dfp5.vgtest \
|
|
jm_vec_isa_2_07.stderr.exp jm_vec_isa_2_07.stdout.exp jm_vec_isa_2_07.vgtest \
|
|
jm_fp_isa_2_07.stderr.exp jm_fp_isa_2_07.stdout.exp jm_fp_isa_2_07.vgtest \
|
|
jm_int_isa_2_07.stderr.exp jm_int_isa_2_07.vgtest \
|
|
jm_int_isa_2_07.stdout.exp jm_int_isa_2_07.stdout.exp-LE \
|
|
test_isa_2_07_part2.stderr.exp test_isa_2_07_part2.stdout.exp test_isa_2_07_part2.vgtest \
|
|
test_tm.stderr.exp test_tm.stdout.exp test_tm.vgtest \
|
|
test_touch_tm.stderr.exp test_touch_tm.stdout.exp test_touch_tm.vgtest \
|
|
ldst_multiple.stderr.exp ldst_multiple.stdout.exp ldst_multiple.vgtest \
|
|
data-cache-instructions.stderr.exp data-cache-instructions.stdout.exp data-cache-instructions.vgtest \
|
|
test_isa_3_0_altivec.stderr.exp test_isa_3_0_altivec.stdout.exp \
|
|
test_isa_3_0_altivec.stdout.exp-LE test_isa_3_0_altivec.vgtest \
|
|
test_isa_3_0_other.stderr.exp test_isa_3_0_other.stdout.exp \
|
|
test_isa_3_0_other.stdout.exp-LE test_isa_3_0_other.vgtest
|
|
|
|
check_PROGRAMS = \
|
|
allexec \
|
|
lsw jm-insns round \
|
|
test_isa_2_06_part1 test_isa_2_06_part2 test_isa_2_06_part3 \
|
|
test_dfp1 test_dfp2 test_dfp3 test_dfp4 test_dfp5 \
|
|
test_isa_2_07_part1 test_isa_2_07_part2 \
|
|
test_isa_3_0 \
|
|
test_tm test_touch_tm ldst_multiple data-cache-instructions \
|
|
power6_mf_gpr std_reg_imm \
|
|
twi_tdi tw_td power6_bcmp
|
|
|
|
|
|
AM_CFLAGS += @FLAG_M64@
|
|
AM_CXXFLAGS += @FLAG_M64@
|
|
AM_CCASFLAGS += @FLAG_M64@
|
|
|
|
allexec_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@
|
|
|
|
if HAS_ALTIVEC
|
|
BUILD_FLAG_ALTIVEC = -maltivec
|
|
ALTIVEC_FLAG = -DHAS_ALTIVEC
|
|
else
|
|
BUILD_FLAG_ALTIVEC =
|
|
ALTIVEC_FLAG =
|
|
endif
|
|
|
|
if HAS_VSX
|
|
BUILD_FLAG_VSX = -mvsx
|
|
VSX_FLAG = -DHAS_VSX
|
|
else
|
|
VSX_FLAG =
|
|
BUILD_FLAG_VSX =
|
|
endif
|
|
|
|
if HAS_DFP
|
|
BUILD_FLAGS_DFP = -mhard-dfp -mcpu=power6
|
|
DFP_FLAG = -DHAS_DFP
|
|
else
|
|
BUILD_FLAGS_DFP =
|
|
DFP_FLAG =
|
|
endif
|
|
|
|
if HAS_ISA_2_07
|
|
BUILD_FLAGS_ISA_2_07 = -mcpu=power8
|
|
ISA_2_07_FLAG = -DHAS_ISA_2_07
|
|
else
|
|
BUILD_FLAGS_ISA_2_07 =
|
|
ISA_2_07_FLAG =
|
|
endif
|
|
|
|
if SUPPORTS_HTM
|
|
HTM_FLAG = -mhtm -DSUPPORTS_HTM
|
|
else
|
|
HTM_FLAG =
|
|
endif
|
|
|
|
jm_insns_CFLAGS = $(AM_CFLAGS) -Wl,-z,norelro -Winline -Wall -O -g -mregnames \
|
|
@FLAG_M64@ $(ALTIVEC_FLAG) $(BUILD_FLAG_ALTIVEC)
|
|
|
|
if HAS_ISA_3_00
|
|
BUILD_FLAGS_ISA_3_00 = -mcpu=power8
|
|
ISA_3_00_FLAG = -DHAS_ISA_3_00
|
|
else
|
|
BUILD_FLAGS_ISA_3_00 =
|
|
ISA_3_00_FLAG =
|
|
endif
|
|
|
|
test_isa_2_06_part1_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(VSX_FLAG) \
|
|
@FLAG_M64@ $(ALTIVEC_FLAG) $(BUILD_FLAG_VSX)
|
|
|
|
test_isa_2_06_part2_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(VSX_FLAG) \
|
|
@FLAG_M64@ $(ALTIVEC_FLAG) $(BUILD_FLAG_VSX)
|
|
|
|
test_isa_2_06_part3_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(VSX_FLAG) \
|
|
@FLAG_M64@ $(ALTIVEC_FLAG) $(BUILD_FLAG_VSX)
|
|
|
|
test_dfp1_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(DFP_FLAG) \
|
|
@FLAG_M64@ $(BUILD_FLAGS_DFP)
|
|
test_dfp2_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(DFP_FLAG) \
|
|
@FLAG_M64@ $(BUILD_FLAGS_DFP)
|
|
test_dfp3_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(DFP_FLAG) \
|
|
@FLAG_M64@ $(BUILD_FLAGS_DFP)
|
|
test_dfp4_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(DFP_FLAG) \
|
|
@FLAG_M64@ $(BUILD_FLAGS_DFP)
|
|
test_dfp5_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(DFP_FLAG) \
|
|
@FLAG_M64@ $(BUILD_FLAGS_DFP)
|
|
|
|
test_isa_2_07_part1_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(ISA_2_07_FLAG) \
|
|
@FLAG_M64@ $(BUILD_FLAGS_ISA_2_07)
|
|
test_isa_2_07_part2_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(ISA_2_07_FLAG) \
|
|
@FLAG_M64@ $(BUILD_FLAGS_ISA_2_07)
|
|
|
|
test_tm_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(HTM_FLAG) $(ISA_2_07_FLAG) \
|
|
@FLAG_M64@ $(BUILD_FLAGS_ISA_2_07)
|
|
test_touch_tm_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(HTM_FLAG) $(ISA_2_07_FLAG) \
|
|
@FLAG_M64@ $(BUILD_FLAGS_ISA_2_07)
|
|
|
|
test_isa_3_0_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(HTM_FLAG) $(ISA_3_00_FLAG) \
|
|
@FLAG_M64@ $(BUILD_FLAGS_ISA_3_00)
|
|
|
|
test_isa_2_06_part3_LDADD = -lm
|
|
test_dfp1_LDADD = -lm
|
|
test_dfp2_LDADD = -lm
|
|
test_dfp3_LDADD = -lm
|
|
test_dfp4_LDADD = -lm
|
|
test_dfp5_LDADD = -lm
|
|
test_isa_2_07_part1_LDADD = -lm
|
|
test_isa_2_07_part2_LDADD = -lm
|
|
test_tm_LDADD = -lm
|
|
test_touch_tm_LDADD = -lm
|
|
test_isa_3_0_LDADD = -lm
|
|
|