Lines Matching defs:aligned
1136 // Our stack is currently aligned. We have have to push something along with
3321 Label lastb, unaligned, aligned, chkw, loop16w, chk1w, wordCopy_loop,
3355 // have the same alignment (but are not actually aligned) do a partial
3356 // load/store to make them aligned. If they are both already aligned
3357 // we can start copying at aligned.
3364 __ beq(a3, zero_reg, &aligned); // Already aligned.
3378 // Now dst/src are both aligned to (word) aligned addresses. Set a2 to
3382 __ bind(&aligned);
3461 // Here we have src and dest word-aligned but less than 64-bytes to go.
3521 // Unaligned case. Only the dst gets aligned so we need to do partial
3523 // have aligned the destination).
3545 // Now the dst (but not the source) is aligned. Set a2 to count how many