gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / rol64.s
1 # Source file used to test the drol and dror macros.
2
3 foo:
4 drol $4,$5
5 drol $4,$5,$6
6 drol $4,1
7 drol $4,$5,0
8 drol $4,$5,1
9 drol $4,$5,31
10 drol $4,$5,32
11 drol $4,$5,33
12 drol $4,$5,63
13 drol $4,$5,64
14
15 dror $4,$5
16 dror $4,$5,$6
17 dror $4,1
18 dror $4,$5,0
19 dror $4,$5,1
20 dror $4,$5,31
21 dror $4,$5,32
22 dror $4,$5,33
23 dror $4,$5,63
24 dror $4,$5,64
25
26 drol $4,$5,65
27 drol $4,$5,95
28 drol $4,$5,96
29 drol $4,$5,97
30 drol $4,$5,127
31
32 dror $4,$5,65
33 dror $4,$5,95
34 dror $4,$5,96
35 dror $4,$5,97
36 dror $4,$5,127
37
38 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
39 .space 8
This page took 0.030618 seconds and 4 git commands to generate.