Lines Matching full:18
35 ble $18, $nomoredata # U : done with the copy?
53 subq $18, 1, $18 # E : count--
58 ble $18, $nomoredata # U : done with the copy?
62 cmple $18, 127, $1 # E : Can we unroll the loop?
69 subq $18, 8, $18 # E : count -= 8
80 cmple $18, 127, $1 # E : Can we go through the unrolled loop?
108 subq $18, 192, $2 # E : At least two more trips to go?
125 subq $18, 64, $18 # E : count -= 64
130 cmple $18, 63, $1 # E : At least one more trip?
140 subq $18, 8, $18 # E : At least a quad left?
141 blt $18, $less_than_8 # U : Nope
147 subq $18, 8, $18 # E : count -= 8
153 bge $18, $move_a_quad # U :
158 addq $18, 8, $18 # E : add back for trailing bytes
159 ble $18, $nomoredata # U : All-done
165 subq $18, 1, $18 # E : count--
172 bgt $18, $tail_bytes # U : more to be done?
188 ble $18, $nomoredata # U :
190 subq $18, 1, $18 # E : count--
200 subq $18, 8, $18 # E : At least a quad left?
201 blt $18, $misalign_tail # U : Nope
211 subq $18, 8, $18 # E : count -= 8
217 bge $18, $mis_quad # U : More quads to move
222 addq $18, 8, $18 # E : account for tail stuff
223 ble $18, $nomoredata # U :
229 subq $18, 1, $18 # E : count--
235 bgt $18, $misalign_byte # U : more to go?