OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [or32/] [allinsn.s] - Diff between revs 205 and 219

Show entire file | Details | Blame | View Log

Rev 205 Rev 219
Line 1... Line 1...
 .data
 
foodata: .word 42
 
 .text
 
footext:
 
        .text
        .text
        .global l_j
        .global l_j
l_j:
l_j:
        l.j footext
        l.j l_j
        .text
        .text
        .global l_jal
        .global l_jal
l_jal:
l_jal:
        l.jal footext
        l.jal l_jal
        .text
        .text
        .global l_jr
        .global l_jr
l_jr:
l_jr:
        l.jr r0
        l.jr r0
        .text
        .text
        .global l_jalr
        .global l_jalr
l_jalr:
l_jalr:
        l.jalr r0
        l.jalr r0
        .text
        .text
        .global l_bal
 
l_bal:
 
        l.bal footext
 
        .text
 
        .global l_bnf
        .global l_bnf
l_bnf:
l_bnf:
        l.bnf footext
        l.bnf l_bnf
        .text
        .text
        .global l_bf
        .global l_bf
l_bf:
l_bf:
        l.bf footext
        l.bf l_bf
        .text
        .text
        .global l_brk
        .global l_trap
l_brk:
l_trap:
        l.brk 0
        l.trap 0
        .text
        .text
        .global l_rfe
        .global l_rfe
l_rfe:
l_rfe:
        l.rfe r0
        l.rfe
        .text
        .text
        .global l_sys
        .global l_sys
l_sys:
l_sys:
        l.sys 0
        l.sys 0
        .text
        .text
Line 49... Line 41...
        .text
        .text
        .global l_movhi
        .global l_movhi
l_movhi:
l_movhi:
        l.movhi r0,0
        l.movhi r0,0
        .text
        .text
        .global l_mfsr
        .global l_mfspr
l_mfsr:
l_mfspr:
        l.mfsr r0,r0
        l.mfspr r0,r0,0
        .text
        .text
        .global l_mtsr
        .global l_mtspr
l_mtsr:
l_mtspr:
        l.mtsr r0,r0
        l.mtspr r0,r0,0
        .text
        .text
        .global l_lw
        .global l_lwz
l_lw:
l_lwz:
        l.lw r0,0(r0)
        l.lwz r0,0(r0)
 
        .text
 
        .global l_lws
 
l_lws:
 
        l.lws r0,0(r0)
        .text
        .text
        .global l_lbz
        .global l_lbz
l_lbz:
l_lbz:
        l.lbz r0,0(r0)
        l.lbz r0,0(r0)
        .text
        .text
Line 133... Line 129...
        .text
        .text
        .global l_sub
        .global l_sub
l_sub:
l_sub:
        l.sub r0,r0,r0
        l.sub r0,r0,r0
        .text
        .text
        .global l_subi
 
l_subi:
 
        l.subi r0,r0,0
 
        .text
 
        .global l_and
        .global l_and
l_and:
l_and:
        l.and r0,r0,r0
        l.and r0,r0,r0
        .text
        .text
        .global l_andi
        .global l_andi

powered by: WebSVN 2.1.0

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