Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for COPY_YMM_AND_BSWAP (0.13 sec)

  1. src/crypto/sha512/sha512block_amd64.s

    	MOVQ (7*8)(SI), R11
    
    	VMOVDQU PSHUFFLE_BYTE_FLIP_MASK<>(SB), Y9
    
    loop0:
    	MOVQ ยท_K+0(SB), BP
    
    	// byte swap first 16 dwords
    	COPY_YMM_AND_BSWAP(Y4, (0*32)(DI), Y9)
    	COPY_YMM_AND_BSWAP(Y5, (1*32)(DI), Y9)
    	COPY_YMM_AND_BSWAP(Y6, (2*32)(DI), Y9)
    	COPY_YMM_AND_BSWAP(Y7, (3*32)(DI), Y9)
    
    	MOVQ DI, frame_INP(SP)
    
    	// schedule 64 input dwords, by doing 12 rounds of 4 each
    	MOVQ $4, frame_SRND(SP)
    
    loop1:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27K bytes
    - Viewed (0)
Back to top