Home | History | Annotate | Download | only in arm

Lines Matching refs:wd

26 @*   copies the array of width 'wd' and height 'ht' from the  location pointed
47 @* @param[in] wd
64 @ word32 wd )
72 @ r12 => wd
91 ldr r12,[sp,#wd_offset] @loads wd
95 tst r12,#15 @checks wd for multiples for 4 & 8
97 tst r12,#7 @checks wd for multiples for 4 & 8
102 subs r4,r12,#0 @checks wd == 0
114 subs r4,r4,#4 @(wd -4)
137 subs r4,r12,#0 @checks wd
147 subs r4,r4,#8 @wd - 8(loop condition)
167 subs r4,r12,#0 @checks wd
177 subs r4,r4,#16 @wd - 8(loop condition)