Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / ror.s
1 # ror test
2
3 ror r0,r1
4 ror fp,sp
5
6 ror r0,0
7 ror r1,-1
8 ror 0,r2
9 ror -1,r3
10 ror r4,255
11 ror 255,r5
12 ror r6,-256
13 ror -256,r7
14
15 ror r8,256
16 ror r9,-257
17 ror r11,0x42424242
18
19 ror 255,256
20
21 ror r0,foo
22
23 ror.eq r10,r11
24 ror.ne r12,r13
25 ror.lt r14,0
26 ror.gt r15,512
27
28 ror.f r0,r1
29 ror.f r2,1
30 ror.f 0,r4
31 ror.f r5,512
32 ror.f 512,512
33
34 ror.eq.f r0,r1
35 ror.ne.f r1,0
36 ror.lt.f 0,r2
37 ror.le.f r0,512
38 ror.n.f 512,512
This page took 0.030008 seconds and 4 git commands to generate.