lspace_subr.go 575 B

12345678910111213141516171819202122232425262728293031323334353637
  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 = 113
  15. )
  16. var (
  17. _pcsp__lspace = [][2]uint32{
  18. {1, 0},
  19. {89, 8},
  20. {90, 0},
  21. {103, 8},
  22. {104, 0},
  23. {111, 8},
  24. {112, 0},
  25. }
  26. )
  27. var _cfunc_lspace = []loader.CFunc{
  28. {"_lspace_entry", 0, _entry__lspace, 0, nil},
  29. {"_lspace", _entry__lspace, _size__lspace, _stack__lspace, _pcsp__lspace},
  30. }