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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-sh/] [sh64/] [shmix-3.s] - Blame information for rev 156

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
! A SHcompact object, that we will link to a SHmedia object.
2
! We will be using .text for the SHmedia code and .text.compact for the
3
! SHcompact code, so we don't get two ISA in the same section.
4
        .section .text.compact,"ax"
5
        .mode SHcompact
6
        .global compactlabel1
7
        .global compactlabel2
8
        .global compactlabel3
9
        .global compactlabel4
10
        .global compactlabel5
11
locallabel:
12
        nop
13
compactlabel1:
14
        mova compactlabel2,r0
15
compactlabel2:
16
        mova compactlabel3,r0
17
        nop
18
compactlabel3:
19
        nop
20
        .align 2
21
        .long medialabel1
22
        .long medialabel4
23
 
24
        .section .rodata
25
        .long medialabel2
26
compactlabel4:
27
        .long medialabel3
28
 
29
        .data
30
        .long 0
31
compactlabel5:
32
        .long medialabel4

powered by: WebSVN 2.1.0

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