go4.org@v0.0.0-20230225012048-214862532bf5/reflectutil/asm_jmp.s (about)

     1  // Copyright 2016 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // +build !go1.8
     6  // +build go1.5,!js,!safe,!appengine
     7  // +build amd64 386
     8  
     9  #include "textflag.h"
    10  #include "funcdata.h"
    11  
    12  // func typedmemmove(reflect_rtype, src unsafe.Pointer, size uintptr)
    13  TEXT ·typedmemmove(SB),(NOSPLIT|WRAPPER),$0-24
    14  	JMP	runtime·typedmemmove(SB)
    15  
    16  // func memmove(dst, src unsafe.Pointer, size uintptr)
    17  TEXT ·memmove(SB),(NOSPLIT|WRAPPER),$0-24
    18  	JMP	runtime·memmove(SB)