Add MIPS32 DSPr3 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / extw.s
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 r4,255
10 extw r6,-256
11
12 extw r8,256
13 extw r9,-257
14 extw r11,0x42424242
15
16 extw r0,foo
17
18 extw.f r0,r1
19 extw.f r2,1
20 extw.f 0,r4
21 extw.f r5,512
This page took 0.031956 seconds and 4 git commands to generate.