Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Daesni-intel_asm.S199 .macro PRECOMPUTE SUBKEY TMP1 TMP2 TMP3 TMP4 TMP5 TMP6 TMP7
210 movdqa \TMP2, \TMP1
212 psrldq $8, \TMP1
217 pshufd $0x24, \TMP1, \TMP2
224 pshufd $78, \TMP3, \TMP1
225 pxor \TMP3, \TMP1
226 movdqu \TMP1, HashKey_k(%arg2)
228 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7
232 pshufd $78, \TMP5, \TMP1
233 pxor \TMP5, \TMP1
[all …]
H A Daesni-intel_avx-x86_64.S243 TMP1 = 16*0 # Temporary storage for AAD define
1082 vmovdqa \XMM8, TMP1(%rsp)
1217 …vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding cipherte…
2032 vmovdqa \XMM8, TMP1(%rsp)
2168 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A 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;
/OK3568_Linux_fs/kernel/arch/sparc/crypto/
H A Dcamellia_asm.S77 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument
78 srlx S01, (64 - N), TMP1; \
83 or S23, TMP1, S23
/OK3568_Linux_fs/buildroot/package/uclibc/
H A D0001-libc-string-arm-Support-using-glibc-neon-version-of-.patch369 + "unit". On entry, TMP1 contains the number of bytes to be copied,
370 + a multiple of the unit size. The macro clobbers TMP1 in the
376 + double-words (8 bytes). TMP1 is at most 56.
380 + Units are words (4 bytes). TMP1 is at most 60. */
424 + /* TMP1 gets (max_bytes - bytes_to_copy), where max_bytes is