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.S195 .macro PRECOMPUTE SUBKEY TMP1 TMP2 TMP3 TMP4 TMP5 TMP6 TMP7
198 movdqa SHUF_MASK(%rip), \TMP2
199 pshufb \TMP2, \TMP3
203 movdqa \TMP3, \TMP2
205 psrlq $63, \TMP2
206 movdqa \TMP2, \TMP1
207 pslldq $8, \TMP2
209 por \TMP2, \TMP3
213 pshufd $0x24, \TMP1, \TMP2
214 pcmpeqd TWOONE(%rip), \TMP2
[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.inc2497 * Load the (low part) TLB comparator into TMP2.
2576 /* 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. */