Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for checkcast (0.16 sec)

  1. src/runtime/asm_arm64.s

    	MOVD	runtime·lastmoduledatap(SB), R1
    	MOVD	R0, moduledata_next(R1)
    	MOVD	R0, runtime·lastmoduledatap(SB)
    	MOVD	8(RSP), R27
    	ADD	$0x10, RSP
    	RET
    
    TEXT ·checkASM(SB),NOSPLIT,$0-1
    	MOVW	$1, R3
    	MOVB	R3, ret+0(FP)
    	RET
    
    // gcWriteBarrier informs the GC about heap pointer writes.
    //
    // gcWriteBarrier does NOT follow the Go ABI. It accepts the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  2. src/runtime/asm_ppc64x.s

    	ADD	$-8, R1
    	MOVD	R31, 0(R1)
    	MOVD	runtime·lastmoduledatap(SB), R4
    	MOVD	R3, moduledata_next(R4)
    	MOVD	R3, runtime·lastmoduledatap(SB)
    	MOVD	0(R1), R31
    	ADD	$8, R1
    	RET
    
    TEXT ·checkASM(SB),NOSPLIT,$0-1
    	MOVW	$1, R3
    	MOVB	R3, ret+0(FP)
    	RET
    
    // gcWriteBarrier informs the GC about heap pointer writes.
    //
    // gcWriteBarrier does NOT follow the Go ABI. It accepts the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
Back to top