f32toa_subr.go 717 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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__f32toa = 32
  9. )
  10. const (
  11. _stack__f32toa = 48
  12. )
  13. const (
  14. _size__f32toa = 3392
  15. )
  16. var (
  17. _pcsp__f32toa = [][2]uint32{
  18. {1, 0},
  19. {4, 8},
  20. {6, 16},
  21. {8, 24},
  22. {10, 32},
  23. {12, 40},
  24. {3350, 48},
  25. {3351, 40},
  26. {3353, 32},
  27. {3355, 24},
  28. {3357, 16},
  29. {3359, 8},
  30. {3363, 0},
  31. {3385, 48},
  32. }
  33. )
  34. var _cfunc_f32toa = []loader.CFunc{
  35. {"_f32toa_entry", 0, _entry__f32toa, 0, nil},
  36. {"_f32toa", _entry__f32toa, _size__f32toa, _stack__f32toa, _pcsp__f32toa},
  37. }