Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    	LEAQ  64(inp), inp
    	SUBQ  $64, inl
    	MOVQ  $6, itr1
    	MOVQ  $4, itr2
    	CMPQ  inl, $192
    	JG    sealSSEMainLoop
    
    	MOVQ  inl, itr1
    	TESTQ inl, inl
    	JE    sealSSE128SealHash
    	MOVQ  $6, itr1
    	CMPQ  inl, $64
    	JBE   sealSSETail64
    	CMPQ  inl, $128
    	JBE   sealSSETail128
    	JMP   sealSSETail192
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
Back to top