Lines Matching refs:t0
32 # define t0 r18 macro
54 or t0=in0,in1
57 or t0=t0,in2
78 and t0=0x7,t0
81 cmp.ne p6,p0=t0,r0
185 and t0=-8,src // t0 = src & ~7
188 ld8 t0=[t0] // t0 = 1st source word
198 shr.u t0=t0,t2
204 or t0=t0,t1
208 (p3) st1 [dst]=t0,1
209 (p3) shr.u t0=t0,8
212 (p4) st2 [dst]=t0,2
213 (p4) shr.u t0=t0,16
216 (p5) st4 [dst]=t0,4
231 and t0=7,src // t0 = src & 7
239 cmp.ne p6,p0=t0,r0 // is src aligned, too?
240 shl t0=t0,LOG_LOOP_SIZE // t0 = 8*(src & 7)
243 add t4=t0,t4
262 (p5) st4 [dst]=t0,4
263 (p5) shr.u t0=t0,32
266 (p4) st2 [dst]=t0,2
267 (p4) shr.u t0=t0,16
270 (p3) st1 [dst]=t0
291 shrp t0=val[N-1],val[N-index],shift; \