Searched defs:T1 (Results 1 - 13 of 13) sorted by relevance

/arch/m68k/fpsp040/
H A Dssinh.S59 T1: .long 0x40C62D38,0xD3D64634 | ... 16381 LOG2 LEAD label
116 fsubd T1(%pc),%fp0 | ...(|X|-16381LOG2_LEAD)
H A Dscosh.S63 T1: .long 0x40C62D38,0xD3D64634 | ... 16381 LOG2 LEAD label
113 fsubd T1(%pc),%fp0 | ...(|X|-16381LOG2_LEAD)
/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S30 #define T1 %xmm2 define
46 * T1
51 movaps DATA, T1
58 PCLMULQDQ 0x11 SHASH T1 # T1 = a1 * b1
61 pxor T1, T2 # T2 = a0 * b1 + a1 * b0
67 pxor T2, T1 # <T1:DATA> is result of
81 pxor T3, T1
90 pxor T2, T1
[all...]
H A Dsha512-avx-asm.S62 T1 = %rcx define
128 mov f_64, T1 # T1 = f
130 xor g_64, T1 # T1 = f ^ g
132 and e_64, T1 # T1 = (f ^ g) & e
134 xor g_64, T1 # T1 = ((f ^ g) & e) ^ g = CH(e,f,g)
136 add WK_2(idx), T1 #
[all...]
H A Dsha512-ssse3-asm.S61 T1 = %rcx define
121 mov f_64, T1 # T1 = f
123 xor g_64, T1 # T1 = f ^ g
125 and e_64, T1 # T1 = (f ^ g) & e
127 xor g_64, T1 # T1 = ((f ^ g) & e) ^ g = CH(e,f,g)
129 add WK_2(idx), T1 #
[all...]
H A Dsha512-avx2-asm.S94 T1 = %r12 define
191 rorx $34, a, T1 # T1 = a >> 34 # S0B
203 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0
204 rorx $28, a, T1 # T1 = (a >> 28) # S0
207 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0
208 mov a, T1 # T1 = a # MAJB
209 and c, T1 # T
[all...]
H A Dsha256-avx2-asm.S112 T1 = %r12d define
169 rorx $13, a, T1 # T1 = a >> 13 # S0B
183 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
184 rorx $2, a, T1 # T1 = (a >> 2) # S0
188 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
189 mov a, T1 # T1 = a # MAJB
190 and c, T1 # T
[all...]
H A Daesni-intel_asm.S123 #define T1 %r10 define
124 #define TKEYP T1
136 #define T1 %ecx define
137 #define TKEYP T1
1932 * TKEYP (T1)
1996 * TKEYP (T1)
2122 * TKEYP (T1)
2186 * TKEYP (T1)
/arch/x86/crypto/sha-mb/
H A Dsha1_x8_avx2.S232 # ymm7 T1 CC
250 T1 = %ymm7 define
331 VMOVPS (inp1, IDX), T1
339 TRANSPOSE8 T0, T1, T2, T3, T4, T5, T6, T7, T8, T9
342 vpshufb F, T1, T1
343 vmovdqu T1, (I*8+1)*32(%rsp)
/arch/mips/mm/
H A Dpage.c47 #define T1 9 macro
446 build_copy_load(&buf, T1, off + copy_word_size);
454 build_copy_store(&buf, T1, off + copy_word_size);
468 build_copy_load(&buf, T1, off + copy_word_size);
476 build_copy_store(&buf, T1, off + copy_word_size);
493 build_copy_load(&buf, T1, off + copy_word_size);
499 build_copy_store(&buf, T1, off + copy_word_size);
511 build_copy_load(&buf, T1, off + copy_word_size);
517 build_copy_store(&buf, T1, off + copy_word_size);
535 build_copy_load(&buf, T1, of
[all...]
/arch/m68k/ifpsp060/src/
H A Dfplsp.S549 T1: long 0x40C62D38,0xD3D64634 # 16381 LOG2 LEAD label
7650 fsub.d T1(%pc),%fp0 # (|X|-16381LOG2_LEAD)
7769 fsub.d T1(%pc),%fp0 # (|X|-16381LOG2_LEAD)
H A Dpfpsp.S568 T1: long 0x40C62D38,0xD3D64634 # 16381 LOG2 LEAD label
H A Dfpsp.S569 T1: long 0x40C62D38,0xD3D64634 # 16381 LOG2 LEAD label
7756 fsub.d T1(%pc),%fp0 # (|X|-16381LOG2_LEAD)
7875 fsub.d T1(%pc),%fp0 # (|X|-16381LOG2_LEAD)

Completed in 267 milliseconds