summaryrefslogtreecommitdiff
path: root/vendor/github.com/chenzhuoyu/base64x/native_subr_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/chenzhuoyu/base64x/native_subr_amd64.go')
-rw-r--r--vendor/github.com/chenzhuoyu/base64x/native_subr_amd64.go29
1 files changed, 29 insertions, 0 deletions
diff --git a/vendor/github.com/chenzhuoyu/base64x/native_subr_amd64.go b/vendor/github.com/chenzhuoyu/base64x/native_subr_amd64.go
new file mode 100644
index 000000000..f18de543e
--- /dev/null
+++ b/vendor/github.com/chenzhuoyu/base64x/native_subr_amd64.go
@@ -0,0 +1,29 @@
+// +build !noasm !appengine
+// Code generated by asm2asm, DO NOT EDIT.
+
+package base64x
+
+//go:nosplit
+//go:noescape
+//goland:noinspection ALL
+func __native_entry__() uintptr
+
+var (
+ _subr__b64decode = __native_entry__() + 1563
+ _subr__b64encode = __native_entry__() + 301
+)
+
+const (
+ _stack__b64decode = 128
+ _stack__b64encode = 40
+)
+
+var (
+ _ = _subr__b64decode
+ _ = _subr__b64encode
+)
+
+const (
+ _ = _stack__b64decode
+ _ = _stack__b64encode
+)