Home
last modified time | relevance | path

Searched refs:TMP2 (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
202 movdqa SHUF_MASK(%rip), \TMP2
203 pshufb \TMP2, \TMP3
207 movdqa \TMP3, \TMP2
209 psrlq $63, \TMP2
210 movdqa \TMP2, \TMP1
211 pslldq $8, \TMP2
213 por \TMP2, \TMP3
217 pshufd $0x24, \TMP1, \TMP2
218 pcmpeqd TWOONE(%rip), \TMP2
[all …]
H A Daesni-intel_avx-x86_64.S244 TMP2 = 16*1 # Temporary storage for AES State 2 (State 1 is stored in an XMM register) define
1239 vmovdqa \XMM2, TMP2(%rsp)
1340 vmovdqa TMP2(%rsp), \T1
2194 vmovdqa \XMM2, TMP2(%rsp)
2292 vmovdqa TMP2(%rsp), \T1
/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
38 mov 512, TMP2; \
40 sllx TMP2, TMP1, TMP2; \
42 sub TMP2, 1, TMP2; \
43 and TMP1, TMP2, TMP1; \
/OK3568_Linux_fs/kernel/arch/sparc/crypto/
H A Dcamellia_asm.S77 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument
80 srlx S23, (64 - N), TMP2; \
82 or S01, TMP2, S01; \
/OK3568_Linux_fs/buildroot/package/uclibc/
H A D0001-libc-string-arm-Support-using-glibc-neon-version-of-.patch723 + /* TMP2 is now negative, but we don't care about that. The bottom