Searched refs:TMP3 (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 201 movdqu (%r12), \TMP3 203 pshufb \TMP2, \TMP3 207 movdqa \TMP3, \TMP2 208 psllq $1, \TMP3 213 por \TMP2, \TMP3 220 pxor \TMP2, \TMP3 221 movdqu \TMP3, HashKey(%arg2) 223 movdqa \TMP3, \TMP5 224 pshufd $78, \TMP3, \TMP [all...] |
H A D | aesni-intel_avx-x86_64.S | 245 TMP3 = 16*2 # Temporary storage for AES State 3 define 1240 vmovdqa \XMM3, TMP3(%rsp) 1365 vmovdqa TMP3(%rsp), \T1 2195 vmovdqa \XMM3, TMP3(%rsp) 2318 vmovdqa TMP3(%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 197 movdqu (%r12), \TMP3 199 pshufb \TMP2, \TMP3 203 movdqa \TMP3, \TMP2 204 psllq $1, \TMP3 209 por \TMP2, \TMP3 216 pxor \TMP2, \TMP3 217 movdqu \TMP3, HashKey(%arg2) 219 movdqa \TMP3, \TMP5 220 pshufd $78, \TMP3, \TMP [all...] |
H A D | aesni-intel_avx-x86_64.S | 214 TMP3 = 16*2 # Temporary storage for AES State 3 define 1208 vmovdqa \XMM3, TMP3(%rsp) 1333 vmovdqa TMP3(%rsp), \T1 2163 vmovdqa \XMM3, TMP3(%rsp) 2286 vmovdqa TMP3(%rsp), \T1
|
Completed in 9 milliseconds