Searched refs:t3 (Results 76 - 100 of 170) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Daisdram.S214 add t3,a0,4
215 xor t3,t3,4
216 lw t3,0(t3)
219 lw t3,4(a0) # t3 = CIB
321 and t3,t3,CIB_REV_MASK
322 srl s3,t3,CIB_REV_SHIF
[all...]
H A Dboot.S65 lw t3,CC_CLKC_N(s2)
66 beq a3,t3,initcpu # move ahead if clk freq set correctly
69 li t3,1
70 sw t3,CC_WATCHDOG(s2) # set WatchDog Reset
81 li t3,(3 << CID_REV_SHIFT) # Is it an a3?
82 blt t2,t3,a0a1a2
137 or t3,t2,0xc0000000 # enable ffxx_xxxx space # without programming TLB
138 sw t3,0x14(t1)
197 and t3,t1,SBIDH_RCE_MASK
198 srl t3,t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dco-alpha.pl24 $a3="r4"; $b3="r8"; $r3="r12"; $t3="r15";
69 &cmpult($a3,$b3,$t3); # will we borrow?
74 &add($b3,$t3,$cc); # add the borrows
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfft.c225 BF(t3, t5, t5, t1);\
227 BF(a3.im, a1.im, a1.im, t3);\
238 BF(t3, t5, t5, t1);\
240 BF(a3.im, a1.im, i1, t3);\
266 FFTSample t1, t2, t3, t4, t5, t6;\
300 FFTSample t1, t2, t3, t4, t5, t6, t7, t8; local
302 BF(t3, t1, z[0].re, z[1].re);
308 BF(z[3].re, z[1].re, t3, t7);
314 FFTSample t1, t2, t3, t4, t5, t6, t7, t8; local
320 BF(t3,
335 FFTSample t1, t2, t3, t4, t5, t6; local
[all...]
H A Dmjpegdec.h64 int t1,t2,t3; member in struct:MJpegDecodeContext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dmemcpy.S126 #undef t3
130 #define t3 $11 define
233 EXC( LOAD t3, UNIT(3)(src), l_exc_copy)
244 EXC( STORE t3, UNIT(-5)(dst), s_exc_p5u)
268 EXC( LOAD t3, UNIT(3)(src), l_exc_copy)
274 EXC( STORE t3, UNIT(3)(dst), s_exc_p1u)
324 EXC( LDFIRST t3, FIRST(0)(src), l_exc)
326 EXC( LDREST t3, REST(0)(src), l_exc_copy)
329 EXC( STFIRST t3, FIRST(0)(dst), s_exc)
355 EXC( LDFIRST t3, FIRS
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Ddelayacct.c103 unsigned long long t2,t3; local
130 t3 = tsk->sched_info.cpu_time;
137 tmp = (s64)d->cpu_run_virtual_total + t3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-strncpy_from_user.S53 and a0, 7, t3 # E : find dest misalignment
62 addq a2, t3, a2 # E : bias count by dest misalignment
85 mskqh t1, a1, t3 # U :
91 or t0, t3, t0 # E :
238 extql t2, a1, t3 # U : extract low bits for next time
247 mov t3, t1 # E :
356 cmpbge zero, t2, t3 # E :
360 andnot t8, t3, t8 # E :
387 and t12, 0xf0, t3 # E : binary search for the address of the
393 cmovne t3,
[all...]
H A Dstrncpy_from_user.S45 mskqh t1, a1, t3 # e0 :
49 or t0, t3, t0 # e0 :
191 extql t2, a1, t3 # e0 : extract low bits for next time
196 mov t3, t1 # .. e1 :
291 cmpbge zero, t2, t3 # e0 :
293 andnot t8, t3, t8 # e0 :
319 and t12, 0xf0, t3 # binary search for the address of the
323 cmovne t3, 4, t3
326 addq t0, t3, t
[all...]
H A Dev6-stxcpy.S55 mskqh t1, a1, t3 # U :
60 or t0, t3, t1 # E : (stall)
200 extql t2, a1, t3 # U : extract low bits for next time (stall)
206 mov t3, t0 # E :
287 ornot t1, t2, t3 # E : (stall)
288 cmpbge zero, t3, t8 # E : is there a zero? (stall)
H A Dstxcpy.S44 mskqh t1, a1, t3 # e0 :
48 or t0, t3, t1 # e0 :
176 extql t2, a1, t3 # e0 : extract low bits for next time
181 mov t3, t0 # .. e1 :
257 ornot t1, t2, t3 # .. e1 :
258 cmpbge zero, t3, t8 # e0 : is there a zero?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_mont.c152 long long t3; local
156 t3 = rp[0] & 0177777;
157 t2 = (t3 * t2) & BN_MASK2;
193 BN_ULONG t1,t2,t3,t4; local
197 t3=ap[i+2];
201 rp[i+2]=t3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mont.c206 long long t3; local
210 t3 = rp[0] & 0177777;
211 t2 = (t3 * t2) & BN_MASK2;
247 BN_ULONG t1,t2,t3,t4; local
251 t3=ap[i+2];
255 rp[i+2]=t3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dfpga85e2c.c64 u32 t0 = src[0], t1 = src[1], t2 = src[2], t3 = src[3]; local
66 dst[0] = t0; dst[1] = t1; dst[2] = t2; dst[3] = t3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/prom/
H A Dcall_o32.S68 lw t3,(t0)
70 sw t3,(t1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_dev.h55 * t3 - Hello timer, send hello messages when it expires
75 unsigned long t3; /* Default value of t3 */ member in struct:dn_dev_parms
92 unsigned long t3; member in struct:dn_dev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest092.tcl37 set t3 $testdir/t3
173 dump_file_walk $dbcdr1 $t3 $checkfunc "-first" "-next"
211 dump_file_walk $dbcdr1 $t3 $checkfunc "-first" "-next"
H A Drep002.tcl133 set t3 $testdir/t3
138 filesort $t1 $t3
140 error_check_good diff_files($t2,$t3) [filecmp $t2 $t3] 0
H A Drep006.tcl117 set t3 $testdir/t3
H A Dtest021.tcl51 set t3 $testdir/t3
H A Dtest042.tcl74 set t3 $testdir/t3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha.works/
H A Dmul_add.pl63 ($t3,$o3)=&NR(2);
66 &cmpult($o3,$b3,$t3); &FR($b3);
69 &add($cc,$t3,$cc); &FR($t3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dmotion_est_mvi_asm.S73 t3: ref left label
91 ldq t3, 0(a1) # ref left
109 perr t3, t0, tc # error left
137 ldq t3, 8(a1) # ref right
162 perr t1, t3, t1 # error right
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dcopy_page_mck.S49 * | t2 | t3 | |
77 #define t3 r19 define
81 #define t7 t3 // alias!
123 add src1 = 3*8, in1 // first t3 src
125 add dst1 = 3*8, in0 // first t3 dst
149 (p[D]) st8 [dst1] = t3, 8 // M3
177 (p[D-1])ld8 t3 = [src1], 8
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dh264_deblock_sse2.asm499 mova t3, p0
501 paddb t3, q0
502 paddb t2, t3
503 mova t3, t2
515 paddb t3, t3
516 psubb t3, t2 ; p2+2*p1+2*p0+2*q0+q1
521 psrlw t3, 2
522 pavgb t3, mpb_00
523 pxor t3, t
[all...]

Completed in 334 milliseconds

1234567