Peter Targett's backwards compatibility and other arc fixes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / sexw.s
CommitLineData
0d2bcfaf
NC
1# sexw test
2
3 sexw r0,r1
4 sexw fp,sp
5
6 sexw r0,0
7 sexw r1,-1
8 sexw 0,r2
9 sexw -1,r3
10 sexw r4,255
11 sexw 255,r5
12 sexw r6,-256
13 sexw -256,r7
14
15 sexw r8,256
16 sexw r9,-257
17 sexw r11,0x42424242
18
19 sexw 255,256
20
21 sexw r0,foo
22
23 sexw.eq r10,r11
24 sexw.ne r12,r13
25 sexw.lt r14,0
26 sexw.gt r15,512
27
28 sexw.f r0,r1
29 sexw.f r2,1
30 sexw.f 0,r4
31 sexw.f r5,512
32 sexw.f 512,512
33
34 sexw.eq.f r0,r1
35 sexw.ne.f r1,0
36 sexw.lt.f 0,r2
37 sexw.le.f r0,512
38 sexw.n.f 512,512
This page took 0.033807 seconds and 4 git commands to generate.