Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EMMS (0.02 sec)

  1. src/internal/runtime/atomic/atomic_386.s

    	CALL	·panicUnaligned(SB)
    	MOVQ	(AX), M0
    	MOVQ	M0, ret+4(FP)
    	EMMS
    	RET
    
    // void ·Store64(uint64 volatile* addr, uint64 v);
    TEXT ·Store64(SB), NOSPLIT, $0-12
    	NO_LOCAL_POINTERS
    	MOVL	ptr+0(FP), AX
    	TESTL	$7, AX
    	JZ	2(PC)
    	CALL	·panicUnaligned(SB)
    	// MOVQ and EMMS were introduced on the Pentium MMX.
    	MOVQ	val+4(FP), M0
    	MOVQ	M0, (AX)
    	EMMS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top