Add copyright notices
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / arc.exp
1 # Copyright 2012
2 # Free Software Foundation, Inc.
3
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
17
18 # ARC base instruction set (to arc8)
19 if [istarget arc*-*-*] then {
20 run_dump_test ld
21 run_dump_test ld2
22 run_dump_test st
23
24 # Specially encoded/single operand instructions
25 run_dump_test flag
26 run_dump_test brk
27 run_dump_test sleep
28 run_dump_test swi
29 run_dump_test asr
30 run_dump_test lsr
31 run_dump_test ror
32 run_dump_test rrc
33 run_dump_test sexb
34 run_dump_test sexw
35 run_dump_test extb
36 run_dump_test extw
37
38 run_dump_test b
39 run_dump_test bl
40 run_dump_test lp
41 run_dump_test j
42 run_dump_test jl
43 run_dump_test add
44 run_dump_test asl
45 # FIXME: ??? `lsl' gets dumped as `asl'
46 # run_dump_test lsl
47 run_dump_test adc
48 run_dump_test rlc
49 run_dump_test sub
50 run_dump_test sbc
51 run_dump_test and
52 run_dump_test mov
53 run_dump_test or
54 run_dump_test bic
55 run_dump_test xor
56 run_dump_test nop
57 run_dump_test extensions
58 }
59
60 # ARC library extensions
61 if [istarget arc*-*-*] then {
62 # *TODO*
63 }
This page took 0.04219 seconds and 4 git commands to generate.