github.com/avicd/go-utilx@v0.1.0/goid/asm_ppc64x.s (about)

     1  //go:build ppc64 || ppc64le
     2  // +build ppc64 ppc64le
     3  
     4  #include "funcdata.h"
     5  #include "go_asm.h"
     6  #include "textflag.h"
     7  
     8  TEXT ·getgp(SB), NOSPLIT, $0-8
     9      MOVD    g, R8
    10      MOVD    R8, ret+0(FP)
    11      RET