Home
last modified time | relevance | path

Searched refs:TMP1 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/x86/crypto/
Daesni-intel_asm.S195 .macro PRECOMPUTE SUBKEY TMP1 TMP2 TMP3 TMP4 TMP5 TMP6 TMP7
206 movdqa \TMP2, \TMP1
208 psrldq $8, \TMP1
213 pshufd $0x24, \TMP1, \TMP2
220 pshufd $78, \TMP3, \TMP1
221 pxor \TMP3, \TMP1
222 movdqu \TMP1, HashKey_k(%arg2)
224 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7
228 pshufd $78, \TMP5, \TMP1
229 pxor \TMP5, \TMP1
[all …]
Daesni-intel_avx-x86_64.S236 TMP1 = 16*0 # Temporary storage for AAD define
1072 vmovdqa \XMM8, TMP1(%rsp)
1207 …vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding cipherte…
2022 vmovdqa \XMM8, TMP1(%rsp)
2158 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with
/linux-6.1.9/arch/sparc/kernel/
Dsun4v_tlb_miss.S36 #define COMPUTE_TSB_PTR(TSB_PTR, VADDR, HASH_SHIFT, TMP1, TMP2) \ argument
37 and TSB_PTR, 0x7, TMP1; \
40 sllx TMP2, TMP1, TMP2; \
41 srlx VADDR, HASH_SHIFT, TMP1; \
43 and TMP1, TMP2, TMP1; \
44 sllx TMP1, 4, TMP1; \
45 add TSB_PTR, TMP1, TSB_PTR;
/linux-6.1.9/arch/sparc/crypto/
Dcamellia_asm.S77 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument
78 srlx S01, (64 - N), TMP1; \
83 or S23, TMP1, S23