Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/linux/arch/arm/crypto/
A Dsha512-armv4.pl103 eor $t1,$t1,$Elo,lsl#18
106 eor $t1,$t1,$Ehi,lsr#18
108 eor $t1,$t1,$Elo,lsl#14
110 eor $t1,$t1,$Elo,lsr#9
124 eor $t1,$t1,$t3
128 and $t1,$t1,$Ehi
158 eor $t1,$t1,$Alo,lsl#4
160 eor $t1,$t1,$Alo,lsr#2
418 adc $t1,$Ahi,$t1
435 adc $t1,$Ahi,$t1
[all …]
A Dsha256-armv4.pl84 rev $t1,$t1
91 orr $t1,$t1,$t2,lsl#8
93 orr $t1,$t1,$t0,lsl#16
98 orr $t1,$t1,$t2,lsl#24
106 eor $t1,$f,$g
108 and $t1,$t1,$e
110 eor $t1,$t1,$g @ Ch(e,f,g)
157 add $t1,$t1,$t2
159 add $t1,$t1,$t4 @ X[i]
258 add $B,$B,$t1
[all …]
A Daes-neonbs-core.S155 vand \t1, \t1, \x2
213 vorr \t1, \t1, \s0
217 veor \t1, \t1, \s3
220 veor \t1, \t1, \s2
225 veor \t1, \t1, \s2
238 veor \t1, \t1, \t0
265 veor \t1, \t1, \x1
275 veor \t1, \t1, \x5
313 veor \t1, \t1, \x0
318 veor \t1, \t1, \x7
[all …]
/linux/arch/mips/kernel/
A Dcps-vec.S313 PTR_L t1, 0(t1)
335 addiu t1, t1, 1
338 clz t1, t1
340 subu t1, t2, t1
342 sll t1, t2, t1
343 addiu t1, t1, -1
372 and t1, t1, t2
555 mul t1, t1, t0
556 mul t1, t1, t2
582 mul t1, t1, t0
[all …]
A Docteon_switch.S27 mfc0 t1, CP0_STATUS
82 and t1, a3
86 or a2, t1
104 dmfc2 t1, 0x0202
114 dmfc2 t1, 0x040A
123 dmfc2 t1, 0x0080
137 dmfc2 t1, 0x0105
145 dmfc2 t1, 0x0100
158 dmfc2 t1, 0x0240
165 dmfc2 t1, 0x0244
[all …]
A Dbmips_5xxx_init.S34 addiu t1, t1, -1 ; \
35 and t1, t2 ; \
421 li t1, 0x4
422 or t0, t1
427 li t1, 0x4
428 or t0, t1
433 li t1, 0x4
434 or t0, t1
462 or t0, t0, t1
465 li t1, 8
[all …]
/linux/arch/csky/abiv2/
A Dstrcmp.S13 andi t1, a0, 0x3
14 bnez t1, 5f
19 ldw t1, (a1, 0)
21 cmpne t0, t1
30 cmpne t0, t1
37 cmpne t0, t1
44 cmpne t0, t1
51 cmpne t0, t1
58 cmpne t0, t1
65 cmpne t0, t1
[all …]
/linux/arch/alpha/lib/
A Dstxcpy.S85 zapnot t1, t6, t1 # e0 : clear src bytes >= null
88 or t0, t1, t1 # e1 :
135 extql t1, a1, t1 # e0 :
138 or t1, t4, t1 # .. e1 :
139 mskqh t1, a0, t1 # e0 :
140 or t0, t1, t1 # e1 :
183 or t0, t1, t1 # e0 : current dst word now complete
227 or t0, t1, t1 # e1 :
281 and t1, t2, t1 # e1 : to source validity mask
283 extql t1, a1, t1 # e0 :
[all …]
A Dev6-stxcpy.S100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
104 or t0, t1, t1 # E : (stall)
157 extql t1, a1, t1 # U : (stall on a1)
161 or t1, t4, t1 # E :
162 mskqh t1, a0, t1 # U : (stall on t1)
163 or t0, t1, t1 # E : (stall on t1)
208 or t0, t1, t1 # E : current dst word now complete
254 or t0, t1, t1 # E : (stall)
311 and t1, t2, t1 # E : to source validity mask
313 extql t1, a1, t1 # U : (stall)
[all …]
A Dstxncpy.S101 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
124 and t1, 7, t1 # e0 :
162 or t1, t4, t1 # e1 : first aligned src word complete
163 mskqh t1, a0, t1 # e0 : mask leading garbage in src
262 zap t1, t8, t1 # e0 : kill dest bytes <= null
280 or t1, t0, t1 # e1 :
282 1: cmpbge zero, t1, t8
283 mov t1, t0
313 extql t1, a1, t1 # .. e0 : shift src into place
333 mskqh t1, t4, t1 # e0 :
[all …]
A Dev6-stxncpy.S127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
156 and t1, 7, t1 # E : (stall)
202 or t1, t4, t1 # E : first aligned src word complete (stall)
203 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
306 zap t1, t8, t1 # U : kill dest bytes <= null
326 or t1, t0, t1 # E : (stall)
329 mov t1, t0 # E :
360 extql t1, a1, t1 # U : shift src into place
381 mskqh t1, t4, t1 # U :
388 zapnot t1, t8, t1 # U : to source validity mask
[all …]
A Dstrrchr.S33 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero
39 andnot t1, t4, t1 # .. e1 : clear garbage from null test
50 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero
52 beq t1, $loop # .. e1 : if we havnt seen a null, loop
56 negq t1, t4 # e0 : isolate first null byte match
57 and t1, t4, t4 # e1 :
74 and t8, 0xcc, t1 # .. e1 :
75 cmovne t1, t1, t8 # e0 :
76 cmovne t1, 2, t1 # .. e1 :
79 addq t2, t1, t1 # e0 :
[all …]
/linux/drivers/crypto/vmx/
A Dghashp8-ppc.pl92 vsrab $t1,$t1,$t2 # broadcast carry bit
93 vand $t1,$t1,$xC2
139 vsldoi $t1,$zero,$Xm,8
141 vxor $Xh,$Xh,$t1
148 vxor $t1,$t1,$Xh
149 vxor $Xl,$Xl,$t1
200 vsldoi $t1,$zero,$Xm,8
202 vxor $Xh,$Xh,$t1
212 vxor $t1,$t1,$Xh
213 vxor $IN,$IN,$t1
[all …]
/linux/lib/mpi/
A Dmpi-inv.c63 t1 = mpi_alloc_set_ui(0); in mpi_invm()
83 mpi_add(t1, t1, v); in mpi_invm()
86 mpi_rshift(t1, t1, 1); in mpi_invm()
91 mpi_add(t1, t1, v); in mpi_invm()
92 mpi_rshift(t1, t1, 1); in mpi_invm()
100 mpi_set(u1, t1); in mpi_invm()
105 mpi_sub(v1, v, t1); in mpi_invm()
114 mpi_sub(t1, u1, v1); in mpi_invm()
118 if (t1->sign) { in mpi_invm()
119 mpi_add(t1, t1, v); in mpi_invm()
[all …]
/linux/drivers/soc/bcm/brcmstb/pm/
A Ds2-mips.S53 not t1
56 and t0, t1
59 and t2, t1
70 addu t1, s3
90 and t0, t1
122 and t1, t0
133 li t1, 1
142 not t1
145 and t0, t1
148 and t2, t1
[all …]
A Ds3-mips.S40 mfc0 t1, CP0_STATUS
41 sw t1, 48(t0)
44 addiu t1, a1, -1
45 not t1
46 and t0, t1
50 and t2, t1
57 li t1, PM_WARM_CONFIG
70 li t1, ~(ST0_IM | ST0_IE)
71 and t0, t1
130 lw t1, 48(t0)
[all …]
/linux/arch/mips/dec/
A Dint-handler.S133 mfc0 t1,CP0_STATUS
214 2: lw t2,(t1)
223 lw a0,%lo(-PTRSIZE)(t1)
251 li t1,IO_IRQ_ALL # mask
268 1: srlv t3,t1,t2
269 2: xor t1,t3
270 and t3,t0,t1
277 srlv t3,t1,t2
287 lw t1,(t0)
289 addu t1,1
[all …]
/linux/arch/parisc/lib/
A Dlusercopy.S93 t1 = r19 define
101 a1 = t1
119 extru t0,31,2,t1
124 extru t0,31,3,t1
129 extru dst,31,3,t1
144 10: ldd 0(srcspc,src),t1
149 14: ldd 0(srcspc,src),t1
181 extru dst,31,2,t1
195 10: ldw 0(srcspc,src),t1
199 14: ldw 8(srcspc,src),t1
[all …]
/linux/arch/mips/include/asm/mach-cavium-octeon/
A Dkernel-entry-init.h47 and t1, v1, 0xfff8
48 xor t1, t1, 0x9000 # 63-P1
49 beqz t1, 4f
51 xor t1, t1, 0x9008 # 63-P2
52 beqz t1, 4f
54 xor t1, t1, 0x9100 # 68-P1
55 beqz t1, 4f
57 xor t1, t1, 0x9200 # 66-PX
60 slti t1, t1, 2 # 66-P1.2 and later good.
61 beqz t1, 5f
[all …]
/linux/crypto/
A Dsha512_generic.c101 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
126 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[(i & 15)]; in sha512_transform()
127 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha512_transform()
128 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[(i & 15) + 1]; in sha512_transform()
129 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha512_transform()
131 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha512_transform()
133 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha512_transform()
135 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha512_transform()
137 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha512_transform()
139 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha512_transform()
[all …]
A Dseed.c314 t1 ^= t0; \
315 t1 = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^ \
316 SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)]; \
317 t0 += t1; \
320 t1 += t0; \
321 t1 = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^ \
322 SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)]; \
323 t0 += t1; \
325 X2 ^= t1
345 *(keyout++) = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^ in seed_set_key()
[all …]
/linux/include/net/netfilter/
A Dnf_conntrack_tuple.h127 return (nf_inet_addr_cmp(&t1->src.u3, &t2->src.u3) && in __nf_ct_tuple_src_equal()
128 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal()
129 t1->src.l3num == t2->src.l3num); in __nf_ct_tuple_src_equal()
135 return (nf_inet_addr_cmp(&t1->dst.u3, &t2->dst.u3) && in __nf_ct_tuple_dst_equal()
136 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal()
137 t1->dst.protonum == t2->dst.protonum); in __nf_ct_tuple_dst_equal()
143 return __nf_ct_tuple_src_equal(t1, t2) && in nf_ct_tuple_equal()
144 __nf_ct_tuple_dst_equal(t1, t2); in nf_ct_tuple_equal()
163 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp()
171 if (t1->src.l3num != t2->src.l3num || in nf_ct_tuple_src_mask_cmp()
[all …]
/linux/arch/mips/include/asm/sibyte/
A Dboard.h29 #define setleds(t0, t1, c0, c1, c2, c3) \ argument
31 li t1, c0; \
32 sb t1, 0x18(t0); \
33 li t1, c1; \
34 sb t1, 0x10(t0); \
35 li t1, c2; \
36 sb t1, 0x08(t0); \
37 li t1, c3; \
38 sb t1, 0x00(t0)
40 #define setleds(t0, t1, c0, c1, c2, c3) argument
/linux/arch/mips/alchemy/common/
A Dsleeper.S55 la t1, __flush_cache_all
56 lw t0, 0(t1)
135 2: lw t1, 0x0850(a0) /* mem_sdstat */
136 and t2, t1, t0
144 and t1, t0, t1 /* clear CE[1:0] */
159 la t1, 4f
160 subu t2, t1, t0
195 li t1, (1 << 7 | 0x3F)
196 or t0, t0, t1
209 and t2, t1, t0
[all …]
/linux/arch/mips/include/asm/mach-ip27/
A Dkernel-entry-init.h37 dsll t1, NASID_SHFT # Shift text nasid into place
39 or t1, t1, t0 # Physical load address of kernel text
41 dsrl t1, 12 # 4K pfn
43 dsll t1, 6 # Get pfn into place
46 or t0, t0, t1
68 GET_NASID_ASM t1
69 move t2, t1 # text and data are here
77 GET_NASID_ASM t1
80 dsll t1, NASID_SHFT
81 or t0, t0, t1
[all …]

Completed in 29 milliseconds

12345678910>>...13