lspace_subr.go 508 B

123456789101112131415161718192021222324252627282930313233
  1. // +build !noasm !appengine
  2. // Code generated by asm2asm, DO NOT EDIT.
  3. package sse
  4. import (
  5. `github.com/bytedance/sonic/loader`
  6. )
  7. const (
  8. _entry__lspace = 0
  9. )
  10. const (
  11. _stack__lspace = 8
  12. )
  13. const (
  14. _size__lspace = 87
  15. )
  16. var (
  17. _pcsp__lspace = [][2]uint32{
  18. {0x1, 0},
  19. {0x56, 8},
  20. {0x57, 0},
  21. }
  22. )
  23. var _cfunc_lspace = []loader.CFunc{
  24. {"_lspace_entry", 0, _entry__lspace, 0, nil},
  25. {"_lspace", _entry__lspace, _size__lspace, _stack__lspace, _pcsp__lspace},
  26. }