Lines Matching refs:t0
30 # define t0 r18 macro
52 or t0=in0,in1
55 or t0=t0,in2
76 and t0=0x7,t0
79 cmp.ne p6,p0=t0,r0
183 and t0=-8,src // t0 = src & ~7
186 ld8 t0=[t0] // t0 = 1st source word
196 shr.u t0=t0,t2
202 or t0=t0,t1
206 (p3) st1 [dst]=t0,1
207 (p3) shr.u t0=t0,8
210 (p4) st2 [dst]=t0,2
211 (p4) shr.u t0=t0,16
214 (p5) st4 [dst]=t0,4
229 and t0=7,src // t0 = src & 7
237 cmp.ne p6,p0=t0,r0 // is src aligned, too?
238 shl t0=t0,LOG_LOOP_SIZE // t0 = 8*(src & 7)
241 add t4=t0,t4
260 (p5) st4 [dst]=t0,4
261 (p5) shr.u t0=t0,32
264 (p4) st2 [dst]=t0,2
265 (p4) shr.u t0=t0,16
268 (p3) st1 [dst]=t0
289 shrp t0=val[N-1],val[N-index],shift; \