github.com/avicd/go-utilx@v0.1.0/goid/asm_mips64x.s (about) 1 //go:build mips64 || mips64le 2 // +build mips64 mips64le 3 4 #include "funcdata.h" 5 #include "go_asm.h" 6 #include "textflag.h" 7 8 TEXT ·getgp(SB), NOSPLIT, $0-8 9 MOVV g, R8 10 MOVV R8, ret+0(FP) 11 RET