github.com/bytedance/sonic@v1.11.7-0.20240517092252-d2edb31b167b/internal/native/avx2/get_by_path_subr.go (about) 1 // +build !noasm !appengine 2 // Code generated by asm2asm, DO NOT EDIT. 3 4 package avx2 5 6 import ( 7 `github.com/bytedance/sonic/loader` 8 ) 9 10 const ( 11 _entry__get_by_path = 624 12 ) 13 14 const ( 15 _stack__get_by_path = 240 16 ) 17 18 const ( 19 _size__get_by_path = 21752 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 {12437, 240}, 32 {12438, 232}, 33 {12440, 224}, 34 {12442, 216}, 35 {12444, 208}, 36 {12446, 200}, 37 {12450, 192}, 38 {21752, 240}, 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 }