root/gc/ia64_save_regs_in_stack.s

/* [<][>][^][v][top][bottom][index][help] */
   1         .text
   2         .align 16
   3         .global GC_save_regs_in_stack
   4         .proc GC_save_regs_in_stack
   5 GC_save_regs_in_stack:
   6         .body
   7         flushrs
   8         ;;
   9         mov r8=ar.bsp
  10         br.ret.sptk.few rp
  11         .endp GC_save_regs_in_stack
  12 

/* [<][>][^][v][top][bottom][index][help] */