Searched refs:TMP5 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 199 .macro PRECOMPUTE SUBKEY TMP1 TMP2 TMP3 TMP4 TMP5 TMP6 TMP7 223 movdqa \TMP3, \TMP5 228 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7 229 # TMP5 = HashKey^2<<1 (mod poly) 230 movdqu \TMP5, HashKey_2(%arg2) 232 pshufd $78, \TMP5, \TMP1 233 pxor \TMP5, \TMP1 236 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7 237 # TMP5 = HashKey^3<<1 (mod poly) 238 movdqu \TMP5, HashKey_ [all...] |
H A D | aesni-intel_avx-x86_64.S | 247 TMP5 = 16*4 # Temporary storage for AES State 5 define 1242 vmovdqa \XMM5, TMP5(%rsp) 1412 vmovdqa TMP5(%rsp), \T1 2197 vmovdqa \XMM5, TMP5(%rsp) 2367 vmovdqa TMP5(%rsp), \T1
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 195 .macro PRECOMPUTE SUBKEY TMP1 TMP2 TMP3 TMP4 TMP5 TMP6 TMP7 219 movdqa \TMP3, \TMP5 224 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7 225 # TMP5 = HashKey^2<<1 (mod poly) 226 movdqu \TMP5, HashKey_2(%arg2) 228 pshufd $78, \TMP5, \TMP1 229 pxor \TMP5, \TMP1 232 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7 233 # TMP5 = HashKey^3<<1 (mod poly) 234 movdqu \TMP5, HashKey_ [all...] |
H A D | aesni-intel_avx-x86_64.S | 216 TMP5 = 16*4 # Temporary storage for AES State 5 define 1210 vmovdqa \XMM5, TMP5(%rsp) 1380 vmovdqa TMP5(%rsp), \T1 2165 vmovdqa \XMM5, TMP5(%rsp) 2335 vmovdqa TMP5(%rsp), \T1
|
Completed in 7 milliseconds