1# Meta assembler testsuite
2
3# Copyright (C) 2013-2016 Free Software Foundation, Inc.
4
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
18
19if [istarget metag-*-*] {
20    # Meta 1.2 geninst
21    run_dump_test "metacore12"
22    # Meta 2.1 geninst
23    run_dump_test "metacore21"
24    # Meta 2.1 extra
25    run_dump_test "metacore21ext"
26    # Meta 2.1 FPU geninst
27    run_dump_test "metafpu21"
28    # Meta 2.1 FPU extra
29    run_dump_test "metafpu21ext"
30    # Meta 2.1 DSP
31    run_dump_test "metadsp21"
32    # Meta 2.1 DSP extra
33    run_dump_test "metadsp21ext"
34    # Meta 2.1 illegal instructions
35    run_list_test "metacore21-invalid" ""
36    # Meta 2.1 DSP illegal instructions
37    run_list_test "metadsp21-invalid" "-mdsp=metac21"
38    # label arithmetic
39    run_dump_test "labelarithmetic"
40    # TLS
41    run_dump_test "tls"
42}
43