Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DECQ (0.21 sec)

  1. src/runtime/asm_amd64.s

    	// xor in seed
    	PXOR	X0, X8
    	PXOR	X1, X9
    	PXOR	X2, X10
    	PXOR	X3, X11
    	PXOR	X4, X12
    	PXOR	X5, X13
    	PXOR	X6, X14
    	PXOR	X7, X15
    
    	// compute number of remaining 128-byte blocks
    	DECQ	CX
    	SHRQ	$7, CX
    
    	PCALIGN $16
    aesloop:
    	// scramble state
    	AESENC	X8, X8
    	AESENC	X9, X9
    	AESENC	X10, X10
    	AESENC	X11, X11
    	AESENC	X12, X12
    	AESENC	X13, X13
    	AESENC	X14, X14
    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