Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 25 of 120) sorted by relevance

12345

/linux-2.4.37.9/crypto/
Dsha256.c84 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
102 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform()
104 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha256_transform()
106 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha256_transform()
108 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha256_transform()
110 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha256_transform()
112 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha256_transform()
114 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha256_transform()
116 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; in sha256_transform()
119 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform()
[all …]
Dsha512.c133 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
153 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha512_transform()
155 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha512_transform()
157 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha512_transform()
159 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha512_transform()
161 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha512_transform()
163 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha512_transform()
165 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha512_transform()
167 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; in sha512_transform()
174 a = b = c = d = e = f = g = h = t1 = t2 = 0; in sha512_transform()
[all …]
/linux-2.4.37.9/drivers/block/paride/
Dbpck.c34 #define t2(pat) {PC ^= pat; out_p(2,PC);} macro
55 case 0: w0(r & 0xf); w0(r); t2(2); t2(4); in bpck_read_regr()
57 t2(4); in bpck_read_regr()
61 case 1: w0(r & 0xf); w0(r); t2(2); in bpck_read_regr()
62 e2(); t2(0x20); in bpck_read_regr()
63 t2(4); h = r0(); in bpck_read_regr()
64 t2(1); t2(0x20); in bpck_read_regr()
88 t2(2); in bpck_write_regr()
90 o2(); t2(4); t2(1); in bpck_write_regr()
114 w0(0x40); t2(2); t2(1); in bpck_write_block()
[all …]
/linux-2.4.37.9/arch/mips/dec/
Dint-handler.S136 lw t2,cpu_fpu_mask
144 and t2,t0
145 bnez t2,fpu # handle FPU immediately
152 1: lw t2,(t1)
154 and t2,t0
155 beqz t2,1b
168 lui t2,(KN03_IOASIC_BASE>>16)&0xffff
185 lui t2,(KN02XA_IOASIC_BASE>>16)&0xffff
188 FEXPORT(kn03_io_int) # 3max+ (t2 loaded earlier)
189 lw t0,IO_REG_SIR(t2) # get status: IOASIC sir
[all …]
/linux-2.4.37.9/arch/alpha/lib/
Dstrlen_user.S55 subq a1, 7, t2
59 addq t2, t0, t2
63 $loop: ble t2, $limit
65 subq t2, 8, t2
70 $found: negq t1, t2 # clear all but least set bit
71 and t1, t2, t1
73 and t1, 0xf0, t2 # binary search for that set bit
76 cmovne t2, 4, t2
79 addq t2, t3, t2
81 addq v0, t2, v0
[all …]
Dstxcpy.S46 lda t2, -1 # e1 : build a mask against false zero
47 mskqh t2, a1, t2 # e0 : detection in the src word
49 ornot t1, t2, t2 # .. e1 :
51 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
131 ldq_u t2, 8(a1) # e0 :
135 extqh t2, a1, t4 # e0 :
147 or t6, t2, t2 # e1 : already extracted before
148 cmpbge zero, t2, t8 # e0 : testing eos
156 extql t2, a1, t0 # e0 : position ho-bits of lo word
157 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
[all …]
Dev6-stxcpy.S57 lda t2, -1 # E : build a mask against false zero
58 mskqh t2, a1, t2 # U : detection in the src word (stall)
60 ornot t1, t2, t2 # E : (stall)
63 cmpbge zero, t2, t8 # E : bits set iff null found
154 ldq_u t2, 8(a1) # L :
157 extqh t2, a1, t4 # U : (stall on a1)
170 or t6, t2, t2 # E : already extracted before (stall)
171 cmpbge zero, t2, t8 # E : testing eos (stall)
179 extql t2, a1, t0 # U : position ho-bits of lo word
180 ldq_u t2, 8(a1) # U : read next high-order source word
[all …]
Dstrncpy_from_user.S43 lda t2, -1 # e1 : build a mask against false zero
44 mskqh t2, a1, t2 # e0 : detection in the src word
46 ornot t1, t2, t2 # .. e1 :
48 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
114 and a2, 7, t2 # e1 :
117 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte
145 EX( ldq_u t2, 8(a1) ) # e0 : load second src word
148 extqh t2, a1, t4 # e0 :
160 or t6, t2, t2 # .. e1 :
161 cmpbge zero, t2, t8 # e0 : find nulls in second partial
[all …]
Dstxncpy.S54 lda t2, -1 # e1 : build a mask against false zero
55 mskqh t2, a1, t2 # e0 : detection in the src word
57 ornot t1, t2, t2 # .. e1 :
59 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
126 and a2, 7, t2 # e1 :
129 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte
157 ldq_u t2, 8(a1) # e0 : load second src word
160 extqh t2, a1, t4 # e0 :
173 or t6, t2, t2 # .. e1 :
174 cmpbge zero, t2, t8 # e0 : find nulls in second partial
[all …]
Dev6-strncpy_from_user.S71 lda t2, -1 # E : build a mask against false zero
82 mskqh t2, a1, t2 # U : detection in the src word
88 ornot t1, t2, t2 # E :
91 cmpbge zero, t2, t8 # E : bits set iff null found
178 EX( ldq_u t2, 8(a1) ) # L : load second src word
181 extqh t2, a1, t4 # U :
195 or t6, t2, t2 # E :
196 cmpbge zero, t2, t8 # E : find nulls in second partial
206 extql t2, a1, t1 # U : position hi-bits of lo word
207 EX( ldq_u t2, 8(a1) ) # L : read next high-order source word
[all …]
Dev6-stxncpy.S65 lda t2, -1 # E : build a mask against false zero
66 mskqh t2, a1, t2 # U : detection in the src word (stall)
68 ornot t1, t2, t2 # E : (stall)
71 cmpbge zero, t2, t8 # E : bits set iff null found
159 and a2, 7, t2 # E : (stall)
163 sll t10, t2, t10 # U : t10 = bitmask of last count byte
196 ldq_u t2, 8(a1) # L : Latency=3 load second src word
199 extqh t2, a1, t4 # U : (3 cycle stall on t2)
214 or t6, t2, t2 # E : (stall)
216 cmpbge zero, t2, t8 # E : find nulls in second partial
[all …]
Dev67-strrchr.S34 and a1, 0xff, t2 # E : 00000000000000ch
40 or t2, t4, a1 # E : 000000000000chch
46 sll a1, 32, t2 # U : 0000chch00000000
50 or t2, t3, t2 # E : 0000chchchch0000
51 or a1, t2, a1 # E : chchchchchchchch
56 xor t0, a1, t2 # E : make bytes == c zero
59 cmpbge zero, t2, t3 # E : bits set iff byte == c
74 xor t0, a1, t2 # E :
77 cmpbge zero, t2, t3 # E : bits set iff byte == c
96 ctlz t8, t2 # U0 : Latency=3 (0x40 for t8=0)
[all …]
Dev67-strlen_user.S71 subq a1, 7, t2 # E :
75 addq t2, t0, t2 # E :
81 $loop: ble t2, $limit # U :
87 subq t2, 8, t2 # E :
91 $found: cttz t1, t2 # U0 :
92 addq v0, t2, v0 # E :
106 subq a1, t2, v0
Dstrchr.S28 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero
36 or t2, t3, t0 # e1 : bits set iff char match or zero match
44 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0
46 or t2, t3, t0 # e0 :
55 and t0, 0xf0, t2 # e0 : binary search for that set bit
58 cmovne t2, 4, t2 # .. e1 :
61 addq t2, t3, t2 # e0 :
63 addq v0, t2, v0 # e0 :
Dstrrchr.S35 xor t0, a1, t2 # e0 : make bytes == c zero
37 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
48 xor t0, a1, t2 # e0 :
50 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
70 and t8, 0xf0, t2 # e0 : binary search for the high bit set
71 cmovne t2, t2, t8 # .. e1 (zdb)
72 cmovne t2, 4, t2 # e0 :
78 addq t2, t1, t1 # e0 :
/linux-2.4.37.9/arch/mips/lib/
Dcsum_partial.S16 #define CSUM_BIGCHUNK(src, offset, sum, t0, t1, t2, t3) \ argument
19 lw t2, (offset + 0x08)(src); \
23 ADDC(sum, t2); \
27 lw t2, (offset + 0x18)(src); \
31 ADDC(sum, t2); \
49 move a1, t2
71 lbu t2, (src)
75 sll t2, t2, 8
77 or t1, t2
111 move t2, a1
[all …]
Dmemcpy.S111 #undef t2
115 #define t2 $10 macro
192 sltu t2, len, NBYTES
196 bnez t2, copy_bytes_checklen
217 EXC( LOAD t2, UNIT(2)(src), l_exc_copy)
228 EXC( STORE t2, UNIT(-6)(dst), s_exc_p6u)
252 EXC( LOAD t2, UNIT(2)(src), l_exc_copy)
258 EXC( STORE t2, UNIT(2)(dst), s_exc_p2u)
287 #define bits t2
310 ADD t2, zero, NBYTES
[all …]
/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_conntrack_tuple.h107 const struct ip_conntrack_tuple *t2) in ip_ct_tuple_src_equal() argument
109 return t1->src.ip == t2->src.ip in ip_ct_tuple_src_equal()
110 && t1->src.u.all == t2->src.u.all; in ip_ct_tuple_src_equal()
114 const struct ip_conntrack_tuple *t2) in ip_ct_tuple_dst_equal() argument
116 return t1->dst.ip == t2->dst.ip in ip_ct_tuple_dst_equal()
117 && t1->dst.u.all == t2->dst.u.all in ip_ct_tuple_dst_equal()
118 && t1->dst.protonum == t2->dst.protonum; in ip_ct_tuple_dst_equal()
122 const struct ip_conntrack_tuple *t2) in ip_ct_tuple_equal() argument
124 return ip_ct_tuple_src_equal(t1, t2) && ip_ct_tuple_dst_equal(t1, t2); in ip_ct_tuple_equal()
/linux-2.4.37.9/arch/mips/baget/
DbagetIRQ.S50 mfc0 t2, CP0_ENTRYHI # save ASID value
59 mtc0 t2, CP0_ENTRYHI
64 la t2, dbe_handler
65 sw t2, DBE_HANDLER(t0) # set temporary local handler
68 li t2, 1
69 beq t2, a1, 1f
70 li t2, 2
71 beq t2, a1, 2f
72 li t2, 4
73 beq t2, a1, 4f
/linux-2.4.37.9/arch/mips/jazz/
Dint-handler.S147 mfc0 t2,CP0_STATUS
148 and t2,s1
149 mtc0 t2,CP0_STATUS
156 mfc0 t2,CP0_STATUS
157 or t2,s1
158 mtc0 t2,CP0_STATUS
247 lhu t2,JAZZ_IO_IRQ_ENABLE
248 and t2,s1
249 sh t2,JAZZ_IO_IRQ_ENABLE
257 lhu t2,JAZZ_IO_IRQ_ENABLE
[all …]
/linux-2.4.37.9/arch/mips/vr4181/common/
Dint_handler.S43 mfc0 t2, CP0_STATUS
45 and t0, t2
131 lhu t2,%lo(VR4181_MSYSINT1REG)(t3)
133 and t0, t2
147 lhu t2,%lo(VR4181_MSYSINT2REG)(t3)
149 and t0, t2
156 lhu t2,%lo(VR4181_GPINTSTAT)(t3)
158 and t0, t2
195 andi t2, t0, 0x1
198 beqz t2, loop
/linux-2.4.37.9/arch/mips64/lib/
Dmemcpy.S111 #undef t2
115 #define t2 $10 macro
192 sltu t2, len, NBYTES
196 bnez t2, copy_bytes_checklen
217 EXC( LOAD t2, UNIT(2)(src), l_exc_copy)
228 EXC( STORE t2, UNIT(-6)(dst), s_exc_p6u)
252 EXC( LOAD t2, UNIT(2)(src), l_exc_copy)
258 EXC( STORE t2, UNIT(2)(dst), s_exc_p2u)
287 #define bits t2
310 ADD t2, zero, NBYTES
[all …]
/linux-2.4.37.9/arch/mips64/kernel/
Dhead.S61 dsll t2, NASID_SHFT # Same for data nasid
63 or t2, t2, t0 # Physical load address of kernel data
65 dsrl t2, 12 # 4K pfn
67 dsll t2, 6 # Get pfn into place
72 or t0, t0, t2
100 move t2, t1 # text and data are here
144 lh t2, KV_RW_NASID_OFFSET(t0)
/linux-2.4.37.9/arch/ia64/lib/
Dmemcpy.S50 # define t2 r20 macro
202 and t2=7,src // t2 = src & 7
209 shl t2=t2,3 // t2 = 8*(src & 7)
213 sub t3=64,t2 // t3 = 64-8*(src & 7)
214 shr.u t0=t0,t2
248 shr.u t2=cnt,3 // t2 = number of 8-byte words left to copy
257 adds t2=-1,t2 // br.ctop is repeat/until
261 mov ar.lc=t2
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-ecc.c396 __u8 t1, t2; in gfinv2() local
400 t2 = gfpow[255 - l1]; in gfinv2()
401 det = gfadd(t1, t2); in gfinv2()
413 Ainv[0][1] = gfmul_exp(t2, log_det); in gfinv2()
468 unsigned long p0, p1, p2, t1, t2, *end; in set_parity() local
488 t2= (((__u32) gfmul_c0[(__u32)t1 >> 24 & 0xff]) << 24 | in set_parity()
493 t2= (((__u64) gfmul_c0[(__u64)t1 >> 56 & 0xff]) << 56 | in set_parity()
507 p0 = gfadd_long(t2, p1); in set_parity()
508 p1 = gfadd_long(t2, p2); in set_parity()
599 __u8 t1, t2; in correct_block() local
[all …]

12345