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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [gdb/] [testsuite/] [gdb.asm/] [xstormy16.inc] - Diff between revs 157 and 223

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 157 Rev 223
        comment "subroutine prologue"
        comment "subroutine prologue"
        .macro gdbasm_enter
        .macro gdbasm_enter
        push r13
        push r13
        mov r13,r15
        mov r13,r15
        .endm
        .endm
        comment "subroutine epilogue"
        comment "subroutine epilogue"
        .macro gdbasm_leave
        .macro gdbasm_leave
        pop r13
        pop r13
        ret
        ret
        .endm
        .endm
        .macro gdbasm_call subr
        .macro gdbasm_call subr
        callf \subr
        callf \subr
        .endm
        .endm
        .macro gdbasm_several_nops
        .macro gdbasm_several_nops
        add r0,#0
        add r0,#0
        add r0,#0
        add r0,#0
        add r0,#0
        add r0,#0
        add r0,#0
        add r0,#0
        .endm
        .endm
        comment "exit (0)"
        comment "exit (0)"
        .macro gdbasm_exit0
        .macro gdbasm_exit0
        mov.w r2,#0
        mov.w r2,#0
        halt
        halt
        .endm
        .endm
        comment "crt0 startup"
        comment "crt0 startup"
        .macro gdbasm_startup
        .macro gdbasm_startup
        mov r15,#2
        mov r15,#2
        .endm
        .endm
 
 

powered by: WebSVN 2.1.0

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