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