Searched refs:TMP3 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/x86/crypto/ |
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, \TMP1 [all …]
|
D | aesni-intel_avx-x86_64.S | 238 TMP3 = 16*2 # Temporary storage for AES State 3 define 1230 vmovdqa \XMM3, TMP3(%rsp) 1355 vmovdqa TMP3(%rsp), \T1 2185 vmovdqa \XMM3, TMP3(%rsp) 2308 vmovdqa TMP3(%rsp), \T1
|