Lines Matching full:aligned
44 * is aligned on either a 2-byte or 4-byte boundary.
48 bnez a5, 8f /* branch if 2-byte aligned */
112 /* uncommon case, buf is 2-byte aligned */
118 bnez a5, 8f /* branch if 1-byte aligned */
124 j 1b /* now buf is 4-byte aligned */
126 /* case: odd-byte aligned, len > 1
187 This function is optimized for 4-byte aligned addresses. Other
198 aligned case. Two bbsi.l instructions might seem more optimal
205 beqz a9, 1f /* branch if both are 4-byte aligned */
207 j 3f /* one address is 2-byte aligned */
210 /* _bbsi.l a10, 1, 3f */ /* branch if 2-byte-aligned address */
213 /* src and dst are both 4-byte aligned */
276 either src or dst is 2-byte aligned, and we process all bytes
326 add a10, a10, a2 /* a10 = end of last odd-aligned, 2-byte src chunk */