Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/x86/crypto/
A Dcamellia-aesni-avx2-asm_64.S63 t7, mem_cd, key) \ argument
152 vpxor t7, t7, t7; \
156 vpshufb t7, t1, t1; \
165 vpshufb t7, t2, t2; \
167 vpshufb t7, t3, t3; \
169 vpshufb t7, t4, t4; \
177 vpshufb t7, t5, t5; \
178 vpshufb t7, t6, t6; \
196 vpshufb t7, t0, t0; \
197 vpshufb t7, t6, t7; \
[all …]
A Dcamellia-aesni-avx-asm_64.S51 t7, mem_cd, key) \ argument
56 vbroadcastss .L0f0f0f0f, 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); \
128 vpsrldq $2, t5, t7; \
129 vpshufb t6, t7, t7; \
[all …]
A Daria-aesni-avx2-asm_64.S309 t4, t5, t6, t7) \ argument
332 t4, t5, t6, t7) \ argument
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##_x, x1##_x, x1##_x; \
354 vaesenclast t7##_x, t6##_x, t6##_x; \
358 vaesenclast t7##_x, x5##_x, x5##_x; \
[all …]
/linux-6.3-rc2/arch/arm64/crypto/
A Dghash-ce-core.S29 t7 .req v14
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.2d, t9.2d
125 eor t6.16b, t6.16b, t7.16b
126 and t7.16b, t7.16b, k00_16.16b
133 zip2 t9.2d, t6.2d, t7.2d
134 zip1 t7.2d, t6.2d, t7.2d
138 ext t7.16b, t7.16b, t7.16b, #13
[all …]
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
178 eor t7.16b, t7.16b, t6.16b
182 eor t7.16b, t7.16b, t6.16b
186 zip2 t3.2d, t7.2d, t6.2d
187 zip1 t6.2d, t7.2d, t6.2d
A Daes-neonbs-core.S250 t0, t1, t2, t3, t4, t5, t6, t7, inv
267 eor \x7\().16b, \x7\().16b, \t7\().16b
280 eor \t7\().16b, \t7\().16b, \x6\().16b
292 eor \x5\().16b, \x5\().16b, \t7\().16b
297 eor \x5\().16b, \x5\().16b, \t7\().16b
306 t0, t1, t2, t3, t4, t5, t6, t7
314 eor \t7\().16b, \t7\().16b, \x7\().16b
328 eor \x1\().16b, \x1\().16b, \t7\().16b
329 eor \x2\().16b, \x2\().16b, \t7\().16b
334 eor \x4\().16b, \x4\().16b, \t7\().16b
[all …]
/linux-6.3-rc2/arch/loongarch/mm/
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-6.3-rc2/arch/ia64/lib/
A Dcopy_page_mck.S83 #define t7 t3 // alias! macro
86 #define t11 t7 // alias!
154 (p[D]) ld8 t7 = [src1], 3*8
161 (p[D]) st8 [dst1] = t7, 3*8
A Dcopy_page.S45 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH]
87 (p[0]) ld8 t7[0]=[src1],16
88 (EPI) st8 [tgt1]=t7[PIPE_DEPTH-1],16
A Dmemcpy_mck.S51 #define t7 t3 // alias! macro
55 #define t11 t7 // alias!
234 EK(.ex_handler, (p[D]) ld8 t7 = [src1], 3*8)
241 EK(.ex_handler, (p[D]) st8 [dst1] = t7, 3*8)
448 EX(.ex_handler_short, (p10) ld1 t7=[src0],2)
452 EX(.ex_handler_short, (p10) st1 [dst0]=t7,2)
488 EK(.ex_handler_short, (p12) ld1 t7=[src0],2)
495 EK(.ex_handler_short, (p12) st1 [dst0] = t7)
/linux-6.3-rc2/arch/loongarch/kernel/
A Dswitch.S27 la t7, __stack_chk_guard
29 LONG_S t8, t7, 0
A Dkprobes_trampoline.S25 cfi_st t7, PT_R19
60 cfi_ld t7, PT_R19
/linux-6.3-rc2/arch/mips/lib/
A Dcsum_partial.S36 #define t7 $15 macro
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
A Dmemset.S28 #define FILLPTRG t7
169 LONG_SRL t7, t0, 1
/linux-6.3-rc2/arch/arm/crypto/
A Daes-neonbs-core.S314 veor.8 \x7, \x7, \t7
327 veor \t7, \t7, \x6
339 veor \x5, \x5, \t7
344 veor \x5, \x5, \t7
366 veor \x7, \x7, \t7
369 vext.8 \t7, \x7, \x7, #8
374 veor \t7, \t7, \x7
388 veor \x1, \x1, \t7
389 veor \x2, \x2, \t7
394 veor \x4, \x4, \t7
[all …]
/linux-6.3-rc2/arch/loongarch/lib/
A Dmemcpy.S69 ld.d t7, a1, 56
77 st.d t7, a0, 56
A Dcopy_user.S75 8: ld.d t7, a1, 56
83 16: st.d t7, a0, 56
A Dmemmove.S96 ld.d t7, a1, -64
104 st.d t7, a0, -64
/linux-6.3-rc2/arch/mips/kernel/
A Dscall32-o32.S63 load_a6: user_lw(t7, 24(t0)) # argument #7 from usp
69 sw t7, 24(sp) # argument #7 to ksp
162 li t7, 0
/linux-6.3-rc2/lib/
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-6.3-rc2/arch/alpha/include/uapi/asm/
A Dregdef.h14 #define t7 $8 macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dregdef.h27 #define t7 $r19 macro
A Dstackframe.h67 cfi_st t7, PT_R19, \docfi
177 cfi_ld t7, PT_R19, \docfi
/linux-6.3-rc2/arch/mips/include/asm/
A Dregdef.h40 #define t7 $15 macro
/linux-6.3-rc2/Documentation/devicetree/bindings/misc/
A Didt,89hpesx.yaml24 - pattern: '^idt,89hpes(6t6g2|16t7|(24t6|32t8|48t12|16t4a?)(g2)?)$'

Completed in 25 milliseconds

12