f64toa_subr.go 754 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // +build !noasm !appengine
  2. // Code generated by asm2asm, DO NOT EDIT.
  3. package avx
  4. import (
  5. `github.com/bytedance/sonic/loader`
  6. )
  7. const (
  8. _entry__f64toa = 32
  9. )
  10. const (
  11. _stack__f64toa = 56
  12. )
  13. const (
  14. _size__f64toa = 4704
  15. )
  16. var (
  17. _pcsp__f64toa = [][2]uint32{
  18. {1, 0},
  19. {4, 8},
  20. {6, 16},
  21. {8, 24},
  22. {10, 32},
  23. {12, 40},
  24. {13, 48},
  25. {4614, 56},
  26. {4618, 48},
  27. {4619, 40},
  28. {4621, 32},
  29. {4623, 24},
  30. {4625, 16},
  31. {4627, 8},
  32. {4631, 0},
  33. {4694, 56},
  34. }
  35. )
  36. var _cfunc_f64toa = []loader.CFunc{
  37. {"_f64toa_entry", 0, _entry__f64toa, 0, nil},
  38. {"_f64toa", _entry__f64toa, _size__f64toa, _stack__f64toa, _pcsp__f64toa},
  39. }