summaryrefslogtreecommitdiff
path: root/vendor/github.com/bytedance/sonic/internal/rt/asm_amd64.s
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/bytedance/sonic/internal/rt/asm_amd64.s')
-rw-r--r--vendor/github.com/bytedance/sonic/internal/rt/asm_amd64.s20
1 files changed, 0 insertions, 20 deletions
diff --git a/vendor/github.com/bytedance/sonic/internal/rt/asm_amd64.s b/vendor/github.com/bytedance/sonic/internal/rt/asm_amd64.s
deleted file mode 100644
index 48a564bee..000000000
--- a/vendor/github.com/bytedance/sonic/internal/rt/asm_amd64.s
+++ /dev/null
@@ -1,20 +0,0 @@
-// +build !noasm,amd64 !appengine,amd64
-// Code generated by asm2asm, DO NOT EDIT·
-
-#include "go_asm.h"
-#include "funcdata.h"
-#include "textflag.h"
-
-TEXT ·MoreStack(SB), NOSPLIT, $0 - 8
- NO_LOCAL_POINTERS
-_entry:
- MOVQ (TLS), R14
- MOVQ size+0(FP), R12
- NOTQ R12
- LEAQ (SP)(R12*1), R12
- CMPQ R12, 16(R14)
- JBE _stack_grow
- RET
-_stack_grow:
- CALL runtime·morestack_noctxt<>(SB)
- JMP _entry