Home | History | Annotate | Download | only in arm

Lines Matching refs:wd

47 @*    copies the array of width 'wd' and height 'ht' from the  location pointed
68 @* @param[in] wd
85 @ word32 wd)
93 @ r6 => wd
107 ldr r12,[sp,#48] @loads wd
114 tst r12,#15 @checks wd for multiples for 4 & 8
116 tst r12,#7 @checks wd for multiples for 4 & 8
124 subs r4,r12,#0 @checks wd == 0
136 subs r4,r4,#4 @(wd -4)
156 subs r4,r12,#0 @checks wd == 0
167 subs r4,r4,#4 @(wd -4)
178 subs r4,r12,#0 @checks wd
188 subs r4,r4,#8 @wd - 8(loop condition)
205 subs r4,r12,#0 @checks wd
215 @subs r4,r4,#8 @wd - 8(loop condition)
225 subs r4,r12,#0 @checks wd
235 subs r4,r4,#16 @wd - 16(loop condition)
252 subs r4,r12,#0 @checks wd
262 @subs r4,r4,#16 @wd - 16(loop condition)