lspace_subr.go 606 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // +build !noasm !appengine
  2. // Code generated by asm2asm, DO NOT EDIT.
  3. package avx2
  4. import (
  5. `github.com/bytedance/sonic/loader`
  6. )
  7. const (
  8. _entry__lspace = 32
  9. )
  10. const (
  11. _stack__lspace = 8
  12. )
  13. const (
  14. _size__lspace = 232
  15. )
  16. var (
  17. _pcsp__lspace = [][2]uint32{
  18. {0x1, 0},
  19. {0xbb, 8},
  20. {0xbf, 0},
  21. {0xc8, 8},
  22. {0xcc, 0},
  23. {0xd3, 8},
  24. {0xd7, 0},
  25. {0xe8, 8},
  26. }
  27. )
  28. var _cfunc_lspace = []loader.CFunc{
  29. {"_lspace_entry", 0, _entry__lspace, 0, nil},
  30. {"_lspace", _entry__lspace, _size__lspace, _stack__lspace, _pcsp__lspace},
  31. }