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