go4.org@v0.0.0-20230225012048-214862532bf5/reflectutil/asm_jmp_14.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.5,!js,!safe,!appengine
     6  // +build amd64 386
     7  
     8  #include "textflag.h"
     9  #include "funcdata.h"
    10  
    11  // func memmove(dst, src unsafe.Pointer, size uintptr)
    12  TEXT ·memmove(SB),(NOSPLIT|WRAPPER),$0-24
    13  	JMP	runtime·memmove(SB)