aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/boehm-gc/ia64_save_regs_in_stack.s
blob: 3b18c0841d0597a0751d9ee82e3a09f1047ee766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
        .text
        .align 16
        .global GC_save_regs_in_stack
        .proc GC_save_regs_in_stack
GC_save_regs_in_stack:
        .body
        flushrs
        ;;
        mov r8=ar.bsp
        br.ret.sptk.few rp
        .endp GC_save_regs_in_stack