Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setg_gcc (0.35 sec)

  1. src/runtime/asm_amd64.s

    	MOVL	AX, runtimeĀ·processorVersionInfo(SB)
    
    nocpuinfo:
    	// if there is an _cgo_init, call it.
    	MOVQ	_cgo_init(SB), AX
    	TESTQ	AX, AX
    	JZ	needtls
    	// arg 1: g0, already in DI
    	MOVQ	$setg_gcc<>(SB), SI // arg 2: setg_gcc
    	MOVQ	$0, DX	// arg 3, 4: not used when using platform's TLS
    	MOVQ	$0, CX
    #ifdef GOOS_android
    	MOVQ	$runtimeĀ·tls_g(SB), DX 	// arg 3: &tls_g
    	// arg 4: TLS base, stored in slot 0 (Android's TLS_SLOT_SELF).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top