]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/arc/arc.exp
ChangeLog rotatation and copyright year update
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / arc / arc.exp
1 # Copyright (C) 2012-2015 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 # ARC base instruction set (to arc8)
18 if [istarget arc*-*-*] then {
19 run_dump_test ld
20 run_dump_test ld2
21 run_dump_test st
22
23 # Specially encoded/single operand instructions
24 run_dump_test flag
25 run_dump_test brk
26 run_dump_test sleep
27 run_dump_test swi
28 run_dump_test asr
29 run_dump_test lsr
30 run_dump_test ror
31 run_dump_test rrc
32 run_dump_test sexb
33 run_dump_test sexw
34 run_dump_test extb
35 run_dump_test extw
36
37 run_dump_test b
38 run_dump_test bl
39 run_dump_test lp
40 run_dump_test j
41 run_dump_test jl
42 run_dump_test add
43 run_dump_test asl
44 # FIXME: ??? `lsl' gets dumped as `asl'
45 # run_dump_test lsl
46 run_dump_test adc
47 run_dump_test rlc
48 run_dump_test sub
49 run_dump_test sbc
50 run_dump_test and
51 run_dump_test mov
52 run_dump_test or
53 run_dump_test bic
54 run_dump_test xor
55 run_dump_test nop
56 run_dump_test extensions
57 }
58
59 # ARC library extensions
60 if [istarget arc*-*-*] then {
61 # *TODO*
62 }