Text file src/runtime/testdata/testprogcgo/goasm/x15_amd64.s

     1  // Copyright 2026 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  // func ReadX15() uint64
     6  TEXT ·ReadX15(SB), $0-8
     7  	MOVQ	X15, ret+0(FP)
     8  	RET
     9  

View as plain text