Searched refs:t8 (Results 1 - 25 of 37) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure5213 for t8 in \
5221 if test "$curl_typeof_curl_off_t" = "unknown" && test ! -z "$t8"; then
5225 case `echo "$t8" | sed 's/[^a-zA-Z0-9_]/_/g'` in
5247 typedef $t8 curl_off_t;
5264 curl_typeof_curl_off_t="$t8"
5313 curl_typeof_curl_off_t="$t8"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Ddsputil_alpha_asm.S87 addq a0, a2, t8
89 addq t8, a2, t9
104 stq t2, 0(t8)
158 lda t8, -1
160 zap t8, 0xaa, t8 # 00ff00ff00ff00ff
176 minsw4 t0, t8, t0
178 minsw4 t1, t8, t1
179 minsw4 t2, t8, t2
180 minsw4 t3, t8, t
[all...]
H A Dmotion_est_mvi_asm.S79 t8: ref left label
99 ldq t8, 0(a1) # ref left
120 perr t8, t5, tc # error left
147 ldq t8, 0(a2) # left
170 perr t8, ta, t0 # error left
H A Dregdef.h53 #define t8 $22 /* more temps (caller-saved) */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfft.c300 FFTSample t1, t2, t3, t4, t5, t6, t7, t8; local
303 BF(t8, t6, z[3].re, z[2].re);
307 BF(z[3].im, z[1].im, t4, t8);
314 FFTSample t1, t2, t3, t4, t5, t6, t7, t8; local
322 BF(t8, t1, t3, t1);
327 BF(z[6].im, z[2].im, z[2].im, t8);
H A Dh264pred.c769 int t8, t9, t10, t11, t12, t13, t14, t15; \
773 } else t8=t9=t10=t11=t12=t13=t14=t15= SRC(7,-1);
843 SRC(0,6)=SRC(1,5)=SRC(2,4)=SRC(3,3)=SRC(4,2)=SRC(5,1)=SRC(6,0)= (t6 + 2*t7 + t8 + 2) >> 2;
844 SRC(0,7)=SRC(1,6)=SRC(2,5)=SRC(3,4)=SRC(4,3)=SRC(5,2)=SRC(6,1)=SRC(7,0)= (t7 + 2*t8 + t9 + 2) >> 2;
845 SRC(1,7)=SRC(2,6)=SRC(3,5)=SRC(4,4)=SRC(5,3)=SRC(6,2)=SRC(7,1)= (t8 + 2*t9 + t10 + 2) >> 2;
948 SRC(3,7)=SRC(4,5)=SRC(5,3)=SRC(6,1)= (t6 + 2*t7 + t8 + 2) >> 2;
949 SRC(4,6)=SRC(5,4)=SRC(6,2)=SRC(7,0)= (t7 + t8 + 1) >> 1;
950 SRC(4,7)=SRC(5,5)=SRC(6,3)=SRC(7,1)= (t7 + 2*t8 + t9 + 2) >> 2;
951 SRC(5,6)=SRC(6,4)=SRC(7,2)= (t8 + t9 + 1) >> 1;
952 SRC(5,7)=SRC(6,5)=SRC(7,3)= (t8
[all...]
H A Dvc1dsp.c87 register int t1,t2,t3,t4,t5,t6,t7,t8; local
101 t8 = t1 - t3;
111 dst[3] = (t8 + t4) >> 3;
112 dst[4] = (t8 - t4) >> 3;
132 t8 = t1 - t3;
142 dst[24] = (t8 + t4) >> 7;
143 dst[32] = (t8 - t4 + 1) >> 7;
158 register int t1,t2,t3,t4,t5,t6,t7,t8; local
173 t8 = t1 - t3;
183 dst[3] = (t8
215 register int t1,t2,t3,t4,t5,t6,t7,t8; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Didct_altivec.c49 t8 = vec_mradds (a1, vx1, vec_subs (zero, vx7)); \
58 t6 = vec_adds (t8, t3); \
59 t3 = vec_subs (t8, t3); \
60 t8 = vec_subs (t1, t7); \
68 t4 = vec_subs (t8, t3); \
69 t3 = vec_adds (t8, t3); \
86 vec_s16 t0, t1, t2, t3, t4, t5, t6, t7, t8; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dfft_mmx.asm67 pxor %3, [ps_m1p1 GLOBAL] ; {t8,t7}
86 subps %2, %3 ; {t3,t4,t8,t7}
89 shufps %3, %2, 0xbe ; {t6,t5,t7,t8}
110 addps %3, %5 ; {t8,t7,ta,t9}
112 shufps %6, %3, 0x36 ; {t3,t2,t9,t8}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsmallft.c276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
446 t8=t4;
449 ch2[t6++]+=ar2*c2[t8++];
525 t8=t4;
530 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1];
531 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1];
532 cc[i+t7]=ch[i+t8]+ch[i+t9];
533 cc[ic+t6]=ch[i+t9]-ch[i+t8];
537 t8+=ido;
557 t8
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
752 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dmips3.s410 sltu t8,ta0,t0
414 daddu v0,t8
424 sltu t8,ta2,t2
428 daddu v0,t8
452 sltu t8,ta0,t0
456 daddu v0,t8
473 sltu t8,ta2,t2
477 daddu v0,t8
509 sltu t8,t0,ta0
513 MOVNZ (t0,v0,t8)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-unistd.c37 intptr_t t8; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dmips3.s410 sltu t8,ta0,t0
414 daddu v0,t8
424 sltu t8,ta2,t2
428 daddu v0,t8
452 sltu t8,ta0,t0
456 daddu v0,t8
473 sltu t8,ta2,t2
477 daddu v0,t8
509 sltu t8,t0,ta0
513 MOVNZ (t0,v0,t8)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcmll_cbc.c72 u8 t8 [CAMELLIA_BLOCK_SIZE]; } tmp; member in union:__anon2906
130 memcpy(tmp.t8, in, CAMELLIA_BLOCK_SIZE);
137 out[n] = tmp.t8[n] ^ iv[n];
146 memcpy(tmp.t8, in, CAMELLIA_BLOCK_SIZE);
153 memcpy(ivec, tmp.t8, CAMELLIA_BLOCK_SIZE);
160 memcpy(tmp.t8, in, CAMELLIA_BLOCK_SIZE);
169 out[n] = tmp.t8[n];
170 memcpy(ivec, tmp.t8, CAMELLIA_BLOCK_SIZE);
181 tmp.t8[n] = in[n] ^ iv[n];
187 memcpy(out, tmp.t8, CAMELLIA_BLOCK_SIZ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dmipsinc.h56 #define t8 $24 /* caller saved */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_nautilus.c93 u8 t8; local
94 pci_bus_read_config_byte(bus, 0x38, 0x43, &t8);
95 pci_bus_write_config_byte(bus, 0x38, 0x43, t8 | 0x80);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-strncpy_from_user.S90 cmpbge zero, t2, t8 # E : bits set iff null found
93 bne t8, $a_eos # U : 2nd branch in a quad. Bad.
119 cmpbge zero, t0, t8 # E : Stall 2 cycles on t0
122 beq t8, $a_loop # U :
128 * the end-of-count bit is set in t8 iff it applies.
132 * t8 == the cmpbge mask that found it.
135 negq t8, t12 # E : find low bit set
136 and t8, t12, t12 # E :
143 or t12, t6, t8 # E :
144 zapnot t0, t8, t
[all...]
H A Dev6-stxcpy.S59 cmpbge zero, t2, t8 # E : bits set iff null found
61 bne t8, $a_eos # U : (stall)
76 cmpbge zero, t1, t8 # E : (3 cycle stall)
77 beq t8, $a_loop # U : (stall for t8)
82 t8 == the cmpbge mask that found it. */
84 negq t8, t6 # E : find low bit set
85 and t8, t6, t12 # E : (stall)
96 or t12, t6, t8 # E : (stall)
98 zap t0, t8, t
[all...]
H A Dev6-stxncpy.S67 cmpbge zero, t2, t8 # E : bits set iff null found
71 bne t8, $a_eos # U :
92 cmpbge zero, t0, t8 # E :
95 beq t8, $a_loop # U :
101 the end-of-count bit is set in t8 iff it applies.
105 t8 == the cmpbge mask that found it. */
108 negq t8, t12 # E : find low bit set
109 and t8, t12, t12 # E : (stall)
119 or t12, t6, t8 # E : (stall)
120 zapnot t0, t8, t
[all...]
H A Dev67-strrchr.S42 mov zero, t8 # E : t8 is last match byte compare mask
71 cmovne t3, t3, t8 # E : Latency=2, extra map slot
89 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
96 ctlz t8, t2 # U0 : Latency=3 (0x40 for t8=0)
99 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen
H A Dstrncpy_from_user.S48 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
51 bne t8, $a_eos # .. e1 :
62 cmpbge zero, t0, t8 # .. e1 (stall)
64 beq t8, $a_loop # e1 :
67 the end-of-count bit is set in t8 iff it applies.
71 t8 == the cmpbge mask that found it. */
74 negq t8, t12 # e0 : find low bit set
75 and t8, t12, t12 # e1 (stall)
86 or t12, t6, t8 # e0 :
88 zapnot t0, t8, t
[all...]
H A Dstrrchr.S24 mov zero, t8 # .. e1 : t8 is last match byte compare mask
46 cmovne t3, t3, t8 # e0 :
61 cmovne t3, t3, t8 # .. e1 : save it, if match found
68 beq t8, $retnull # .. e1 :
70 and t8, 0xf0, t2 # e0 : binary search for the high bit set
71 cmovne t2, t2, t8 # .. e1 (zdb)
73 and t8, 0xcc, t1 # .. e1 :
74 cmovne t1, t1, t8 # e0 :
76 and t8,
[all...]
H A Dstxcpy.S47 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
49 bne t8, $a_eos # .. e1 :
60 cmpbge zero, t1, t8 # e0 (stall)
61 beq t8, $a_loop # .. e1 (zdb)
66 t8 == the cmpbge mask that found it. */
68 negq t8, t6 # e0 : find low bit set
69 and t8, t6, t12 # e1 (stall)
81 or t12, t6, t8 # .. e1 :
82 zap t0, t8, t0 # e0 : clear dst bytes <= null
138 cmpbge zero, t6, t8 #
[all...]
H A Dstxncpy.S55 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
58 bne t8, $a_eos # .. e1 :
69 cmpbge zero, t0, t8 # .. e1 (stall)
71 beq t8, $a_loop # e1 :
74 the end-of-count bit is set in t8 iff it applies.
78 t8 == the cmpbge mask that found it. */
81 negq t8, t12 # e0 : find low bit set
82 and t8, t12, t12 # e1 (stall)
93 or t12, t6, t8 # e0 :
95 zapnot t0, t8, t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dcopy_page.S43 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH]
87 (p[0]) ld8 t8[0]=[src2],16
88 (EPI) st8 [tgt2]=t8[PIPE_DEPTH-1],16

Completed in 502 milliseconds

12