1# Copyright (C) 2012-2016 Free Software Foundation, Inc. 2 3# This program is free software; you can redistribute it and/or modify 4# it under the terms of the GNU General Public License as published by 5# the Free Software Foundation; either version 3 of the License, or 6# (at your option) any later version. 7# 8# This program is distributed in the hope that it will be useful, 9# but WITHOUT ANY WARRANTY; without even the implied warranty of 10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# GNU General Public License for more details. 12# 13# You should have received a copy of the GNU General Public License 14# along with this program; if not, write to the Free Software 15# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. 16 17# i860 assembler testsuite. 18 19if [istarget i860-*-*] { 20 run_dump_test "bitwise" 21 run_dump_test "branch" 22 run_dump_test "bte" 23 run_dump_test "dir-align01" 24 run_dump_test "dir-intel01" 25 run_dump_test "dir-intel02" 26 run_list_test "dir-intel03-err" "" 27 run_dump_test "dual01" 28 run_list_test "dual02-err" "" 29 run_dump_test "dual03" 30 run_dump_test "fldst01" 31 run_dump_test "fldst02" 32 run_dump_test "fldst03" 33 run_dump_test "fldst04" 34 run_dump_test "fldst05" 35 run_dump_test "fldst06" 36 run_dump_test "fldst07" 37 run_dump_test "fldst08" 38 run_dump_test "float01" 39 run_dump_test "float02" 40 run_dump_test "float03" 41 run_dump_test "float04" 42 run_dump_test "form" 43 run_dump_test "iarith" 44 run_dump_test "ldst01" 45 run_dump_test "ldst02" 46 run_dump_test "ldst03" 47 run_dump_test "ldst04" 48 run_dump_test "ldst05" 49 run_dump_test "ldst06" 50 run_dump_test "pfam" 51 run_dump_test "pfmam" 52 run_dump_test "pfmsm" 53 run_dump_test "pfsm" 54 run_dump_test "pseudo-ops01" 55 run_dump_test "regress01" 56 run_dump_test "shift" 57 run_dump_test "simd" 58 run_dump_test "system" 59 run_dump_test "xp" 60} 61 62