]> Git Repo - binutils.git/blob - gas/testsuite/gas/arc/insn3.s
19990502 sourceware import
[binutils.git] / gas / testsuite / gas / arc / insn3.s
1 # Insn 3 @OC@ test
2
3 # reg,reg
4         @OC@ r0,r1
5         @OC@ fp,sp
6
7 # shimm values
8         @OC@ r0,0
9         @OC@ r1,-1
10         @OC@ 0,r2
11         @OC@ -1,r3
12         @OC@ r4,255
13         @OC@ 255,r5
14         @OC@ r6,-256
15         @OC@ -256,r7
16
17 # limm values
18         @OC@ r8,256
19         @OC@ r9,-257
20         @OC@ 511,r10
21         @OC@ r11,0x42424242
22         @OC@ 0x12345678,r12
23
24 # shimm and limm
25         @OC@ 255,256
26         @OC@ 256,255
27
28 # symbols
29         @OC@ r0,foo
30
31 # conditional execution
32         @[email protected] r10,r11
33         @[email protected] r12,r13
34         @[email protected] r14,0
35         @[email protected] r15,512
36
37 # flag setting
38         @[email protected] r0,r1
39         @[email protected] r2,1
40         @[email protected] 0,r4
41         @[email protected] r5,512
42         @[email protected] 512,r6
43         @[email protected] 512,512
44
45 # conditional execution + flag setting
46         @[email protected] r0,r1
47         @[email protected] r1,0
48         @[email protected] 0,r2
49         @[email protected] 1,r2
50         @[email protected] r0,512
51         @[email protected] 512,r2
52         @[email protected] 512,512
This page took 0.026521 seconds and 4 git commands to generate.