Searched refs:TMP3 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_asm.S | 163 .macro GHASH_MUL GH HK TMP1 TMP2 TMP3 TMP4 TMP5 166 pshufd $78, \HK, \TMP3 168 pxor \HK, \TMP3 # TMP3 = b1+b0 171 PCLMULQDQ 0x00, \TMP3, \TMP2 # TMP2 = (a0+a1)*(b1+b0) 174 movdqa \TMP2, \TMP3 175 pslldq $8, \TMP3 # left shift TMP3 2 DWs 177 pxor \TMP3, \GH 183 movdqa \GH, \TMP3 184 movdqa \GH, \TMP4 # copy GH into TMP2,TMP3 and TMP4 188 pslld $30, \TMP3 # packed right shift <<30 [all …]
|
D | aesni-intel_avx-x86_64.S | 217 TMP3 = 16*2 # Temporary storage for AES State 3 define 637 vmovdqa \XMM3, TMP3(%rsp) 762 vmovdqa TMP3(%rsp), \T1 1901 vmovdqa \XMM3, TMP3(%rsp) 2024 vmovdqa TMP3(%rsp), \T1
|