Searched refs:TMP2 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aesni-intel_asm.S | 199 .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 D | aesni-intel_avx-x86_64.S | 244 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 D | sun4v_tlb_miss.S | 36 #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 D | camellia_asm.S | 77 #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 D | 0001-libc-string-arm-Support-using-glibc-neon-version-of-.patch | 723 + /* TMP2 is now negative, but we don't care about that. The bottom
|