Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
Daesni-intel_asm.S163 .macro GHASH_MUL GH HK TMP1 TMP2 TMP3 TMP4 TMP5
164 movdqa \GH, \TMP1
169 PCLMULQDQ 0x11, \HK, \TMP1 # TMP1 = a1*b1
173 pxor \TMP1, \TMP2 # TMP2 = (a0*b0)+(a1*b0)
178 pxor \TMP2, \TMP1 # TMP2:GH holds the result of GH*HK
211 pxor \TMP1, \GH # result is in TMP1
226 .macro INITIAL_BLOCKS_DEC num_initial_blocks TMP1 TMP2 TMP3 TMP4 TMP5 XMM0 XMM1 \
235 movd (%r10), \TMP1
236 pslldq $12, \TMP1
238 pxor \TMP1, %xmm\i
[all …]
Daesni-intel_avx-x86_64.S215 TMP1 = 16*0 # Temporary storage for AAD define
478 vmovdqa \XMM8, TMP1(%rsp)
614 …vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding cipherte…
1326 movb %al, TMP1 (%rsp , %r11)
1331 vmovdqu TMP1(%rsp), %xmm1
1738 vmovdqa \XMM8, TMP1(%rsp)
1874 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with
2603 movb %al, TMP1 (%rsp , %r11)
2608 vmovdqu TMP1(%rsp), %xmm1
/linux-4.1.27/arch/sparc/kernel/
Dsun4v_tlb_miss.S35 #define COMPUTE_TSB_PTR(TSB_PTR, VADDR, HASH_SHIFT, TMP1, TMP2) \ argument
36 and TSB_PTR, 0x7, TMP1; \
39 sllx TMP2, TMP1, TMP2; \
40 srlx VADDR, HASH_SHIFT, TMP1; \
42 and TMP1, TMP2, TMP1; \
43 sllx TMP1, 4, TMP1; \
44 add TSB_PTR, TMP1, TSB_PTR;
/linux-4.1.27/arch/sparc/crypto/
Dcamellia_asm.S76 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument
77 srlx S01, (64 - N), TMP1; \
82 or S23, TMP1, S23