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/] [m32r/] [fslot.s] - Blame information for rev 38

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

Line No. Rev Author Line
1 38 julius
# Test the FILL-SLOT attribute.
2
# The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary.
3
# This is needed for example with bl because the subroutine will return
4
# to a 32 bit boundary.
5
 
6
        .text
7
bl:
8
        bl bl
9
        ldi r0,#8
10
bl_s:
11
        bl.s bl_s
12
        ldi r0,#8
13
 
14
bra:
15
        bra bra
16
        ldi r0,#8
17
bra_s:
18
        bra.s bra_s
19
        ldi r0,#8
20
 
21
jl:
22
        jl r0
23
        ldi r0,#8
24
 
25
trap:
26
        trap #4
27
        ldi r0,#8

powered by: WebSVN 2.1.0

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