Home
last modified time | relevance | path

Searched refs:TMP2 (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/x86/crypto/
Daesni-intel_asm.S204 .macro PRECOMPUTE SUBKEY TMP1 TMP2 TMP3 TMP4 TMP5 TMP6 TMP7
207 movdqa SHUF_MASK(%rip), \TMP2
208 PSHUFB_XMM \TMP2, \TMP3
212 movdqa \TMP3, \TMP2
214 psrlq $63, \TMP2
215 movdqa \TMP2, \TMP1
216 pslldq $8, \TMP2
218 por \TMP2, \TMP3
222 pshufd $0x24, \TMP1, \TMP2
223 pcmpeqd TWOONE(%rip), \TMP2
[all …]
Daesni-intel_avx-x86_64.S256 TMP2 = 16*1 # Temporary storage for AES State 2 (State 1 is stored in an XMM register) define
706 vmovdqa \XMM2, TMP2(%rsp)
807 vmovdqa TMP2(%rsp), \T1
2018 vmovdqa \XMM2, TMP2(%rsp)
2116 vmovdqa TMP2(%rsp), \T1
/Linux-v4.19/arch/arm/crypto/
Dspeck-neon-core.S66 TMP2 .req q14
122 vshl.u\n TMP2, Y2, #3
126 vsri.u\n TMP2, Y2, #(\n - 3)
132 veor Y2, TMP2, X2
146 veor TMP2, Y2, X2
152 vshr.u\n Y2, TMP2, #3
156 vsli.u\n Y2, TMP2, #(\n - 3)
386 vld1.8 {TMP2, TMP3}, [r12:128]!
389 veor X1, TMP2
392 vld1.8 {TMP2, TMP3}, [r12:128]!
[all …]
/Linux-v4.19/arch/arm64/crypto/
Dspeck-neon-core.S44 TMP2 .req v12
109 shl TMP2.\lanes, Y_2.\lanes, #3
113 sri TMP2.\lanes, Y_2.\lanes, #(\n - 3)
119 eor Y_2.16b, TMP2.16b, X_2.16b
133 eor TMP2.16b, Y_2.16b, X_2.16b
139 ushr Y_2.\lanes, TMP2.\lanes, #3
143 sli Y_2.\lanes, TMP2.\lanes, #(\n - 3)
265 eor TMP2.16b, X_2.16b, TWEAKV4.16b
280 uzp2 X_2.\lanes, TMP2.\lanes, Y_2.\lanes
281 uzp1 Y_2.\lanes, TMP2.\lanes, Y_2.\lanes
[all …]
/Linux-v4.19/arch/sparc/kernel/
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; \
/Linux-v4.19/arch/sparc/crypto/
Dcamellia_asm.S77 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument
80 srlx S23, (64 - N), TMP2; \
82 or S01, TMP2, S01; \