Home | History | Annotate | Download | only in bfin
      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 # Blackfin assembler testsuite
     18 
     19 if [istarget bfin*-*-*] {
     20 	run_dump_test "allinsn16"
     21 	run_dump_test "arithmetic"
     22 	run_dump_test "arith_mode"
     23 	run_dump_test "bit"
     24 	run_dump_test "bit2"
     25 	run_dump_test "cache"
     26 	run_dump_test "cache2"
     27 	run_dump_test "control_code"
     28 	run_dump_test "control_code2"
     29 	run_dump_test "event"
     30 	run_dump_test "event2"
     31 	run_list_test "expected_errors" ""
     32 	run_list_test "expected_move_errors" ""
     33 	run_list_test "expected_comparison_errors" ""
     34 	run_dump_test "flow"
     35 	run_dump_test "flow2"
     36 	run_list_test "invalid_arith_mode" ""
     37 	run_list_test "line_number" ""
     38 	run_dump_test "load"
     39 	run_dump_test "logical"
     40 	run_dump_test "logical2"
     41 	run_dump_test "loop"
     42 	run_dump_test "loop2"
     43 	run_dump_test "loop3"
     44 	run_dump_test "loop_label"
     45 	run_dump_test "loop_label2"
     46 	run_dump_test "loop_temps"
     47 	run_dump_test "misc"
     48 	run_dump_test "move"
     49 	run_dump_test "move2"
     50 	run_dump_test "parallel"
     51 	run_dump_test "parallel2"
     52 	run_dump_test "parallel3"
     53 	run_dump_test "parallel4"
     54 	run_dump_test "parallel_illegal"
     55 	run_dump_test "pseudo"
     56 	run_dump_test "reloc"
     57 	run_list_test "resource_conflict" ""
     58 	run_dump_test "shift"
     59 	run_dump_test "shift2"
     60 	run_dump_test "stack"
     61 	run_dump_test "stack2"
     62 	run_dump_test "store"
     63 	run_dump_test "vector"
     64 	run_dump_test "vector2"
     65 	run_dump_test "video"
     66 	run_dump_test "video2"
     67 }
     68