Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PRECALC_21 (0.07 sec)

  1. src/crypto/sha1/sha1block_amd64.s

    	VPSLLDQ $12, REG, Y9
    
    #define PRECALC_19(REG) \
    	VPSLLD $1, REG, Y0 \
    	VPSRLD $31, REG, REG
    
    #define PRECALC_20(REG) \
    	VPOR REG, Y0, Y0 \
    	VPSLLD $2, Y9,  REG
    
    #define PRECALC_21(REG) \
    	VPSRLD $30, Y9, Y9 \
    	VPXOR REG, Y0, Y0
    
    #define PRECALC_23(REG,K_OFFSET,OFFSET) \
    	VPXOR Y9, Y0, REG \
    	VPADDD K_OFFSET(R8), REG, Y0 \
    	VMOVDQU Y0, (OFFSET)(R14)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 31.5K bytes
    - Viewed (0)
Back to top