Searched refs:t7 (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/arch/alpha/include/uapi/asm/
H A Dregdef.h14 #define t7 $8 macro
/linux-master/arch/loongarch/kernel/
H A Dswitch.S27 la t7, __stack_chk_guard
29 LONG_S t8, t7, 0
H A Drethook_trampoline.S25 cfi_st t7, PT_R19
60 cfi_ld t7, PT_R19
/linux-master/arch/loongarch/include/asm/
H A Dregdef.h27 #define t7 $r19 macro
H A Dstackframe.h68 cfi_st t7, PT_R19, \docfi variable
183 cfi_ld t7, PT_R19, \docfi variable
/linux-master/arch/loongarch/mm/
H A Dpage.S51 ld.d t7, a1, 56
66 st.d t7, a0, 56
68 ld.d t7, a1, 120
79 st.d t7, a0, -8
/linux-master/drivers/pinctrl/meson/
H A DMakefile14 obj-$(CONFIG_PINCTRL_AMLOGIC_T7) += pinctrl-amlogic-t7.o
/linux-master/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S63 t7, mem_cd, key) \
68 vpbroadcastd .L0f0f0f0f(%rip), t7; \
86 filter_8bit(x0, t5, t6, t7, t4); \
87 filter_8bit(x7, t5, t6, t7, t4); \
90 filter_8bit(x3, t2, t3, t7, t4); \
91 filter_8bit(x6, t2, t3, t7, t4); \
94 filter_8bit(x2, t5, t6, t7, t4); \
95 filter_8bit(x5, t5, t6, t7, t4); \
96 filter_8bit(x1, t5, t6, t7, t4); \
97 filter_8bit(x4, t5, t6, t7, t
[all...]
H A Dcamellia-aesni-avx-asm_64.S51 t7, mem_cd, key) \
56 vbroadcastss .L0f0f0f0f(%rip), t7; \
73 filter_8bit(x0, t0, t1, t7, t6); \
74 filter_8bit(x7, t0, t1, t7, t6); \
75 filter_8bit(x1, t0, t1, t7, t6); \
76 filter_8bit(x4, t0, t1, t7, t6); \
77 filter_8bit(x2, t0, t1, t7, t6); \
78 filter_8bit(x5, t0, t1, t7, t6); \
82 filter_8bit(x3, t2, t3, t7, t6); \
83 filter_8bit(x6, t2, t3, t7, t
[all...]
H A Daria-aesni-avx2-asm_64.S309 t4, t5, t6, t7) \
332 t4, t5, t6, t7) \
333 vpxor t7, t7, t7; \
343 vaesenclast t7##_x, x0##_x, x0##_x; \
344 vaesenclast t7##_x, t6##_x, t6##_x; \
348 vaesenclast t7##_x, x4##_x, x4##_x; \
349 vaesenclast t7##_x, t6##_x, t6##_x; \
353 vaesenclast t7##_
[all...]
/linux-master/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S87 t7 .req v21
143 pmull t7.8h, ad.8b, bd2.8b // G = A*B2
157 pmull2 t7.8h, ad.16b, bd2.16b // G = A*B2
163 eor t5.16b, t5.16b, t7.16b // M = G + H
168 uzp1 t7.2d, t6.2d, t3.2d
177 // t7 = (K) (P6 + P7) << 32
178 eor t7.16b, t7.16b, t6.16b
182 eor t7.16b, t7
[all...]
H A Dghash-ce-core.S29 t7 .req v14
74 ext t7.8b, \ad\().8b, \ad\().8b, #3 // A3
82 tbl t7.16b, {\ad\().16b}, perm3.16b // A3
104 pmull\t t7.8h, t7.\nb, \bd // J = A3*B
111 eor t7.16b, t7.16b, t8.16b // N = I + J
115 uzp1 t6.2d, t7.2d, t9.2d
116 uzp2 t7.2d, t7
[all...]
H A Daes-neonbs-core.S251 t0, t1, t2, t3, t4, t5, t6, t7, inv
265 ext \t7\().16b, \x7\().16b, \x7\().16b, #12
268 eor \x7\().16b, \x7\().16b, \t7\().16b
281 eor \t7\().16b, \t7\().16b, \x6\().16b
293 eor \x5\().16b, \x5\().16b, \t7\().16b
298 eor \x5\().16b, \x5\().16b, \t7\().16b
307 t0, t1, t2, t3, t4, t5, t6, t7
310 ext \t7\().16b, \x7\().16b, \x7\().16b, #8
315 eor \t7\()
[all...]
/linux-master/arch/mips/kernel/
H A Dscall32-o32.S63 load_a6: user_lw(t7, 24(t0)) # argument #7 from usp
69 sw t7, 24(sp) # argument #7 to ksp
165 li t7, 0
/linux-master/arch/arm/crypto/
H A Daes-neonbs-core.S297 t0, t1, t2, t3, t4, t5, t6, t7, inv
311 vext.8 \t7, \x7, \x7, #12
314 veor.8 \x7, \x7, \t7
327 veor \t7, \t7, \x6
339 veor \x5, \x5, \t7
344 veor \x5, \x5, \t7
353 t0, t1, t2, t3, t4, t5, t6, t7
360 vld1.8 {\t6-\t7}, [bskey, :256]
366 veor \x7, \x7, \t7
[all...]
/linux-master/arch/mips/lib/
H A Dcsum_partial.S36 #define t7 $15 define
109 move t7, zero
115 andi t7, src, 0x1 /* odd buffer? */
118 beqz t7, .Lword_align
287 movn sum, v1, t7
290 beqz t7, 1f /* odd buffer alignment? */
479 LOAD(t7, UNIT(7)(src))
495 ADDC(t6, t7)
496 STORE(t7, UNIT(7)(dst))
508 #define rem t7
[all...]
H A Dmemset.S28 #define FILLPTRG t7
169 LONG_SRL t7, t0, 1
/linux-master/lib/
H A Dcrc32.c64 # define DO_CRC8 (t7[(q) & 255] ^ t6[(q >> 8) & 255] ^ \
71 t6[(q >> 16) & 255] ^ t7[(q >> 24) & 255])
80 const u32 *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7]; local
/linux-master/arch/loongarch/lib/
H A Dmemmove.S96 ld.d t7, a3, -64
105 st.d t7, a5, -64
H A Dmemcpy.S149 ld.d t7, a1, 56
158 st.d t7, a5, 56
/linux-master/arch/mips/include/asm/
H A Dregdef.h130 #define t7 $15 macro
/linux-master/arch/sparc/lib/
H A Dblockops.S28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
H A Dchecksum_32.S164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
180 addxcc t7, sum, sum;
186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
205 EX(st t7, [dst + off + 0x1c]); \
206 addxcc t7, sum, sum;
H A Dcopy_user.S68 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
80 ST(st, dst, offset + 0x1c, t7, bigchunk_fault)
83 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
H A Dmemcpy.S20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
32 st %t7, [%dst + (offset) + 0x1c];
34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \

Completed in 170 milliseconds

12