Searched refs:TMP4 (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 184 movdqa \GH, \TMP4 # copy GH into TMP2,TMP3 and TMP4 189 pslld $25, \TMP4 # packed right shift <<25 191 pxor \TMP4, \TMP2 199 movdqa \GH,\TMP2 # copy GH into TMP2,TMP3 and TMP4 203 movdqa \GH,\TMP4 206 psrld $7,\TMP4 # packed left shift >>7 208 pxor \TMP4,\TMP2 226 .macro INITIAL_BLOCKS_DEC num_initial_blocks TMP1 TMP2 TMP3 TMP4 TMP5 XMM0 XMM1 \ 303 GHASH_MUL %xmm\i, \TMP3, \TMP1, \TMP2, \TMP4, \TMP5, \XMM1 [all …]
|
D | aesni-intel_avx-x86_64.S | 218 TMP4 = 16*3 # Temporary storage for AES State 4 define 638 vmovdqa \XMM4, TMP4(%rsp) 785 vmovdqa TMP4(%rsp), \T1 1902 vmovdqa \XMM4, TMP4(%rsp) 2048 vmovdqa TMP4(%rsp), \T1
|