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