/vendor/gc/ia64_save_regs_in_stack.s

http://github.com/feyeleanor/RubyGoLightly · Assembly · 12 lines · 10 code · 1 blank · 1 comment · 0 complexity · 4e5b1cc54ea48eb0c6e64af274874fc2 MD5 · raw file

  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