ChangeLog rotatation and copyright year update
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / arc.exp
CommitLineData
b90efa5b 1# Copyright (C) 2012-2015 Free Software Foundation, Inc.
5bf135a7
NC
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
0d2bcfaf
NC
17# ARC base instruction set (to arc8)
18if [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
a6ccbdd3 56 run_dump_test extensions
252b5132
RH
57}
58
0d2bcfaf 59# ARC library extensions
252b5132 60if [istarget arc*-*-*] then {
0d2bcfaf 61 # *TODO*
252b5132 62}
This page took 0.856423 seconds and 4 git commands to generate.