/sysdeps/x86/ |
A D | tst-string-rtm.h | 26 do_test_1 (const char *name, unsigned int loop, int (*prepare) (void), in do_test_1() argument 39 for (i = 0; i < loop; i++) in do_test_1() 61 double rate = 100 * ((double) naborts) / ((double) loop); in do_test_1() 64 rate, naborts, loop); in do_test_1()
|
/sysdeps/powerpc/powerpc32/power7/ |
A D | rawmemchr.S | 52 bt 29,L(loop) 59 b L(loop) /* We branch here (rather than falling through) 66 L(loop): 76 beq cr7,L(loop)
|
A D | strchrnul.S | 66 bt 29,L(loop) 75 b L(loop) /* We branch here (rather than falling through) 80 L(loop): 94 beq cr7,L(loop)
|
A D | strlen.S | 46 bt 29,L(loop) 57 L(loop): 68 beq cr7,L(loop)
|
/sysdeps/powerpc/powerpc64/power7/ |
A D | rawmemchr.S | 57 bt 28,L(loop) 64 b L(loop) /* We branch here (rather than falling through) 71 L(loop): 81 beq cr7,L(loop)
|
A D | strchrnul.S | 70 bt 28,L(loop) 79 b L(loop) /* We branch here (rather than falling through) 84 L(loop): 98 beq cr7,L(loop)
|
A D | strlen.S | 51 bt 28,L(loop) 62 L(loop): 73 beq cr7,L(loop)
|
/sysdeps/alpha/alphaev5/ |
A D | add_n.S | 38 subq $19,4,$19 # decr loop cnt 39 blt $19,.Lend2 # if less than 4 limbs, goto 2nd loop 40 # Start software pipeline for 1st loop 49 subq $19,4,$19 # decr loop cnt 58 # 1st loop handles groups of 4 limbs in a software pipeline 89 subq $19,4,$19 # decr loop cnt 97 # Finish software pipeline for 1st loop 115 .Lend2: addq $19,4,$19 # restore loop cnt 117 # Start software pipeline for 2nd loop 122 # 2nd loop handles remaining 1-3 limbs [all …]
|
A D | sub_n.S | 38 subq $19,4,$19 # decr loop cnt 39 blt $19,.Lend2 # if less than 4 limbs, goto 2nd loop 40 # Start software pipeline for 1st loop 49 subq $19,4,$19 # decr loop cnt 58 # 1st loop handles groups of 4 limbs in a software pipeline 89 subq $19,4,$19 # decr loop cnt 97 # Finish software pipeline for 1st loop 115 .Lend2: addq $19,4,$19 # restore loop cnt 117 # Start software pipeline for 2nd loop 122 # 2nd loop handles remaining 1-3 limbs [all …]
|
/sysdeps/pthread/ |
A D | tst-cond16.c | 35 bool loop = true; in tf() local 37 while (loop) in tf() 50 loop = false; in tf()
|
/sysdeps/ia64/ |
A D | strcmp.S | 40 .loop: label 48 (p6) br.cond.sptk .loop
|
A D | strncmp.S | 46 .loop: label 55 (p6) br.cond.sptk .loop
|
/sysdeps/alpha/alphaev67/ |
A D | strlen.S | 46 $loop: ldq $1, 8($0) # L : 49 beq $2, $loop # U :
|
A D | strcat.S | 47 $loop: ldq $1, 8($16) # L : 50 beq $2, $loop # U :
|
/sysdeps/i386/ |
A D | __longjmp.S | 62 L(loop): 67 ja L(loop) 124 L(loop): 129 ja L(loop)
|
/sysdeps/aarch64/ |
A D | strlen.S | 68 cbz synd, L(loop) 76 L(loop): 81 cbz synd, L(loop)
|
A D | strchrnul.S | 70 cbz tmp1, L(loop) 78 L(loop): 84 cbz tmp1, L(loop)
|
/sysdeps/mips/mips64/ |
A D | rshift.S | 45 and $9,$6,4-1 # number of limbs in first loop 46 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
|
A D | add_n.S | 47 and $9,$7,4-1 # number of limbs in first loop 48 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
|
A D | lshift.S | 48 and $9,$6,4-1 # number of limbs in first loop 49 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
|
A D | sub_n.S | 47 and $9,$7,4-1 # number of limbs in first loop 48 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
|
/sysdeps/sparc/sparc32/ |
A D | rshift.S | 34 andcc %o2,4-1,%g4 ! number of limbs in first loop 36 be LOC(0) ! if multiple of 4 limbs, skip first loop 39 sub %o2,%g4,%o2 ! adjust count for main loop 57 LOC(loop): 84 bne LOC(loop)
|
A D | lshift.S | 37 andcc %o2,4-1,%g4 ! number of limbs in first loop 39 be LOC(0) ! if multiple of 4 limbs, skip first loop 42 sub %o2,%g4,%o2 ! adjust count for main loop 60 LOC(loop): 87 bne LOC(loop)
|
/sysdeps/sparc/sparc64/ |
A D | rshift.S | 36 andcc %o2,4-1,%g4 ! number of limbs in first loop 38 be,pn %xcc,.L0 ! if multiple of 4 limbs, skip first loop 41 sub %o2,%g4,%o2 ! adjust count for main loop
|
/sysdeps/i386/i686/multiarch/ |
A D | strrchr-sse2-bsf.S | 77 jmp L(loop) 108 jmp L(loop) 142 jmp L(loop) 176 L(loop): 211 jz L(loop) 240 jmp L(loop)
|