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

12

/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/linux/linux-2.6/arch/alpha/lib/
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-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-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 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 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...]
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 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 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsbsdram.S84 * t8: - - x tmp
716 * Uses a1, a2, t7, t8, t9 (here and by calling sb_core_reset)
734 andi t8,t1,0xf0 # Find out the CAS latency
735 bne t8,0x20,1f
742 li t8,KSEG1ADDR(SI_ENUM_BASE) # Get package options
743 lw a1,CC_CHIPID(t8) # Get chipid
747 addi t8,SBCONFIGOFF # Get corerev for chipcommon
748 lw a2,SBIDHIGH(t8)
749 li t8,SBIDH_RCE_MASK
750 and t8,t
[all...]
H A Daisdram.S936 li t8,AIRC_RESET
938 sw t8,AI_RESETCTRL(a2)
941 lw t8,AI_RESETCTRL(a2)
942 lw t8,AI_RESETCTRL(a2)
943 lw t8,AI_RESETCTRL(a2)
946 li t8,0
947 sw t8,AI_RESETCTRL(a2)
950 lw t8,AI_RESETCTRL(a2)
951 lw t8,AI_RESETCTRL(a2)
952 lw t8,AI_RESETCTR
[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/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dregdef.h53 #define t8 $22 /* more temps (caller-saved) */ macro
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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dregdef.h31 #define t8 $22 /* more temps (caller-saved) */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dcsum_partial.S94 sltiu t8, a1, 0x8
95 bnez t8, small_csumcpy /* < 8 bytes to copy */
102 andi t8, src, 0x2
111 andi t8, src, 0x2
114 beqz t8, dword_align
115 sltiu t8, a1, 56
120 sltiu t8, a1, 56
124 bnez t8, do_end_words
125 move t8, a1
127 andi t8, sr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dregdef.h44 #define t8 $24 /* caller saved */ macro
87 #define t8 $24 /* caller saved */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dregdef.h44 #define t8 $24 /* caller saved */ macro
87 #define t8 $24 /* caller saved */ macro
/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
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...]
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);
/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/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/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);

Completed in 262 milliseconds

12