summaryrefslogtreecommitdiff
path: root/vendor/github.com/bytedance/sonic/internal/native/avx2/i64toa_subr.go
blob: bb6b387085eafeb69861d266c46a6ea741a0ecc9 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// +build !noasm !appengine
// Code generated by asm2asm, DO NOT EDIT.

package avx2

import (
	`github.com/bytedance/sonic/loader`
)

const (
    _entry__i64toa = 64
)

const (
    _stack__i64toa = 8
)

const (
    _size__i64toa = 2272
)

var (
    _pcsp__i64toa = [][2]uint32{
        {0x1, 0},
        {0xae, 8},
        {0xaf, 0},
        {0x201, 8},
        {0x202, 0},
        {0x287, 8},
        {0x288, 0},
        {0x456, 8},
        {0x457, 0},
        {0x4e2, 8},
        {0x4e3, 0},
        {0x610, 8},
        {0x611, 0},
        {0x771, 8},
        {0x772, 0},
        {0x8d9, 8},
        {0x8e0, 0},
    }
)

var _cfunc_i64toa = []loader.CFunc{
    {"_i64toa_entry", 0,  _entry__i64toa, 0, nil},
    {"_i64toa", _entry__i64toa, _size__i64toa, _stack__i64toa, _pcsp__i64toa},
}