Lines Matching refs:tmp1
30 #define tmp1 r19 macro
45 extru d_addr,31,2,tmp1 /* Extract the low two bits of the dest address. */
46 combt,= tmp1,r0,dont_mask
49 sh3add tmp1,r0,save /* build mask based on tmp1 */
73 extru s_addr,31,2,tmp1 /* Extract the low two bits of the source address. */
75 … sub,= tmp6,tmp1,tmp3 /* Compute the shift quantity and don't branch if tmp6=tmp1. */
81 ldwm 4(0,s_addr),tmp1 /* tmp1 = *s_addr s_addr += 4 (DELAY SLOT) */
85 or save,tmp1,tmp1
86 uxor,nbz tmp1,r0,save
94 stbys,b,m tmp1,4(d_addr)
95 ldwm 4(s_addr),tmp1
98 uxor,nbz tmp1,r0,save
104 … ldwm 4(0,s_addr),tmp1 /* load up the first word from the source. tmp1 = *s_addr++ */
108 vshd tmp1,tmp2,tmp3 /* position data ! (delay slot) */
119 vshd tmp1,tmp2,tmp3
125 ldwm 4(0,s_addr),tmp1 /* get next word ! */
126 vshd tmp2,tmp1,tmp3 /* position data ! */