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
110 ldr r12,[sp,#wd_offset] @loads wd
117 tst r12,#15 @checks wd for multiples for 4 & 8
119 tst r12,#7 @checks wd for multiples for 4 & 8
127 subs r4,r12,#0 @checks wd == 0
139 subs r4,r4,#4 @(wd -4)
159 subs r4,r12,#0 @checks wd == 0
170 subs r4,r4,#4 @(wd -4)
181 subs r4,r12,#0 @checks wd
191 subs r4,r4,#8 @wd - 8(loop condition)
208 subs r4,r12,#0 @checks wd
218 @subs r4,r4,#8 @wd - 8(loop condition)
228 subs r4,r12,#0 @checks wd
238 subs r4,r4,#16 @wd - 16(loop condition)
255 subs r4,r12,#0 @checks wd
265 @subs r4,r4,#16 @wd - 16(loop condition)