New ARC implementation.
[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
0d2bcfaf 9 extw r4,255
0d2bcfaf 10 extw r6,-256
0d2bcfaf
NC
11
12 extw r8,256
13 extw r9,-257
14 extw r11,0x42424242
15
0d2bcfaf
NC
16 extw r0,foo
17
0d2bcfaf
NC
18 extw.f r0,r1
19 extw.f r2,1
20 extw.f 0,r4
21 extw.f r5,512
This page took 0.65768 seconds and 4 git commands to generate.