github.com/bytedance/sonic@v1.11.7-0.20240517092252-d2edb31b167b/internal/native/avx/get_by_path_subr.go (about) 1 // +build !noasm !appengine 2 // Code generated by asm2asm, DO NOT EDIT. 3 4 package avx 5 6 import ( 7 `github.com/bytedance/sonic/loader` 8 ) 9 10 const ( 11 _entry__get_by_path = 224 12 ) 13 14 const ( 15 _stack__get_by_path = 272 16 ) 17 18 const ( 19 _size__get_by_path = 20184 20 ) 21 22 var ( 23 _pcsp__get_by_path = [][2]uint32{ 24 {1, 0}, 25 {4, 8}, 26 {6, 16}, 27 {8, 24}, 28 {10, 32}, 29 {12, 40}, 30 {13, 48}, 31 {17077, 272}, 32 {17078, 264}, 33 {17080, 256}, 34 {17082, 248}, 35 {17084, 240}, 36 {17086, 232}, 37 {17090, 224}, 38 {20184, 272}, 39 } 40 ) 41 42 var _cfunc_get_by_path = []loader.CFunc{ 43 {"_get_by_path_entry", 0, _entry__get_by_path, 0, nil}, 44 {"_get_by_path", _entry__get_by_path, _size__get_by_path, _stack__get_by_path, _pcsp__get_by_path}, 45 }