Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for memhash128 (0.1 sec)

  1. src/runtime/asm_amd64.s

    	PXOR	X13, X9
    	PXOR	X14, X10
    	PXOR	X15, X11
    	PXOR	X10, X8
    	PXOR	X11, X9
    	PXOR	X9, X8
    	// X15 must be zero on return
    	PXOR	X15, X15
    	MOVQ	X8, AX	// return X8
    	RET
    
    // func memhash32(p unsafe.Pointer, h uintptr) uintptr
    // ABIInternal for performance.
    TEXT runtime·memhash32<ABIInternal>(SB),NOSPLIT,$0-24
    	// AX = ptr to data
    	// BX = seed
    	CMPB	runtime·useAeshash(SB), $0
    	JEQ	noaes
    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