unquote_subr_arm64.go raw

   1  // +build !noasm !appengine
   2  // Code generated by asm2asm, DO NOT EDIT.
   3  
   4  package neon
   5  
   6  //go:nosplit
   7  //go:noescape
   8  //goland:noinspection ALL
   9  func __unquote_entry__() uintptr
  10  
  11  var (
  12      _subr__unquote uintptr = __unquote_entry__() + 32
  13  )
  14  
  15  const (
  16      _stack__unquote = 112
  17  )
  18  
  19  var (
  20      _ = _subr__unquote
  21  )
  22  
  23  const (
  24      _ = _stack__unquote
  25  )
  26