Home | History | Annotate | Download | only in string

Lines Matching refs:x7

142 	and	x7, x15, x11	/* are already aligned on a block boundary? */
143 cbz x7, .Lblock_aligned
145 sub x7, x10, x7 /* subtract offset from block length */
146 sub x2, x2, x7 /* subtract that from length */
147 asr x7, x7, #4 /* length -> N*16 */
161 cbz x7, .Lblock_aligned /* aligned? just branch */
164 tbz x7, #0, 0f /* fill 16byte? */
167 tbz x7, #1, 1f /* fill 32byte? */
171 lsr x7, x7, #2
172 cbz x7, 9f
174 sub x7, x7, #1
179 cbnz x7, .L64bytes_fill