Searched refs:loop (Results 1 – 19 of 19) sorted by relevance
| /libc/string/ia64/ |
| A D | strcmp.S | 41 .loop: label 49 (p6) br.cond.sptk .loop
|
| A D | strncmp.S | 47 .loop: label 56 (p6) br.cond.sptk .loop
|
| A D | memcpy.S | 117 .loop##shift : \ 133 br.ctop.sptk.many .loop##shift \ 141 .loop##shift : \ 155 br.ctop.sptk.many .loop##shift \
|
| A D | memmove.S | 66 .loop##shift : \ 72 br.ctop.sptk .loop##shift ; \
|
| /libc/string/metag/ |
| A D | memcpy.S | 17 ! If there are less than 16 bytes to copy use the byte copy loop 51 ! blocks, then jump to the unaligned copy loop or fall through to the aligned 52 ! copy loop as appropriate. 57 BNZ $Lunaligned_copy ! if unaligned, use unaligned copy loop 76 ! If there are any remaining bytes use the byte copy loop, otherwise we are done 93 ! if there is no mis-alignment after all, use the aligned copy loop 104 BLT $Lunaligned_1_2_3 ! use 1-3 byte mis-alignment loop 105 BZ $Lunaligned_4 ! use 4 byte mis-alignment loop 116 ! Move data 4 bytes before we enter the main loop 181 ! address of the remaining bytes, and fall through to the byte copy loop.
|
| A D | memchr.S | 22 !! length must be greater than or equal to 8 for aligned loop 59 !! decrement loop counter
|
| /libc/string/arc/ |
| A D | strcpy.S | 36 loop: label 49 beq loop
|
| /libc/string/xtensa/ |
| A D | strcpy.S | 81 loop a8, .Lz3 /* loop forever (almost anyway) */ 136 loop a8, 2f /* loop forever (almost anyway) */
|
| A D | strncpy.S | 107 loop a8, 1f 159 loop a8, 1f /* loop forever (almost anyway) */ 223 loop a8, 2f /* loop forever (almost anyway) */
|
| A D | strlen.S | 72 loop a8, .Lz3 /* loop forever (almost anyway) */
|
| A D | strcmp.S | 91 loop a11, .Lretdiff /* loop forever (almost anyway) */ 131 loop a11, .Laligned_done /* Loop forever. */ 192 loop a11, .Leq /* loop forever */
|
| /libc/sysdeps/linux/hppa/ |
| A D | rshift.s | 43 L$loop: ldws,ma 4(%r25),%r22 49 addib,<> -1,%r24,L$loop
|
| A D | lshift.s | 46 L$loop: ldws,mb -4(%r25),%r22 52 addib,<> -1,%r24,L$loop
|
| /libc/string/sh/sh4/ |
| A D | memset.S | 57 ! Check if enough bytes need to be copied to be worth the big loop 59 cmp/gt r6,r0 ! (MT) 64 > len => slow loop
|
| A D | memcpy.S | 344 bf .Lcase00b ! 108 BR (big loop) 422 ! Size is at least 64 bytes, so will be going round the big loop at least once.
|
| /libc/sysdeps/linux/sparc/sparcv7/ |
| A D | udiv.S | 106 ! division loop will mess up the first time around.
|
| A D | urem.S | 106 ! division loop will mess up the first time around.
|
| A D | sdiv.S | 119 ! division loop will mess up the first time around.
|
| A D | rem.S | 119 ! division loop will mess up the first time around.
|
Completed in 97 milliseconds