Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 25 of 124) sorted by relevance

12345

/linux/lib/mpi/
A Dmpi-inv.c68 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()
99 if (!t3->sign) { in mpi_invm()
103 mpi_set(u3, t3); in mpi_invm()
110 sign = t3->sign; t3->sign = !t3->sign; in mpi_invm()
111 mpi_set(v3, t3); in mpi_invm()
112 t3->sign = sign; in mpi_invm()
[all …]
/linux/arch/arm/crypto/
A Dsha512-armv4.pl76 $t3="r12";
124 eor $t1,$t1,$t3
174 and $Alo,$Alo,$t3
175 and $t3,$Ahi,$t1
330 ldrb $t3, [$inp,#2]
377 mov $t1,$t3,lsr#19
396 adc $Thi,$Thi,$t3
422 adc $t3,$Thi,$t3
439 adc $t3,$Thi,$t3
454 adc $t3,$Thi,$t3
[all …]
A Dsha256-armv4.pl53 $T1="r3"; $t3="r3";
130 and $t3,$t3,$t2 @ (b^c)&=(a^b)
132 eor $t3,$t3,$b @ Maj(a,b,c)
136 ($t2,$t3)=($t3,$t2);
253 ldr $t0,[$t3,#0]
254 ldr $t1,[$t3,#4]
255 ldr $t2,[$t3,#8]
510 eor $t3,$B,$C
554 add $C,$C,$t3
562 add $G,$G,$t3
[all …]
A Daes-neonbs-core.S202 vorr \t3, \t3, \s0
210 veor \t3, \t3, \s1
214 veor \t3, \t3, \s3
224 veor \t3, \t3, \s0
236 veor \t3, \t3, \t2
270 veor \t3, \t3, \x3
279 veor \t3, \t3, \x7
329 veor \t3, \t3, \x2
333 veor \t3, \t3, \x7
343 veor \t3, \t3, \x4
[all …]
/linux/arch/alpha/lib/
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, t8 # E : Latency=2, extra map slot
78 cmpbge zero, t2, t3 # E : bits set iff byte == c
89 and t3, t4, t3 # E : mask out char matches after null
90 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
[all …]
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, t3, t8 # .. e1 : save it, if match found
63 cmovne t3, v0, t6 # e0 :
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
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 :
/linux/arch/mips/kernel/
A Docteon_switch.S125 dmfc2 t3, 0x0082
133 dmfc2 t3, 0x0103
141 dmfc2 t3, 0x0107
161 dmfc2 t3, 0x0242
169 dmfc2 t3, 0x0246
177 dmfc2 t3, 0x024A
185 dmfc2 t3, 0x024E
193 dmfc2 t3, 0x0253
201 dmfc2 t3, 0x0257
209 dmfc2 t3, 0x025A
[all …]
A Dmcount.S88 sltu t3, t1, a0 /* t3 = (a0 > _etext) */
89 or t1, t2, t3
136 PTR_L t3, ftrace_graph_return
137 bne t1, t3, ftrace_graph_caller
140 PTR_L t3, ftrace_graph_entry
141 bne t1, t3, ftrace_graph_caller
/linux/arch/riscv/lib/
A Dmemmove.S15 slt t3, a0, a1
16 beqz t3, do_reverse
23 lw t3, 0(a1)
26 sw t3, 0(a0)
42 lw t3, 0(a1)
44 sw t3, 0(a0)
53 lb t3, 0(a1)
55 sb t3, 0(a0)
/linux/arch/arm64/crypto/
A Dsha512-armv8.pl153 and $t3,$t3,$t2 // (b^c)&=(a^b)
155 eor $t3,$t3,$b // Maj(a,b,c)
177 and $t3,$t3,$t2 // (b^c)&=(a^b)
181 eor $t3,$t3,$b // Maj(a,b,c)
192 ($t2,$t3)=($t3,$t2);
681 eor $t3,$B,$C
713 ldp $t2,$t3,[$ctx,#8]
718 add $D,$D,$t3
719 ldp $t2,$t3,[$ctx,#24]
727 add $H,$H,$t3
[all …]
A Daes-neonbs-core.S139 eor \t3, \x4, \x6
144 eor \s3, \t3, \t0
147 orr \t3, \t3, \s0
155 eor \t3, \t3, \s1
159 eor \t3, \t3, \s3
169 eor \t3, \t3, \s0
181 eor \t3, \t3, \t2
282 eor \t3\().16b, \t3\().16b, \x2\().16b
286 eor \t3\().16b, \t3\().16b, \x7\().16b
296 eor \t3\().16b, \t3\().16b, \x4\().16b
[all …]
/linux/arch/mips/lib/
A Dcsum_partial.S28 #undef t3
32 #define t3 $11 macro
475 LOAD(t3, UNIT(3)(src))
487 ADDC(t2, t3)
519 LOAD(t3, UNIT(3)(src))
527 ADDC(t2, t3)
594 SHIFT_DISCARD t3, t3, t4
596 ADDC(sum, t3)
632 ADDC(t2, t3)
675 SLLV t0, t0, t3; \
[all …]
/linux/arch/x86/crypto/
A Dcamellia-aesni-avx2-asm_64.S111 vaesenclast t4##_x, t3##_x, t3##_x; \
127 vaesenclast t4##_x, t3##_x, t3##_x; \
167 vpshufb t7, t3, t3; \
208 vpxor t3, x4, x4; \
352 vpand l3, t3, t3; \
363 vpxor l7, t3, l7; \
383 vpor 7 * 32(r), t3, t3; \
388 vpxor 3 * 32(r), t3, t3; \
411 vpand 3 * 32(r), t3, t3; \
418 vpxor 7 * 32(r), t3, t3; \
[all …]
A Dcamellia-aesni-avx-asm_64.S121 vpsrldq $3, t0, t3; \
126 vpshufb t6, t3, t3; \
158 vpxor t3, x4, x4; \
318 vpand l3, t3, t3; \
328 vpxor l7, t3, l7; \
349 vpor 7 * 16(r), t3, t3; \
354 vpxor 3 * 16(r), t3, t3; \
377 vpand 3 * 16(r), t3, t3; \
384 vpxor 7 * 16(r), t3, t3; \
408 vpor l7, t3, t3; \
[all …]
/linux/arch/alpha/include/asm/
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()
/linux/tools/perf/tests/
A Dthread-maps-share.c14 struct thread *t1, *t2, *t3; in test__thread_maps_share() local
37 t3 = machine__findnew_thread(machine, 0, 3); in test__thread_maps_share()
43 leader && t1 && t2 && t3 && other); in test__thread_maps_share()
51 TEST_ASSERT_VAL("maps don't match", maps == t3->maps); in test__thread_maps_share()
69 machine__remove_thread(machine, t3); in test__thread_maps_share()
88 thread__put(t3); in test__thread_maps_share()
/linux/arch/mips/cavium-octeon/
A Docteon-memcpy.S108 #undef t3
112 #define t3 $11 macro
190 EXC( LOAD t3, UNIT(3)(src), l_exc_copy)
199 EXC( LOAD t3, UNIT(7)(src), l_exc_copy)
204 EXC( STORE t3, UNIT(7)(dst), s_exc_p9u)
238 EXC( LOAD t3, UNIT(3)(src), l_exc_copy)
243 EXC( STORE t3, UNIT(3)(dst), s_exc_p5u)
247 EXC( LOAD t3, UNIT(7)(src), l_exc_copy)
251 EXC( STORE t3, UNIT(7)(dst), s_exc_p1u)
265 EXC( LOAD t3, UNIT(3)(src), l_exc_copy)
[all …]
/linux/arch/s390/include/asm/
A Dsyscall_wrapper.h12 #define SYSCALL_PT_ARG6(regs, m, t1, t2, t3, t4, t5, t6)\ argument
13 SYSCALL_PT_ARG5(regs, m, t1, t2, t3, t4, t5), \
16 #define SYSCALL_PT_ARG5(regs, m, t1, t2, t3, t4, t5) \ argument
17 SYSCALL_PT_ARG4(regs, m, t1, t2, t3, t4), \
20 #define SYSCALL_PT_ARG4(regs, m, t1, t2, t3, t4) \ argument
21 SYSCALL_PT_ARG3(regs, m, t1, t2, t3), \
24 #define SYSCALL_PT_ARG3(regs, m, t1, t2, t3) \ argument
26 m(t3, (regs->gprs[4]))
A Dstacktrace.h102 #define CALL_LARGS_3(t1, a1, t2, a2, t3, a3) \ argument
104 long arg3 = (long)(t3)(a3)
105 #define CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4) \ argument
106 CALL_LARGS_3(t1, a1, t2, a2, t3, a3); \
108 #define CALL_LARGS_5(t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \ argument
109 CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4); \
/linux/arch/mips/dec/
A Dint-handler.S268 1: srlv t3,t1,t2
269 2: xor t1,t3
270 and t3,t0,t1
271 beqz t3,3f
273 move t0,t3
277 srlv t3,t1,t2
/linux/arch/riscv/kernel/
A Dkexec_relocate.S95 mv t3, s5 /* i = num words per page */
101 sub t3, t3, s6 /* i-- */
103 beqz t3, 1b /* copy done ? */
135 mv t3, zero
209 mv t3, zero
/linux/lib/zlib_dfltcc/
A Ddfltcc_util.h37 size_t t3 = len1 ? *len1 : 0; in dfltcc() local
43 register size_t r3 __asm__("r3") = t3; in dfltcc()
60 t2 = r2; t3 = r3; t4 = r4; t5 = r5; in dfltcc()
65 *len1 = t3; in dfltcc()
/linux/arch/alpha/include/uapi/asm/
A Dswab.h27 __u64 t0, t1, t2, t3; in __arch_swab32() local
34 t3 = t2 & 0x00FF00FF; /* t3 : 0000000000CC00AA */ in __arch_swab32()
35 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */ in __arch_swab32()

Completed in 29 milliseconds

12345