OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [mips/] [rol.s] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
# Source file used to test the rol and ror macros.
2
 
3
foo:
4
        rol     $4,$5
5
        rol     $4,$5,$6
6
        rol     $4,1
7
        rol     $4,$5,1
8
        rol     $4,$5,0
9
 
10
        ror     $4,$5
11
        ror     $4,$5,$6
12
        ror     $4,1
13
        ror     $4,$5,1
14
        ror     $4,$5,0
15
 
16
        rol     $4,$5,32
17
        rol     $4,$5,33
18
        rol     $4,$5,63
19
 
20
        ror     $4,$5,32
21
        ror     $4,$5,33
22
        ror     $4,$5,63
23
 
24
        .space  8

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.