Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/hash/crc32/crc32_s390x.s

    	// R5: crc-32 constant pool base pointer, constant is used to reduce crc
    	MOVD    $·crcclecons(SB), R5
    	BR      vectorizedBody<>(SB)
    
    TEXT vectorizedBody<>(SB),NOSPLIT,$0
    	XOR     $0xffffffff, R2 // NOTW R2
    	VLM     0(R5), CONST_PERM_LE2BE, CONST_CRC_POLY
    
    	// Load the initial CRC value into the rightmost word of V0
    	VZERO   V0
    	VLVGF   $3, R2, V0
    
    	// Crash if the input size is less than 64-bytes.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 20 00:49:17 UTC 2021
    - 7.6K bytes
    - Viewed (0)
Back to top