Home
last modified time | relevance | path

Searched refs:t6 (Results 1 – 25 of 77) sorted by relevance

1234

/linux/arch/riscv/lib/
A Dmemcpy.S17 andi a3, t6, SZREG-1
33 sb a5, 0(t6)
34 addi t6, t6, 1
53 REG_S a4, 0(t6)
54 REG_S a5, SZREG(t6)
76 addi t6, t6, 16*SZREG
86 or a5, a1, t6
93 sw a4, 0(t6)
94 addi t6, t6, 4
102 sb a4, 0(t6)
[all …]
A Duaccess.S25 li t6, SR_SUM
26 csrs CSR_STATUS, t6
182 csrc CSR_STATUS, t6
189 csrc CSR_STATUS, t6
202 li t6, SR_SUM
203 csrs CSR_STATUS, t6
225 csrc CSR_STATUS, t6
242 csrc CSR_STATUS, t6
A Dmemmove.S68 andi t6, t4, -SZREG
102 addi a2, t6, SZREG /* The other breakpoint for the unrolled loop*/
150 bne t3, t6, 1b
152 mv t3, t6 /* Fix the dest pointer in case the loop was broken */
235 bne t3, t6, 1b
272 beq t4, t6, 2f
278 bne t4, t6, 1b
A Duaccess_vector.S25 li t6, SR_SUM
26 csrs CSR_STATUS, t6
40 csrc CSR_STATUS, t6
A Dstrncmp.S75 andi t6, t4, -SZREG
80 bge a0, t6, 3f
/linux/arch/alpha/lib/
A Dstxcpy.S78 and t12, 0x80, t6 # e0 :
79 bne t6, 1f # .. e1 (zdb)
84 subq t12, 1, t6 # .. e1 :
86 or t12, t6, t8 # .. e1 :
142 or t1, t6, t6 # e0 :
147 mskql t6, a1, t6 # e0 : mask out the bits we have
224 or t6, t12, t8 # e0 :
245 mov zero, t6 # e0 :
248 lda t6, -1 # .. e1 :
249 mskql t6, a0, t6 # e0 :
[all …]
A Dstxncpy.S92 bne t6, 1f # .. e1 (zdb)
98 or t12, t6, t8 # e0 :
165 or t0, t6, t6 # e1 : mask original data for zero test
168 lda t6, -1 # e0 :
171 mskql t6, a1, t6 # e0 : mask out bits already seen
273 sll t10, t6, t6 # e0 :
274 and t6, 0xff, t6 # e0 :
275 bne t6, 1f # .. e1 :
302 mov zero, t6 # e0 :
305 lda t6, -1 # .. e1 :
[all …]
A Dev6-stxcpy.S94 bne t6, 1f # U : (stall)
99 subq t12, 1, t6 # E :
101 or t12, t6, t8 # E : (stall)
165 or t1, t6, t6 # E :
170 mskql t6, a1, t6 # U : mask out the bits we have
246 bne t6, 1f # U : (stall)
249 subq t12, 1, t6 # E :
274 mov zero, t6 # E :
277 lda t6, -1 # E :
279 mskql t6, a0, t6 # U :
[all …]
A Dev6-stxncpy.S123 subq t12, 1, t6 # E :
205 or t0, t6, t6 # E : mask original data for zero test (stall)
209 lda t6, -1 # E :
213 mskql t6, a1, t6 # U : mask out bits already seen
302 subq t12, 1, t6 # E :
319 sll t10, t6, t6 # U : (stall)
320 and t6, 0xff, t6 # E : (stall)
346 mov zero, t6 # E :
349 lda t6, -1 # E :
351 mskql t6, a0, t6 # U :
[all …]
A Dstrrchr.S23 mov zero, t6 # .. e1 : t6 is last match aligned addr
46 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
63 cmovne t3, v0, t6 # e0 :
80 addq t6, t0, v0 # .. e1 : add our aligned base ptr to the mix
A Dev67-strrchr.S40 mov zero, t6 # E : t6 is last match aligned addr
68 cmovne t3, v0, t6 # E : save previous comparisons match
94 cmovne t3, v0, t6 # E :
105 addq t6, t5, v0 # E : and add to quadword address
/linux/arch/arm64/crypto/
A Dcrct10dif-ce-core.S86 t6 .req v20
144 pmull t6.8h, t6.8b, fold_consts.8b // J = A3*B
158 pmull2 t6.8h, t6.16b, fold_consts.16b // J = A3*B
164 eor t6.16b, t6.16b, t9.16b // N = I + J
168 uzp1 t7.2d, t6.2d, t3.2d
169 uzp2 t6.2d, t6.2d, t3.2d
179 and t6.16b, t6.16b, k00_16.16b
186 zip2 t3.2d, t7.2d, t6.2d
187 zip1 t6.2d, t7.2d, t6.2d
191 ext t6.16b, t6.16b, t6.16b, #13
[all …]
/linux/arch/x86/crypto/
A Dcamellia-aesni-avx-asm_64.S73 filter_8bit(x0, t0, t1, t7, t6); \
111 vpxor t6, t6, t6; \
123 vpshufb t6, t0, t0; \
124 vpshufb t6, t1, t1; \
125 vpshufb t6, t2, t2; \
126 vpshufb t6, t3, t3; \
127 vpshufb t6, t4, t4; \
129 vpshufb t6, t7, t7; \
165 vpshufb t6, t5, t5; \
166 vpshufb t6, t3, t6; \
[all …]
A Daria-aesni-avx2-asm_64.S309 t4, t5, t6, t7) \ argument
334 vpxor t6, t6, t6; \
344 vaesenclast t7##_x, t6##_x, t6##_x; \
349 vaesenclast t7##_x, t6##_x, t6##_x; \
354 vaesenclast t7##_x, t6##_x, t6##_x; \
359 vaesenclast t7##_x, t6##_x, t6##_x; \
364 vaesdeclast t7##_x, t6##_x, t6##_x; \
369 vaesdeclast t7##_x, t6##_x, t6##_x; \
394 vpxor t6, t6, t6; \
397 vaesdeclast t7##_x, t6##_x, t6##_x; \
[all …]
A Dcamellia-aesni-avx2-asm_64.S86 filter_8bit(x0, t5, t6, t7, t4); \
87 filter_8bit(x7, t5, t6, t7, t4); \
94 filter_8bit(x2, t5, t6, t7, t4); \
102 vextracti128 $1, x2, t6##_x; \
121 vaesenclast t4##_x, t6##_x, t6##_x; \
122 vinserti128 $1, t6##_x, x2, x2; \
176 vpsrldq $6, t0, t6; \
178 vpshufb t7, t6, t6; \
192 vpxor t6, x1, x1; \
195 vpsrldq $7, t0, t6; \
[all …]
/linux/arch/loongarch/mm/
A Dpage.S50 ld.d t6, a1, 48
65 st.d t6, a0, 48
67 ld.d t6, a1, 112
78 st.d t6, a0, -16
/linux/arch/riscv/include/asm/
A Dcompat.h71 compat_ulong_t t6; member
108 cregs->t6 = (compat_ulong_t) regs->t6; in regs_to_cregs()
145 regs->t6 = (unsigned long) cregs->t6; in cregs_to_regs()
/linux/scripts/
A Dmakelst29 t6=`printf "%lu" $((0x$t4 - 0x$t5))`
32 $3 -r --source --adjust-vma=${t6:-0} $1
/linux/arch/mips/kernel/
A Dscall32-o32.S62 load_a5: user_lw(t6, 20(t0)) # argument #6 from usp
68 sw t6, 20(sp) # argument #6 to ksp
161 li t6, 0
197 lw t6, 28(sp)
200 sw t6, 24(sp)
/linux/arch/sparc/lib/
A Dblockops.S28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
32 ldd [src + offset + 0x00], t6; \
36 std t6, [dst + offset + 0x00];
/linux/arch/arm64/boot/dts/rockchip/
A Drk3588-nanopc-t6.dts11 #include "rk3588-nanopc-t6.dtsi"
15 compatible = "friendlyarm,nanopc-t6", "rockchip,rk3588";
A Drk3588-nanopc-t6-lts.dts11 #include "rk3588-nanopc-t6.dtsi"
15 compatible = "friendlyarm,nanopc-t6-lts", "rockchip,rk3588";
/linux/drivers/media/pci/cx88/
A Dcx88-dsp.c72 u32 t2, t4, t6, t8; in int_cos() local
87 t6 = t4 * x / 32768 * x / 32768 / 5 / 6; in int_cos()
88 t8 = t6 * x / 32768 * x / 32768 / 7 / 8; in int_cos()
89 ret = 32768 - t2 + t4 - t6 + t8; in int_cos()
/linux/arch/arm/crypto/
A Daes-neonbs-core.S312 veor \x6, \x6, \t6
322 veor \t6, \t6, \x5
340 veor \x3, \x3, \t6
345 veor \x2, \x3, \t6
365 veor \x6, \x6, \t6
368 vext.8 \t6, \x6, \x6, #8
372 veor \t6, \t6, \x6
383 veor \x0, \x0, \t6
384 veor \x1, \x1, \t6
390 veor \x4, \x4, \t6
[all …]
/linux/arch/riscv/kernel/
A Dmcount.S92 la t6, ftrace_graph_entry_stub
93 bne t2, t6, .Ldo_ftrace_graph_caller

Completed in 44 milliseconds

1234