Searched refs:TMP5 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | aesni-intel_asm.S | 204 .macro PRECOMPUTE SUBKEY TMP1 TMP2 TMP3 TMP4 TMP5 TMP6 TMP7 228 movdqa \TMP3, \TMP5 233 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7 234 # TMP5 = HashKey^2<<1 (mod poly) 235 movdqu \TMP5, HashKey_2(%arg2) 237 pshufd $78, \TMP5, \TMP1 238 pxor \TMP5, \TMP1 241 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7 242 # TMP5 = HashKey^3<<1 (mod poly) 243 movdqu \TMP5, HashKey_3(%arg2) [all …]
|
D | aesni-intel_avx-x86_64.S | 259 TMP5 = 16*4 # Temporary storage for AES State 5 define 709 vmovdqa \XMM5, TMP5(%rsp) 879 vmovdqa TMP5(%rsp), \T1 2021 vmovdqa \XMM5, TMP5(%rsp) 2191 vmovdqa TMP5(%rsp), \T1
|