Searched refs:TMP2 (Results 1 – 4 of 4) 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 165 pshufd $78, \GH, \TMP2 167 pxor \GH, \TMP2 # TMP2 = a1+a0 171 PCLMULQDQ 0x00, \TMP3, \TMP2 # TMP2 = (a0+a1)*(b1+b0) 172 pxor \GH, \TMP2 173 pxor \TMP1, \TMP2 # TMP2 = (a0*b0)+(a1*b0) 174 movdqa \TMP2, \TMP3 176 psrldq $8, \TMP2 # right shift TMP2 2 DWs 178 pxor \TMP2, \TMP1 # TMP2:GH holds the result of GH*HK 182 movdqa \GH, \TMP2 [all …]
|
D | aesni-intel_avx-x86_64.S | 216 TMP2 = 16*1 # Temporary storage for AES State 2 (State 1 is stored in an XMM register) define 636 vmovdqa \XMM2, TMP2(%rsp) 737 vmovdqa TMP2(%rsp), \T1 1900 vmovdqa \XMM2, TMP2(%rsp) 1998 vmovdqa TMP2(%rsp), \T1
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sun4v_tlb_miss.S | 35 #define COMPUTE_TSB_PTR(TSB_PTR, VADDR, HASH_SHIFT, TMP1, TMP2) \ argument 37 mov 512, TMP2; \ 39 sllx TMP2, TMP1, TMP2; \ 41 sub TMP2, 1, TMP2; \ 42 and TMP1, TMP2, TMP1; \
|
/linux-4.1.27/arch/sparc/crypto/ |
D | camellia_asm.S | 76 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument 79 srlx S23, (64 - N), TMP2; \ 81 or S01, TMP2, S01; \
|