Home
last modified time | relevance | path

Searched refs:t3 (Results 1 - 25 of 241) sorted by relevance

12345678910

/kernel/linux/linux-6.6/arch/riscv/lib/
H A Dmemmove.S36 * Forward Copy: t3 - Index counter of dest
53 mv t3, a0
68 andi t5, t3, -SZREG
71 * If dest(Register t3) rounded down to the nearest naturally
79 beq t5, t3, 1f
101 sub a5, a1, t3 /* Find the difference between src and dest */
136 addi t3, t3, (2 * SZREG)
140 REG_S t2, ((0 * SZREG) - (2 * SZREG))(t3)
142 beq t3, a
[all...]
/kernel/linux/linux-5.10/lib/mpi/
H A Dmpi-inv.c33 MPI u, v, u1, u2 = NULL, u3, v1, v2 = NULL, v3, t1, t2 = NULL, t3; in mpi_invm() local
68 t3 = mpi_copy(v); in mpi_invm()
69 t3->sign = !t3->sign; in mpi_invm()
75 t3 = mpi_copy(u); in mpi_invm()
88 mpi_rshift(t3, t3, 1); in mpi_invm()
93 mpi_rshift(t3, t3, 1); in mpi_invm()
97 } while (!mpi_test_bit(t3, in mpi_invm()
[all...]
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dmpi-inv.c33 MPI u, v, u1, u2 = NULL, u3, v1, v2 = NULL, v3, t1, t2 = NULL, t3; in mpi_invm() local
68 t3 = mpi_copy(v); in mpi_invm()
69 t3->sign = !t3->sign; in mpi_invm()
75 t3 = mpi_copy(u); in mpi_invm()
88 mpi_rshift(t3, t3, 1); in mpi_invm()
93 mpi_rshift(t3, t3, 1); in mpi_invm()
97 } while (!mpi_test_bit(t3, in mpi_invm()
[all...]
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev67-strrchr.S42 sll t5, 8, t3 # U : 00000000ch000000
46 or t5, t3, t3 # E : 00000000chch0000
51 or t2, t3, t2 # E : 0000chchchch0000
60 cmpbge zero, t2, t3 # E : bits set iff byte == c
62 andnot t3, t4, t3 # E : clear garbage from char test
68 cmovne t3, v0, t6 # E : save previous comparisons match
72 cmovne t3, t3, t
[all...]
H A Dstrrchr.S38 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
40 andnot t3, t4, t3 # e0 : clear garbage from char test
46 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
47 cmovne t3, t3, t8 # e0 :
51 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
61 and t3, t4, t3 # e0 : mask out char matches after null
62 cmovne t3, t
[all...]
H A Dstrchr.S36 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
37 or t2, t3, t0 # e1 : bits set iff char match or zero match
46 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
47 or t2, t3, t0 # e0 :
53 and t0, t3, t1 # e0 : bit set iff byte was the char
57 and t0, 0xcc, t3 # .. e1 :
60 cmovne t3, 2, t3 # e0 :
62 addq t2, t3, t2 # e0 :
H A Dev67-strchr.S33 and a1, 0xff, t3 # E : 00000000000000ch
37 insbl t3, 6, a3 # U : 00ch000000000000
38 or t5, t3, a1 # E : 000000000000chch
55 cmpbge zero, t1, t3 # E : bits set iff byte == c
56 or t2, t3, t0 # E : bits set iff char match or zero match
74 cmpbge zero, t1, t3 # E : bits set iff byte == c
75 or t2, t3, t0 # E :
76 cttz t3, a2 # U0 : speculative (in case we get a match)
81 and t0, t3, t1 # E : bit set iff byte was the char
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev67-strrchr.S42 sll t5, 8, t3 # U : 00000000ch000000
46 or t5, t3, t3 # E : 00000000chch0000
51 or t2, t3, t2 # E : 0000chchchch0000
60 cmpbge zero, t2, t3 # E : bits set iff byte == c
62 andnot t3, t4, t3 # E : clear garbage from char test
68 cmovne t3, v0, t6 # E : save previous comparisons match
72 cmovne t3, t3, t
[all...]
H A Dstrrchr.S38 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
40 andnot t3, t4, t3 # e0 : clear garbage from char test
46 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
47 cmovne t3, t3, t8 # e0 :
51 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
61 and t3, t4, t3 # e0 : mask out char matches after null
62 cmovne t3, t
[all...]
H A Dev67-strchr.S33 and a1, 0xff, t3 # E : 00000000000000ch
37 insbl t3, 6, a3 # U : 00ch000000000000
38 or t5, t3, a1 # E : 000000000000chch
55 cmpbge zero, t1, t3 # E : bits set iff byte == c
56 or t2, t3, t0 # E : bits set iff char match or zero match
74 cmpbge zero, t1, t3 # E : bits set iff byte == c
75 or t2, t3, t0 # E :
76 cttz t3, a2 # U0 : speculative (in case we get a match)
81 and t0, t3, t1 # E : bit set iff byte was the char
H A Dstrchr.S36 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
37 or t2, t3, t0 # e1 : bits set iff char match or zero match
46 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
47 or t2, t3, t0 # e0 :
53 and t0, t3, t1 # e0 : bit set iff byte was the char
57 and t0, 0xcc, t3 # .. e1 :
60 cmovne t3, 2, t3 # e0 :
62 addq t2, t3, t2 # e0 :
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha512-armv4.pl76 $t3="r12";
104 ldr $t3,[sp,#$Hoff+4] @ h.hi
119 adc $Thi,$Thi,$t3 @ T += h
120 ldr $t3,[sp,#$Goff+4] @ g.hi
124 eor $t1,$t1,$t3
132 eor $t1,$t1,$t3 @ Ch(e,f,g)
133 ldr $t3,[$Ktbl,#$hi] @ K[i].hi
141 adc $Thi,$Thi,$t3 @ T += K[i]
147 ldr $t3,[sp,#$Coff+0] @ c.lo
174 and $Alo,$Alo,$t3
[all...]
H A Daes-neonbs-core.S169 y0, y1, y2, y3, t0, t1, t2, t3
172 mul_gf4 \x0, \x1, \y0, \y1, \t2, \t3
175 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2
182 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x6, \x7, \y2, \y3, \t2
185 mul_gf4 \x4, \x5, \y0, \y1, \t2, \t3
193 t0, t1, t2, t3, s0, s1, s2, s3
194 veor \t3, \x4, \x6
199 veor \s3, \t3, \t0
201 vand \s2, \t3, \s0
202 vorr \t3, \t
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha512-armv4.pl76 $t3="r12";
104 ldr $t3,[sp,#$Hoff+4] @ h.hi
119 adc $Thi,$Thi,$t3 @ T += h
120 ldr $t3,[sp,#$Goff+4] @ g.hi
124 eor $t1,$t1,$t3
132 eor $t1,$t1,$t3 @ Ch(e,f,g)
133 ldr $t3,[$Ktbl,#$hi] @ K[i].hi
141 adc $Thi,$Thi,$t3 @ T += K[i]
147 ldr $t3,[sp,#$Coff+0] @ c.lo
174 and $Alo,$Alo,$t3
[all...]
H A Daes-neonbs-core.S169 y0, y1, y2, y3, t0, t1, t2, t3
172 mul_gf4 \x0, \x1, \y0, \y1, \t2, \t3
175 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2
182 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x6, \x7, \y2, \y3, \t2
185 mul_gf4 \x4, \x5, \y0, \y1, \t2, \t3
193 t0, t1, t2, t3, s0, s1, s2, s3
194 veor \t3, \x4, \x6
199 veor \s3, \t3, \t0
201 vand \s2, \t3, \s0
202 vorr \t3, \t
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dglue_helper-asm-avx2.S56 t1x, t2, t2x, t3, t3x, t4, t5) \
66 vinserti128 $1, t2x, t3, t2; /* ab: le0 ; cd: le1 */ \
70 add2_le128(t2, t0, t4, t3, t5); /* ab: le2 ; cd: le3 */ \
72 add2_le128(t2, t0, t4, t3, t5); \
74 add2_le128(t2, t0, t4, t3, t5); \
76 add2_le128(t2, t0, t4, t3, t5); \
78 add2_le128(t2, t0, t4, t3, t5); \
80 add2_le128(t2, t0, t4, t3, t5); \
82 add2_le128(t2, t0, t4, t3, t5); \
119 tivx, t0, t0x, t1, t1x, t2, t2x, t3, \
[all...]
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Docteon_switch.S125 dmfc2 t3, 0x0082
132 sd t3, OCTEON_CP2_3DES_KEY+16(a0)
133 dmfc2 t3, 0x0103
140 sd t3, OCTEON_CP2_AES_IV+8(a0)
141 dmfc2 t3, 0x0107
148 sd t3, OCTEON_CP2_AES_KEY+24(a0)
161 dmfc2 t3, 0x0242
168 sd t3, OCTEON_CP2_HSH_DATW+16(a0)
169 dmfc2 t3, 0x0246
176 sd t3, OCTEON_CP2_HSH_DAT
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Docteon_switch.S124 dmfc2 t3, 0x0082
131 sd t3, OCTEON_CP2_3DES_KEY+16(a0)
132 dmfc2 t3, 0x0103
139 sd t3, OCTEON_CP2_AES_IV+8(a0)
140 dmfc2 t3, 0x0107
147 sd t3, OCTEON_CP2_AES_KEY+24(a0)
160 dmfc2 t3, 0x0242
167 sd t3, OCTEON_CP2_HSH_DATW+16(a0)
168 dmfc2 t3, 0x0246
175 sd t3, OCTEON_CP2_HSH_DAT
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dmcount.S51 la t3, ftrace_graph_return
52 PTR_L t3, t3, 0
53 bne t1, t3, ftrace_graph_caller
55 la t3, ftrace_graph_entry
56 PTR_L t3, t3, 0
57 bne t1, t3, ftrace_graph_caller
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dmcount.S50 la.pcrel t3, ftrace_graph_return
51 PTR_L t3, t3, 0
52 bne t1, t3, ftrace_graph_caller
54 la.pcrel t3, ftrace_graph_entry
55 PTR_L t3, t3, 0
56 bne t1, t3, ftrace_graph_caller
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dword-at-a-time.h42 unsigned long t1, t2, t3; in find_zero()
48 t3 = bits & 0xaa; in find_zero()
51 if (t3) t3 = 1; in find_zero()
52 return t1 + t2 + t3; in find_zero()
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dword-at-a-time.h42 unsigned long t1, t2, t3; in find_zero()
48 t3 = bits & 0xaa; in find_zero()
51 if (t3) t3 = 1; in find_zero()
52 return t1 + t2 + t3; in find_zero()
/kernel/linux/linux-5.10/arch/mips/lib/
H A Dcsum_partial.S28 #undef t3
32 #define t3 $11 define
182 CSUM_BIGCHUNK1(src, 0x00, sum, t0, t1, t3, t4)
193 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
194 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4)
195 CSUM_BIGCHUNK(src, 0x40, sum, t0, t1, t3, t4)
196 CSUM_BIGCHUNK(src, 0x60, sum, t0, t1, t3, t4)
208 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
209 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4)
217 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t
[all...]
/kernel/linux/linux-6.6/arch/mips/lib/
H A Dcsum_partial.S28 #undef t3
32 #define t3 $11 define
182 CSUM_BIGCHUNK1(src, 0x00, sum, t0, t1, t3, t4)
193 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
194 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4)
195 CSUM_BIGCHUNK(src, 0x40, sum, t0, t1, t3, t4)
196 CSUM_BIGCHUNK(src, 0x60, sum, t0, t1, t3, t4)
208 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
209 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4)
217 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t
[all...]
/kernel/linux/linux-6.6/include/crypto/
H A Daria.h344 u32 *t3) in aria_sbox_layer1_with_pre_diff()
358 *t3 = s1[get_u8(*t3, 0)] ^ in aria_sbox_layer1_with_pre_diff()
359 s2[get_u8(*t3, 1)] ^ in aria_sbox_layer1_with_pre_diff()
360 x1[get_u8(*t3, 2)] ^ in aria_sbox_layer1_with_pre_diff()
361 x2[get_u8(*t3, 3)]; in aria_sbox_layer1_with_pre_diff()
366 u32 *t3) in aria_sbox_layer2_with_pre_diff()
380 *t3 = x1[get_u8(*t3, 0)] ^ in aria_sbox_layer2_with_pre_diff()
381 x2[get_u8(*t3, in aria_sbox_layer2_with_pre_diff()
343 aria_sbox_layer1_with_pre_diff(u32 *t0, u32 *t1, u32 *t2, u32 *t3) aria_sbox_layer1_with_pre_diff() argument
365 aria_sbox_layer2_with_pre_diff(u32 *t0, u32 *t1, u32 *t2, u32 *t3) aria_sbox_layer2_with_pre_diff() argument
387 aria_diff_word(u32 *t0, u32 *t1, u32 *t2, u32 *t3) aria_diff_word() argument
399 aria_diff_byte(u32 *t1, u32 *t2, u32 *t3) aria_diff_byte() argument
407 aria_add_round_key(u32 *rk, u32 *t0, u32 *t1, u32 *t2, u32 *t3) aria_add_round_key() argument
416 aria_subst_diff_odd(u32 *t0, u32 *t1, u32 *t2, u32 *t3) aria_subst_diff_odd() argument
425 aria_subst_diff_even(u32 *t0, u32 *t1, u32 *t2, u32 *t3) aria_subst_diff_even() argument
[all...]

Completed in 7 milliseconds

12345678910