asm_amd64.s 411 B

1234567891011121314151617181920
  1. // +build !noasm !appengine
  2. // Code generated by asm2asm, DO NOT EDIT·
  3. #include "go_asm.h"
  4. #include "funcdata.h"
  5. #include "textflag.h"
  6. TEXT ·MoreStack(SB), NOSPLIT, $0 - 8
  7. NO_LOCAL_POINTERS
  8. _entry:
  9. MOVQ (TLS), R14
  10. MOVQ size+0(FP), R12
  11. NOTQ R12
  12. LEAQ (SP)(R12*1), R12
  13. CMPQ R12, 16(R14)
  14. JBE _stack_grow
  15. RET
  16. _stack_grow:
  17. CALL runtime·morestack_noctxt<>(SB)
  18. JMP _entry