github.com/bytedance/sonic@v1.11.7-0.20240517092252-d2edb31b167b/internal/native/avx/lspace_subr.go (about)

     1  // +build !noasm !appengine
     2  // Code generated by asm2asm, DO NOT EDIT.
     3  
     4  package avx
     5  
     6  import (
     7  	`github.com/bytedance/sonic/loader`
     8  )
     9  
    10  const (
    11      _entry__lspace = 0
    12  )
    13  
    14  const (
    15      _stack__lspace = 8
    16  )
    17  
    18  const (
    19      _size__lspace = 113
    20  )
    21  
    22  var (
    23      _pcsp__lspace = [][2]uint32{
    24          {1, 0},
    25          {89, 8},
    26          {90, 0},
    27          {103, 8},
    28          {104, 0},
    29          {111, 8},
    30          {112, 0},
    31      }
    32  )
    33  
    34  var _cfunc_lspace = []loader.CFunc{
    35      {"_lspace_entry", 0,  _entry__lspace, 0, nil},
    36      {"_lspace", _entry__lspace, _size__lspace, _stack__lspace, _pcsp__lspace},
    37  }