Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / rrc.s
1 # rrc test
2
3 rrc r0,r1
4 rrc fp,sp
5
6 rrc r0,0
7 rrc r1,-1
8 rrc 0,r2
9 rrc r4,255
10 rrc r6,-256
11
12 rrc r8,256
13 rrc r9,-257
14 rrc r11,0x42424242
15
16 rrc r0,foo
17
18 rrc.f r0,r1
19 rrc.f r2,1
20 rrc.f 0,r4
21 rrc.f r5,512
This page took 0.029348 seconds and 4 git commands to generate.