This commit was generated by cvs2svn to track changes on a CVS vendor
[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 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
27 .space 8
This page took 0.031425 seconds and 5 git commands to generate.