summaryrefslogtreecommitdiff
path: root/vendor/github.com/chenzhuoyu/base64x/native_subr_amd64.go
blob: f18de543eb2400e9e55fdb8d5ab25b725496f81a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
)