/sysdeps/x86_64/ |
A D | strcspn.S | 52 testb %cl, %cl /* is NUL char? */ 56 movb 1(%rax), %cl /* get byte from skipset */ 57 testb $0xff, %cl /* is NUL char? */ 61 movb 2(%rax), %cl /* get byte from skipset */ 62 testb $0xff, %cl /* is NUL char? */ 69 testb $0xff, %cl /* is NUL char? */ 86 movb (%rax), %cl /* get byte from string */ 90 movb 1(%rax), %cl /* get byte from string */ 94 movb 2(%rax), %cl /* get byte from string */ 98 movb 3(%rax), %cl /* get byte from string */ [all …]
|
A D | strspn.S | 51 testb %cl, %cl /* is NUL char? */ 55 movb 1(%rax), %cl /* get byte from stopset */ 56 testb $0xff, %cl /* is NUL char? */ 60 movb 2(%rax), %cl /* get byte from stopset */ 61 testb $0xff, %cl /* is NUL char? */ 65 movb 3(%rax), %cl /* get byte from stopset */ 68 testb $0xff, %cl /* is NUL char? */ 85 movb (%rax), %cl /* get byte from string */ 89 movb 1(%rax), %cl /* get byte from string */ 93 movb 2(%rax), %cl /* get byte from string */ [all …]
|
A D | lshift.S | 25 #define cnt %cl 39 shld %cl, %r10, %rax 50 shld %cl, %r9, %rax 58 L(le1): shl %cl, %r9 67 shld %cl, %r8, %rax 74 L(le2): shld %cl, %r9, %r8 76 shl %cl, %r9 85 shld %cl, %r11, %rax 95 L(10): shld %cl, %r9, %r8 111 shld %cl, %r9, %r8 [all …]
|
A D | rshift.S | 25 #define cnt %cl 36 shrd %cl, %r10, %rax 48 shrd %cl, %r9, %rax 56 L(le1): shr %cl, %r9 65 shrd %cl, %r8, %rax 72 L(le2): shrd %cl, %r9, %r8 74 shr %cl, %r9 83 shrd %cl, %r11, %rax 93 L(10): shrd %cl, %r9, %r8 109 shrd %cl, %r9, %r8 [all …]
|
/sysdeps/i386/ |
A D | strpbrk.S | 179 testb %cl, %cl /* is NUL char? */ 183 movb 1(%eax), %cl /* get byte from stopset */ 184 testb $0xff, %cl /* is NUL char? */ 188 movb 2(%eax), %cl /* get byte from stopset */ 189 testb $0xff, %cl /* is NUL char? */ 196 testb $0xff, %cl /* is NUL char? */ 212 movb (%eax), %cl /* get byte from string */ 216 movb 1(%eax), %cl /* get byte from string */ 220 movb 2(%eax), %cl /* get byte from string */ 224 movb 3(%eax), %cl /* get byte from string */ [all …]
|
A D | strcspn.S | 178 testb %cl, %cl /* is NUL char? */ 182 movb 1(%eax), %cl /* get byte from stopset */ 183 testb $0xff, %cl /* is NUL char? */ 187 movb 2(%eax), %cl /* get byte from stopset */ 188 testb $0xff, %cl /* is NUL char? */ 192 movb 3(%eax), %cl /* get byte from stopset */ 195 testb $0xff, %cl /* is NUL char? */ 211 movb (%eax), %cl /* get byte from string */ 215 movb 1(%eax), %cl /* get byte from string */ 219 movb 2(%eax), %cl /* get byte from string */ [all …]
|
A D | strspn.S | 178 testb %cl, %cl /* is NUL char? */ 182 movb 1(%eax), %cl /* get byte from stopset */ 183 testb $0xff, %cl /* is NUL char? */ 187 movb 2(%eax), %cl /* get byte from stopset */ 188 testb $0xff, %cl /* is NUL char? */ 192 movb 3(%eax), %cl /* get byte from stopset */ 195 testb $0xff, %cl /* is NUL char? */ 211 movb (%eax), %cl /* get byte from string */ 215 movb 1(%eax), %cl /* get byte from string */ 219 movb 2(%eax), %cl /* get byte from string */ [all …]
|
A D | strchr.S | 59 movb (%eax), %cl /* load byte in question (we need it twice) */ 60 cmpb %cl, %dl /* compare byte */ 62 testb %cl, %cl /* is NUL? */ 69 cmpb %cl, %dl /* compare byte */ 71 testb %cl, %cl /* is NUL? */ 78 cmpb %cl, %dl /* compare byte */ 80 testb %cl, %cl /* is NUL? */ 258 L(7): testb %cl, %cl /* is first byte C? */ 260 cmpb %dl, %cl /* is first byte NUL? */ 271 testb %cl, %cl /* is third byte C? */ [all …]
|
A D | strchrnul.S | 61 movb (%eax), %cl /* load byte in question (we need it twice) */ 62 cmpb %cl, %dl /* compare byte */ 64 testb %cl, %cl /* is NUL? */ 71 cmpb %cl, %dl /* compare byte */ 73 testb %cl, %cl /* is NUL? */ 80 cmpb %cl, %dl /* compare byte */ 82 testb %cl, %cl /* is NUL? */ 248 L(7): testb %cl, %cl /* is first byte CHR? */ 250 cmpb %dl, %cl /* is first byte NUL? */ 261 testb %cl, %cl /* is third byte CHR? */ [all …]
|
A D | lshift.S | 50 shldl %cl,%ebx,%eax /* compute carry limb */ 61 shldl %cl,%ebx,%eax /* compute result limb */ 65 shldl %cl,%eax,%ebx 70 shll %cl,%eax /* compute least significant limb */ 89 L(end): shll %cl,%ebx /* compute least significant limb */
|
A D | rshift.S | 52 shrdl %cl,%ebx,%eax /* compute carry limb */ 63 shrdl %cl,%ebx,%eax /* compute result limb */ 67 shrdl %cl,%eax,%ebx 72 shrl %cl,%eax /* compute most significant limb */ 91 L(end): shrl %cl,%ebx /* compute most significant limb */
|
A D | strrchr.S | 46 movb %cl, %ch /* now it is 0|0|c|c */ 65 cmpb %dl, %cl /* compare byte */ 75 cmpb %dl, %cl /* compare byte */ 85 cmpb %dl, %cl /* compare byte */ 298 L(20): cmpb %cl, %dl /* is first byte == C? */ 304 cmpb %cl, %dh /* is second byte == C? */ 311 cmpb %cl, %dl /* is third byte == C */ 317 cmpb %cl, %dh /* is fourth byte == C */
|
/sysdeps/pthread/ |
A D | tst-cond23.c | 27 check (pthread_condattr_t *condattr, int pshared, clockid_t cl) in check() argument 35 if (cl != cl2) in check() 38 (int) cl2, (int) cl); in check() 59 run_test (clockid_t cl) in run_test() argument 63 printf ("clock = %d\n", (int) cl); in run_test() 83 if (pthread_condattr_setclock (&condattr, cl) != 0) in run_test() 89 if (check (&condattr, PTHREAD_PROCESS_SHARED, cl)) in run_test() 98 if (check (&condattr, PTHREAD_PROCESS_PRIVATE, cl)) in run_test() 110 if (pthread_condattr_setclock (&condattr, cl) != 0) in run_test() 116 if (check (&condattr, PTHREAD_PROCESS_PRIVATE, cl)) in run_test() [all …]
|
A D | tst-clock1.c | 29 clockid_t cl; in do_test() local 31 int e = pthread_getcpuclockid (pthread_self (), &cl); in do_test()
|
A D | tst-cancel4.c | 99 pthread_cleanup_push (cl, NULL); in tf_read() 131 pthread_cleanup_push (cl, NULL); in tf_readv() 164 pthread_cleanup_push (cl, NULL); in tf_write() 201 pthread_cleanup_push (cl, NULL); in tf_writev() 222 pthread_cleanup_push (cl, NULL); in tf_sleep() 240 pthread_cleanup_push (cl, NULL); in tf_usleep() 258 pthread_cleanup_push (cl, NULL); in tf_nanosleep() 294 pthread_cleanup_push (cl, NULL); in tf_select() 329 pthread_cleanup_push (cl, NULL); in tf_pselect() 362 pthread_cleanup_push (cl, NULL); in tf_poll() [all …]
|
A D | tst-tsd5.c | 27 cl (void *p) in cl() function 50 if (pthread_key_create (&k, cl) != 0) in do_test()
|
A D | tst-cancel20.c | 32 cl (void *arg) in cl() function 43 pthread_cleanup_push (cl, (void *) 1L); in sh_body() 59 pthread_cleanup_push (cl, (void *) 2L); in sh() 72 pthread_cleanup_push (cl, (void *) 3L); in tf_body() 96 pthread_cleanup_push (cl, (void *) 4L); in tf()
|
A D | tst-cancel28.c | 34 cl (void *arg) in cl() function 46 pthread_cleanup_push (cl, NULL); in thread_handler()
|
A D | tst-cancel21.c | 33 cl (void *arg) in cl() function 44 pthread_cleanup_push (cl, (void *) 1L); in sh_body() 60 pthread_cleanup_push (cl, (void *) 2L); in sh() 73 pthread_cleanup_push (cl, (void *) 3L); in tf_body() 208 pthread_cleanup_push (cl, (void *) 4L); in do_one_test()
|
/sysdeps/i386/i586/ |
A D | strchr.S | 69 movb %cl, %ch /* now %ecx is 0|0|c|c */ 76 movb %dl, %cl /* 0 is needed below */ 85 movb 1(%eax), %cl /* load single byte */ 88 cmpb %cl, %dl /* is byte == C? */ 91 cmpb $0, %cl /* is byte NUL? */ 101 cmpb %cl, %dl /* is byte == C? */ 104 cmpb $0, %cl /* is byte NUL? */ 311 cmpb %dl, %cl /* first byte == C? */ 315 cmpb $0, %cl /* first byte == NUL? */ 329 cmpb %dl, %cl /* third byte == C? */ [all …]
|
A D | lshift.S | 66 shldl %cl,%edx,%eax /* compute carry limb */ 84 shldl %cl,%eax,%ebp 85 shldl %cl,%edx,%eax 91 shldl %cl,%ebp,%edx 92 shldl %cl,%eax,%ebp 98 shldl %cl,%edx,%eax 99 shldl %cl,%ebp,%edx 105 shldl %cl,%eax,%ebp 106 shldl %cl,%edx,%eax 121 shldl %cl,%eax,%edx [all …]
|
A D | rshift.S | 63 shrdl %cl,%edx,%eax /* compute carry limb */ 81 shrdl %cl,%eax,%ebp 82 shrdl %cl,%edx,%eax 88 shrdl %cl,%ebp,%edx 89 shrdl %cl,%eax,%ebp 95 shrdl %cl,%edx,%eax 96 shrdl %cl,%ebp,%edx 102 shrdl %cl,%eax,%ebp 103 shrdl %cl,%edx,%eax 118 shrdl %cl,%eax,%edx /* compute result limb */ [all …]
|
/sysdeps/mach/hurd/htl/ |
A D | pt-mutexattr-setprioceiling.c | 27 pthread_mutexattr_setprioceiling (pthread_mutexattr_t *attrp, int cl) in pthread_mutexattr_setprioceiling() argument 30 (void) cl; in pthread_mutexattr_setprioceiling()
|
A D | pt-mutex-setprioceiling.c | 27 pthread_mutex_setprioceiling (pthread_mutex_t *mtxp, int cl, int *prp) in pthread_mutex_setprioceiling() argument 30 (void) cl; in pthread_mutex_setprioceiling()
|
/sysdeps/i386/i686/multiarch/ |
A D | strcmp-ssse3.S | 2116 test %cl, %cl 2438 test %cl, %cl 2459 test %cl, %cl 2480 test %cl, %cl 2501 test %cl, %cl 2522 test %cl, %cl 2543 test %cl, %cl 2564 test %cl, %cl 2585 test %cl, %cl 2607 test %cl, %cl [all …]
|