summaryrefslogtreecommitdiff
path: root/vendor/github.com/bytedance/sonic/internal/native/sse/unquote_subr.go
blob: fab3a9ee420c517eb28184f60cd9a409e1b4f514 (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
// +build !noasm !appengine
// Code generated by asm2asm, DO NOT EDIT.

package sse

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

const (
    _entry__unquote = 16
)

const (
    _stack__unquote = 80
)

const (
    _size__unquote = 2064
)

var (
    _pcsp__unquote = [][2]uint32{
        {0x1, 0},
        {0x6, 8},
        {0x8, 16},
        {0xa, 24},
        {0xc, 32},
        {0xd, 40},
        {0x11, 48},
        {0x518, 80},
        {0x519, 48},
        {0x51b, 40},
        {0x51d, 32},
        {0x51f, 24},
        {0x521, 16},
        {0x522, 8},
        {0x523, 0},
        {0x810, 80},
    }
)

var _cfunc_unquote = []loader.CFunc{
    {"_unquote_entry", 0,  _entry__unquote, 0, nil},
    {"_unquote", _entry__unquote, _size__unquote, _stack__unquote, _pcsp__unquote},
}