Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H 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 …]
H A Daesni-intel_avx-x86_64.S213 TMP2 = 16*1 # Temporary storage for AES State 2 (State 1 is stored in an XMM register) define
1207 vmovdqa \XMM2, TMP2(%rsp)
1308 vmovdqa TMP2(%rsp), \T1
2162 vmovdqa \XMM2, TMP2(%rsp)
2260 vmovdqa TMP2(%rsp), \T1
/openbmc/linux/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; \
/openbmc/linux/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; \
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2495 * Load the (low part) TLB comparator into TMP2.
2574 /* Load the high part TLB comparator into TMP2. */
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1809 /* Store the page mask part of the address into TMP2. */