github.com/avicd/go-utilx@v0.1.0/goid/asm_loong64.s (about) 1 //go:build loong64 2 // +build loong64 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