Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/crypto/
A Daesni-intel_asm.S205 psrlq $63, \TMP2
207 pslldq $8, \TMP2
209 por \TMP2, \TMP3
514 pxor \GH, \TMP2 # TMP2 = a1+a0
518 pclmulqdq $0x00, \TMP3, \TMP2 # TMP2 = (a0+a1)*(b1+b0)
520 pxor \TMP1, \TMP2 # TMP2 = (a0*b0)+(a1*b0)
523 psrldq $8, \TMP2 # right shift TMP2 2 DWs
541 pslldq $12, \TMP2 # left shift TMP2 3 DWs
1039 pclmulqdq $0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
1453 psrldq $8, \TMP2 # right shift TMP2 2 DWs
[all …]
A Daesni-intel_avx-x86_64.S237 TMP2 = 16*1 # Temporary storage for AES State 2 (State 1 is stored in an XMM register) define
1229 vmovdqa \XMM2, TMP2(%rsp)
1330 vmovdqa TMP2(%rsp), \T1
2184 vmovdqa \XMM2, TMP2(%rsp)
2282 vmovdqa TMP2(%rsp), \T1
/linux-6.3-rc2/arch/sparc/kernel/
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; \
/linux-6.3-rc2/arch/sparc/crypto/
A Dcamellia_asm.S77 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument
80 srlx S23, (64 - N), TMP2; \
82 or S01, TMP2, S01; \

Completed in 13 milliseconds