Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 134) sorted by relevance

123456

/sysdeps/x86/
A Dtst-string-rtm.h26 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 Drawmemchr.S52 bt 29,L(loop)
59 b L(loop) /* We branch here (rather than falling through)
66 L(loop):
76 beq cr7,L(loop)
A Dstrchrnul.S66 bt 29,L(loop)
75 b L(loop) /* We branch here (rather than falling through)
80 L(loop):
94 beq cr7,L(loop)
A Dstrlen.S46 bt 29,L(loop)
57 L(loop):
68 beq cr7,L(loop)
/sysdeps/powerpc/powerpc64/power7/
A Drawmemchr.S57 bt 28,L(loop)
64 b L(loop) /* We branch here (rather than falling through)
71 L(loop):
81 beq cr7,L(loop)
A Dstrchrnul.S70 bt 28,L(loop)
79 b L(loop) /* We branch here (rather than falling through)
84 L(loop):
98 beq cr7,L(loop)
A Dstrlen.S51 bt 28,L(loop)
62 L(loop):
73 beq cr7,L(loop)
/sysdeps/alpha/alphaev5/
A Dadd_n.S38 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 Dsub_n.S38 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 Dtst-cond16.c35 bool loop = true; in tf() local
37 while (loop) in tf()
50 loop = false; in tf()
/sysdeps/ia64/
A Dstrcmp.S40 .loop: label
48 (p6) br.cond.sptk .loop
A Dstrncmp.S46 .loop: label
55 (p6) br.cond.sptk .loop
/sysdeps/alpha/alphaev67/
A Dstrlen.S46 $loop: ldq $1, 8($0) # L :
49 beq $2, $loop # U :
A Dstrcat.S47 $loop: ldq $1, 8($16) # L :
50 beq $2, $loop # U :
/sysdeps/i386/
A D__longjmp.S62 L(loop):
67 ja L(loop)
124 L(loop):
129 ja L(loop)
/sysdeps/aarch64/
A Dstrlen.S68 cbz synd, L(loop)
76 L(loop):
81 cbz synd, L(loop)
A Dstrchrnul.S70 cbz tmp1, L(loop)
78 L(loop):
84 cbz tmp1, L(loop)
/sysdeps/mips/mips64/
A Drshift.S45 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 Dadd_n.S47 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 Dlshift.S48 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 Dsub_n.S47 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 Drshift.S34 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 Dlshift.S37 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 Drshift.S36 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 Dstrrchr-sse2-bsf.S77 jmp L(loop)
108 jmp L(loop)
142 jmp L(loop)
176 L(loop):
211 jz L(loop)
240 jmp L(loop)

Completed in 15 milliseconds

123456