Lines Matching refs:LMUL
13 # Compute the AES-GCM full-block e32 length for `LMUL=4`. We will handle
14 # the multiple AES-GCM blocks at the same time within `LMUL=4` register.
16 # FULL_BLOCK_LEN32 = (VLEN*LMUL)/(EGW) * (EGW/SEW) = (VLEN*4)/(32*4) * 4
25 ## block number in a LMUL=4 register group.
26 ## n = ((VLEN*LMUL)/(32*4)) = ((VLEN*4)/(32*4))
783 # Compute the AES-GCM full-block e32 length for `LMUL=4`. We will handle
784 # the multiple AES-GCM blocks at the same time within `LMUL=4` register.
786 # FULL_BLOCK_LEN32 = (VLEN*LMUL)/(EGW) * (EGW/SEW) = (VLEN*4)/(32*4) * 4
795 ## block number in a LMUL=4 register group.
796 ## n = ((VLEN*LMUL)/(32*4)) = ((VLEN*4)/(32*4))