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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [mips/] [rol64.s] - Blame information for rev 202

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
# 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

powered by: WebSVN 2.1.0

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