Searched refs:TMP1 (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/x86/crypto/ |
A D | aesni-intel_asm.S | 516 pclmulqdq $0x11, \HK, \TMP1 # TMP1 = a1*b1 558 pxor \TMP1, \GH # result is in TMP1 1026 pclmulqdq $0x11, \TMP5, \TMP1 # TMP1 = a1 * b1 1056 pclmulqdq $0x11, \TMP5, \TMP1 # TMP1 = a1*b1 1087 pclmulqdq $0x11, \TMP5, \TMP1 # TMP1 = a1*b1 1234 pclmulqdq $0x11, \TMP5, \TMP1 # TMP1 = a1 * b1 1264 pclmulqdq $0x11, \TMP5, \TMP1 # TMP1 = a1*b1 1295 pclmulqdq $0x11, \TMP5, \TMP1 # TMP1 = a1*b1 1413 pclmulqdq $0x11, \TMP5, \TMP1 # TMP1 = a1*b1 1428 pclmulqdq $0x11, \TMP5, \TMP1 # TMP1 = a1*b1 [all …]
|
A D | aesni-intel_avx-x86_64.S | 236 TMP1 = 16*0 # Temporary storage for AAD define 1072 vmovdqa \XMM8, TMP1(%rsp) 1207 …vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding cipherte… 2022 vmovdqa \XMM8, TMP1(%rsp) 2158 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | sun4v_tlb_miss.S | 36 #define COMPUTE_TSB_PTR(TSB_PTR, VADDR, HASH_SHIFT, TMP1, TMP2) \ argument 37 and TSB_PTR, 0x7, TMP1; \ 40 sllx TMP2, TMP1, TMP2; \ 41 srlx VADDR, HASH_SHIFT, TMP1; \ 43 and TMP1, TMP2, TMP1; \ 44 sllx TMP1, 4, TMP1; \ 45 add TSB_PTR, TMP1, TSB_PTR;
|
/linux-6.3-rc2/arch/sparc/crypto/ |
A D | camellia_asm.S | 77 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument 78 srlx S01, (64 - N), TMP1; \ 83 or S23, TMP1, S23
|
Completed in 21 milliseconds