id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:5 | jnz L(exit)
pcmpeqb (%eax), %xmm1
pmovmskb %xmm1, %edx
test %edx, %edx
lea 16(%eax), %eax
jnz L(exit)
pcmpeqb (%eax), %xmm2
pmovmskb %xmm2, %edx
test %edx, %edx
lea 16(%eax), %eax
jnz L(exit)
pcmpeqb (%eax), %xmm3
pmovmskb %xmm3, %edx
test %edx, %edx
lea 16(%eax), %eax
jnz L(exit)
# ifdef USE_AS_STRN... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 161 | 220 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:6 | lea 16(%eax), %eax
jnz L(exit)
pcmpeqb (%eax), %xmm3
pmovmskb %xmm3, %edx
test %edx, %edx
lea 16(%eax), %eax
jnz L(exit)
# ifdef USE_AS_STRNLEN
sub $64, %edi
jbe L(len_less64)
# endif
pcmpeqb (%eax), %xmm0
pmovmskb %xmm0, %edx
test %edx, %edx
lea 16(%eax), %eax
jnz L(exit)
pcmpeqb (%eax), %xmm1
pmovm... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 201 | 260 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:7 | and $63, %edx
add %edx, %edi
# endif
and $-0x40, %eax
.p2align 4
L(aligned_64_loop):
# ifdef USE_AS_STRNLEN
sub $64, %edi
jbe L(len_less64)
# endif
movaps (%eax), %xmm0
movaps 16(%eax), %xmm1
movaps 32(%eax), %xmm2
movaps 48(%eax), %xmm6
pminub %xmm1, %xmm0
pminub %xmm6, %xmm2
pminub %xmm0, %xmm2
pcmpeqb... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 241 | 300 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:8 | lea -16(%ecx), %ecx
jnz L(exit)
pcmpeqb %xmm6, %xmm3
pmovmskb %xmm3, %edx
lea -16(%ecx), %ecx
L(exit):
sub %ecx, %eax
test %dl, %dl
jz L(exit_high)
mov %dl, %cl
and $15, %cl
jz L(exit_8)
test $0x01, %dl
jnz L(exit_tail0)
test $0x02, %dl
jnz L(exit_tail1)
test $0x04, %dl
jnz L(exit_tail2)
add $3, %eax... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 281 | 340 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:9 | jnz L(exit_tail8)
test $0x02, %dh
jnz L(exit_tail9)
test $0x04, %dh
jnz L(exit_tail10)
add $11, %eax
RETURN
.p2align 4
L(exit_high_8):
test $0x10, %dh
jnz L(exit_tail12)
test $0x20, %dh
jnz L(exit_tail13)
test $0x40, %dh
jnz L(exit_tail14)
add $15, %eax
L(exit_tail0):
RETURN
# ifdef USE_AS_STRNLEN
.p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 321 | 380 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:10 | test %edx, %edx
jnz L(strnlen_exit)
sub $16, %edi
jbe L(return_start_len)
pcmpeqb (%eax), %xmm0
pmovmskb %xmm0, %edx
lea 16(%eax), %eax
test %edx, %edx
jnz L(strnlen_exit)
sub $16, %edi
jbe L(return_start_len)
pcmpeqb (%eax), %xmm1
pmovmskb %xmm1, %edx
lea 16(%eax), %eax
test %edx, %edx
jnz L(strnlen... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 361 | 420 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:11 | jb L(return_start_len)
lea 3(%eax), %eax
RETURN
.p2align 4
L(strnlen_exit_8):
test $0x10, %dl
jnz L(strnlen_exit_tail4)
test $0x20, %dl
jnz L(strnlen_exit_tail5)
test $0x40, %dl
jnz L(strnlen_exit_tail6)
sub $8, %edi
jb L(return_start_len)
lea 7(%eax), %eax
RETURN
.p2align 4
L(strnlen_exit_high):
mov %... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 401 | 460 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:12 | jnz L(strnlen_exit_tail14)
sub $16, %edi
jb L(return_start_len)
lea 15(%eax), %eax
RETURN
.p2align 4
L(strnlen_exit_tail1):
sub $2, %edi
jb L(return_start_len)
lea 1(%eax), %eax
RETURN
.p2align 4
L(strnlen_exit_tail2):
sub $3, %edi
jb L(return_start_len)
lea 2(%eax), %eax
RETURN
.p2align 4
L(strnlen_e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 441 | 500 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:13 | .p2align 4
L(strnlen_exit_tail8):
sub $9, %edi
jb L(return_start_len)
lea 8(%eax), %eax
RETURN
.p2align 4
L(strnlen_exit_tail9):
sub $10, %edi
jb L(return_start_len)
lea 9(%eax), %eax
RETURN
.p2align 4
L(strnlen_exit_tail10):
sub $11, %edi
jb L(return_start_len)
lea 10(%eax), %eax
RETURN
.p2align 4
L(... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 481 | 540 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:14 | lea 14(%eax), %eax
RETURN
.p2align 4
L(return_start_len):
movl LEN(%esp), %eax
RETURN
/* for prolog only */
.p2align 4
L(len_less4_prolog):
xor %eax, %eax
add $4, %edi
jz L(exit_tail0)
cmpb $0, (%edx)
jz L(exit_tail0)
cmp $1, %edi
je L(exit_tail1)
cmpb $0, 1(%edx)
jz L(exit_tail1)
cmp $2, %edi
je ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 521 | 580 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:15 | cmpb $0, 4(%edx)
jz L(exit_tail4)
cmp $1, %edi
je L(exit_tail5)
cmpb $0, 5(%edx)
jz L(exit_tail5)
cmp $2, %edi
je L(exit_tail6)
cmpb $0, 6(%edx)
jz L(exit_tail6)
cmp $3, %edi
je L(exit_tail7)
cmpb $0, 7(%edx)
jz L(exit_tail7)
mov $8, %eax
RETURN
.p2align 4
L(len_less12_prolog):
add $4, %edi
cmpb... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 561 | 620 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:16 | cmpb $0, 11(%edx)
jz L(exit_tail11)
mov $12, %eax
RETURN
.p2align 4
L(len_less16_prolog):
add $4, %edi
cmpb $0, 12(%edx)
jz L(exit_tail12)
cmp $1, %edi
je L(exit_tail13)
cmpb $0, 13(%edx)
jz L(exit_tail13)
cmp $2, %edi
je L(exit_tail14)
cmpb $0, 14(%edx)
jz L(exit_tail14)
cmp $3, %edi
je L(exit_tai... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 601 | 660 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:17 | L(exit_tail3):
add $3, %eax
RETURN
L(exit_tail4):
add $4, %eax
RETURN
L(exit_tail5):
add $5, %eax
RETURN
L(exit_tail6):
add $6, %eax
RETURN
L(exit_tail7):
add $7, %eax
RETURN
L(exit_tail8):
add $8, %eax
RETURN
L(exit_tail9):
add $9, %eax
RETURN
L(exit_tail10):
add $10, %eax
RETURN
L(exit_tail11)... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 641 | 695 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:18 | L(exit_tail13):
add $13, %eax
RETURN
L(exit_tail14):
add $14, %eax
RETURN
L(exit_tail15):
add $15, %eax
# ifndef USE_AS_STRCAT
RETURN
END (STRLEN)
# endif
#endif | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strlen-sse2.S | 681 | 695 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:1 | /* strlen with SSE2
Copyright (C) 2010-2020 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/strlen-sse2.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:1 | /* strlen with SSE2
Copyright (C) 2010-2019 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/strlen-sse2.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:1 | /* strlen with SSE2
Copyright (C) 2010-2019 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/strlen-sse2.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:1 | /* strlen with SSE2
Copyright (C) 2010-2018 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/strlen-sse2.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:1 | /* strlen with SSE2
Copyright (C) 2010-2017 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/strlen-sse2.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:1 | /* strlen with SSE2
Copyright (C) 2010-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/strlen-sse2.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen-sse2.S:1 | /* strlen with SSE2
Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen-sse2.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/strlen-sse2.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen.S:1 | /* Multiple versions of strlen
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen.S:1 | /* Multiple versions of strlen
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2009-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen.S:1 | /* Multiple versions of strlen
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2009-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen.S | LGPL-2.1 | 1aee37a22e3977de7a89e734e0a1e112f52045f2 | github | libc | https://github.com/bminor/glibc/blob/1aee37a22e3977de7a89e734e0a1e112f52045f2/sysdeps/i386/i686/multiarch/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen.S:1 | /* Multiple versions of strlen
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2009-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strlen.S:2 | leal __strlen_sse2_bsf@GOTOFF(%ebx), %eax
testl $bit_Slow_BSF, FEATURE_OFFSET+index_Slow_BSF+__cpu_features@GOTOFF(%ebx)
jz 2f
leal __strlen_sse2@GOTOFF(%ebx), %eax
2: popl %ebx
cfi_adjust_cfa_offset (-4);
cfi_restore (ebx)
ret
END(strlen)
# undef ENTRY
# define ENTRY(name) \
.type __strlen_ia32, @function; \
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strlen.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/strlen.S | 41 | 69 |
bminor/glibc:sysdeps/i386/i686/multiarch/strncase.S:1 | /* Entry point for multi-version x86 strncasecmp.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2011-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesse... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strncase.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/strncase.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/multiarch/strncase.S:1 | /* Entry point for multi-version x86 strncasecmp.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2011-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesse... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strncase.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/strncase.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/multiarch/strncase.S:1 | /* Entry point for multi-version x86 strncasecmp.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2011-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesse... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strncase.S | LGPL-2.1 | 1aee37a22e3977de7a89e734e0a1e112f52045f2 | github | libc | https://github.com/bminor/glibc/blob/1aee37a22e3977de7a89e734e0a1e112f52045f2/sysdeps/i386/i686/multiarch/strncase.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/multiarch/strncase.S:1 | /* Entry point for multi-version x86 strncasecmp.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2011-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesse... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strncase.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/strncase.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strncase.S:2 | jnz 2f
leal __strncasecmp_sse4_2@GOTOFF(%ebx), %eax
2: popl %ebx
cfi_adjust_cfa_offset (-4)
cfi_restore (ebx)
ret
END(__strncasecmp)
#else
.text
ENTRY(__strncasecmp)
.type __strncasecmp, @gnu_indirect_function
cmpl $0, KIND_OFFSET+__cpu_features
jne 1f
call __init_cpu_features
1: leal __strncasecmp_ia32, %eax
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strncase.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/strncase.S | 41 | 68 |
bminor/glibc:sysdeps/i386/i686/multiarch/strnlen.S:1 | /* Multiple versions of strnlen
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the ter... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strnlen.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/strnlen.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/multiarch/strnlen.S:1 | /* Multiple versions of strnlen
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2011-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the ter... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strnlen.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/strnlen.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/multiarch/strnlen.S:1 | /* Multiple versions of strnlen
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2011-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the ter... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strnlen.S | LGPL-2.1 | 1aee37a22e3977de7a89e734e0a1e112f52045f2 | github | libc | https://github.com/bminor/glibc/blob/1aee37a22e3977de7a89e734e0a1e112f52045f2/sysdeps/i386/i686/multiarch/strnlen.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/multiarch/strnlen.S:1 | /* Multiple versions of strnlen
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2011-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the ter... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strnlen.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/strnlen.S | 1 | 46 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strpbrk-ia32.S:1 | /* strpbrk optimized for i686.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Lice... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strpbrk-ia32.S | LGPL-2.1 | 973da22a356ed072133562e6f1ecd833c31fa9a0 | github | libc | https://github.com/bminor/glibc/blob/973da22a356ed072133562e6f1ecd833c31fa9a0/sysdeps/i386/i686/multiarch/strpbrk-ia32.S | 1 | 33 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-ia32.S:1 | /* strrchr optimized for i686.
Copyright (C) 2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; eit... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-ia32.S | LGPL-2.1 | 973da22a356ed072133562e6f1ecd833c31fa9a0 | github | libc | https://github.com/bminor/glibc/blob/973da22a356ed072133562e6f1ecd833c31fa9a0/sysdeps/i386/i686/multiarch/strrchr-ia32.S | 1 | 35 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:2 | mov STR1(%esp), %ecx
movd STR2(%esp), %xmm1
PUSH (%edi)
pxor %xmm2, %xmm2
mov %ecx, %edi
punpcklbw %xmm1, %xmm1
punpcklbw %xmm1, %xmm1
/* ECX has OFFSET. */
and $63, %ecx
cmp $48, %ecx
pshufd $0, %xmm1, %xmm1
ja L(crosscashe)
/* unaligned string. */
movdqu (%edi), %xmm0
pcmpeqb %xmm0, %xmm2
pcmpeqb %xmm... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:3 | .p2align 4
L(unaligned_return_value1):
bsf %edx, %ecx
mov $2, %edx
shl %cl, %edx
sub $1, %edx
and %edx, %eax
jz L(return_null)
bsr %eax, %eax
add %edi, %eax
POP (%edi)
ret
CFI_PUSH (%edi)
.p2align 4
L(unaligned_match1):
test %edx, %edx
jnz L(unaligned_return_value1)
PUSH (%esi)
PUSH (%ebx)
mov %eax,... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:4 | pcmpeqb %xmm1, %xmm0
/* Find where NULL is. */
pmovmskb %xmm3, %edx
/* Check if there is a match. */
pmovmskb %xmm0, %eax
/* Remove the leading bytes. */
shr %cl, %edx
shr %cl, %eax
test %eax, %eax
jnz L(unaligned_match)
test %edx, %edx
jnz L(return_null)
add $16, %edi
PUSH (%esi)
PUSH (%ebx)
xor... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 121 | 180 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:5 | .p2align 4
L(unaligned_match):
test %edx, %edx
jnz L(unaligned_return_value)
PUSH (%esi)
PUSH (%ebx)
mov %eax, %ebx
add $16, %edi
lea (%edi, %ecx), %esi
/* Loop start on aligned string. */
.p2align 4
L(loop):
movdqa (%edi), %xmm0
pcmpeqb %xmm0, %xmm2
add $16, %edi
pcmpeqb %xmm1, %xmm0
pmovmskb %xmm2, %... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 161 | 220 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:6 | or %eax, %ecx
jnz L(matches)
movdqa (%edi), %xmm0
pcmpeqb %xmm0, %xmm2
add $16, %edi
pcmpeqb %xmm1, %xmm0
pmovmskb %xmm2, %ecx
pmovmskb %xmm0, %eax
or %eax, %ecx
jz L(loop)
L(matches):
test %eax, %eax
jnz L(match)
L(return_value):
test %ebx, %ebx
jz L(return_null_1)
bsr %ebx, %eax
add %esi, %eax
POP ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 201 | 260 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:7 | .p2align 4
L(return_value_1):
bsf %ecx, %ecx
mov $2, %edx
shl %cl, %edx
sub $1, %edx
and %edx, %eax
jz L(return_value)
POP (%ebx)
POP (%esi)
bsr %eax, %eax
add %edi, %eax
sub $16, %eax
POP (%edi)
ret
CFI_PUSH (%edi)
/* Return NULL. */
.p2align 4
L(return_null):
xor %eax, %eax
POP (%edi)
ret
CFI_... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 241 | 281 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2021 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:3 | CFI_POP (%ebx)
.p2align 4
L(unaligned_return_value1):
bsf %edx, %ecx
mov $2, %edx
shl %cl, %edx
sub $1, %edx
and %edx, %eax
jz L(return_null)
bsr %eax, %eax
add %edi, %eax
POP (%edi)
ret
CFI_PUSH (%edi)
.p2align 4
L(unaligned_match1):
test %edx, %edx
jnz L(unaligned_return_value1)
PUSH (%esi)
PUSH (... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:4 | pcmpeqb %xmm0, %xmm3
pcmpeqb %xmm1, %xmm0
/* Find where NULL is. */
pmovmskb %xmm3, %edx
/* Check if there is a match. */
pmovmskb %xmm0, %eax
/* Remove the leading bytes. */
shr %cl, %edx
shr %cl, %eax
test %eax, %eax
jnz L(unaligned_match)
test %edx, %edx
jnz L(return_null)
add $16, %edi
PUSH (%e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 121 | 180 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:5 | CFI_PUSH (%edi)
.p2align 4
L(unaligned_match):
test %edx, %edx
jnz L(unaligned_return_value)
PUSH (%esi)
PUSH (%ebx)
mov %eax, %ebx
add $16, %edi
lea (%edi, %ecx), %esi
/* Loop start on aligned string. */
.p2align 4
L(loop):
movdqa (%edi), %xmm0
pcmpeqb %xmm0, %xmm2
add $16, %edi
pcmpeqb %xmm1, %xmm0
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 161 | 220 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:6 | pmovmskb %xmm0, %eax
or %eax, %ecx
jnz L(matches)
movdqa (%edi), %xmm0
pcmpeqb %xmm0, %xmm2
add $16, %edi
pcmpeqb %xmm1, %xmm0
pmovmskb %xmm2, %ecx
pmovmskb %xmm0, %eax
or %eax, %ecx
jz L(loop)
L(matches):
test %eax, %eax
jnz L(match)
L(return_value):
test %ebx, %ebx
jz L(return_null_1)
bsr %ebx, %eax
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 201 | 260 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:7 | jmp L(loop)
.p2align 4
L(return_value_1):
bsf %ecx, %ecx
mov $2, %edx
shl %cl, %edx
sub $1, %edx
and %edx, %eax
jz L(return_value)
POP (%ebx)
POP (%esi)
bsr %eax, %eax
add %edi, %eax
sub $16, %eax
POP (%edi)
ret
CFI_PUSH (%edi)
/* Return NULL. */
.p2align 4
L(return_null):
xor %eax, %eax
POP (%ed... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 241 | 282 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2020 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2019 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2019 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2018 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:1 | /* strrchr with SSE2 with bsf and bsr
Copyright (C) 2011-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:1 | /* strrchr SSE2 without bsf and bsr
Copyright (C) 2011-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Found... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:2 | atom_text_section
ENTRY (__strrchr_sse2)
ENTRANCE
mov STR1(%esp), %ecx
movd STR2(%esp), %xmm1
pxor %xmm2, %xmm2
mov %ecx, %edi
punpcklbw %xmm1, %xmm1
punpcklbw %xmm1, %xmm1
/* ECX has OFFSET. */
and $63, %ecx
cmp $48, %ecx
pshufd $0, %xmm1, %xmm1
ja L(crosscache)
/* unaligned string. */
movdqu (%edi), %... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:3 | CFI_POP (%esi)
CFI_POP (%ebx)
.p2align 4
L(unaligned_match1):
test %ecx, %ecx
jnz L(prolog_find_zero_1)
PUSH (%esi)
PUSH (%ebx)
mov %eax, %ebx
mov %edi, %esi
and $-16, %edi
jmp L(loop)
CFI_POP (%esi)
CFI_POP (%ebx)
.p2align 4
L(crosscache):
/* Hancle unaligned string. */
and $15, %ecx
and $-16, %ed... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:4 | test %edx, %edx
jnz L(return_null)
PUSH (%esi)
PUSH (%ebx)
xor %ebx, %ebx
jmp L(loop)
CFI_POP (%esi)
CFI_POP (%ebx)
.p2align 4
L(unaligned_match):
test %edx, %edx
jnz L(prolog_find_zero)
PUSH (%esi)
PUSH (%ebx)
mov %eax, %ebx
lea (%edi, %ecx), %esi
/* Loop start on aligned string. */
.p2align 4
L... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 121 | 180 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:5 | pmovmskb %xmm2, %ecx
pmovmskb %xmm0, %eax
or %eax, %ecx
jnz L(matches)
movdqa (%edi), %xmm0
pcmpeqb %xmm0, %xmm2
add $16, %edi
pcmpeqb %xmm1, %xmm0
pmovmskb %xmm2, %ecx
pmovmskb %xmm0, %eax
or %eax, %ecx
jnz L(matches)
movdqa (%edi), %xmm0
pcmpeqb %xmm0, %xmm2
add $16, %edi
pcmpeqb %xmm1, %xmm0
pmovms... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 161 | 220 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:6 | .p2align 4
L(return_null_1):
POP (%ebx)
POP (%esi)
xor %eax, %eax
RETURN
CFI_PUSH (%ebx)
CFI_PUSH (%esi)
.p2align 4
L(match):
pmovmskb %xmm2, %ecx
test %ecx, %ecx
jnz L(find_zero)
mov %eax, %ebx
mov %edi, %esi
jmp L(loop)
.p2align 4
L(find_zero):
test %cl, %cl
jz L(find_zero_high)
mov %cl, %dl
and... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 201 | 260 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:7 | CFI_PUSH (%ebx)
CFI_PUSH (%esi)
.p2align 4
L(find_zero_8):
test $0x10, %cl
jnz L(FindZeroExit5)
test $0x20, %cl
jnz L(FindZeroExit6)
test $0x40, %cl
jnz L(FindZeroExit7)
and $1 << 8 - 1, %eax
jz L(return_value)
POP (%ebx)
POP (%esi)
jmp L(match_exit)
CFI_PUSH (%ebx)
CFI_PUSH (%esi)
.p2align 4
L(find... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 241 | 300 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:8 | CFI_PUSH (%esi)
.p2align 4
L(find_zero_high_8):
test $0x10, %ch
jnz L(FindZeroExit13)
test $0x20, %ch
jnz L(FindZeroExit14)
test $0x40, %ch
jnz L(FindZeroExit15)
and $1 << 16 - 1, %eax
jz L(return_value)
POP (%ebx)
POP (%esi)
jmp L(match_exit)
CFI_PUSH (%ebx)
CFI_PUSH (%esi)
.p2align 4
L(FindZeroExit... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 281 | 340 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:9 | CFI_PUSH (%ebx)
CFI_PUSH (%esi)
.p2align 4
L(FindZeroExit3):
and $1 << 3 - 1, %eax
jz L(return_value)
POP (%ebx)
POP (%esi)
jmp L(match_exit)
CFI_PUSH (%ebx)
CFI_PUSH (%esi)
.p2align 4
L(FindZeroExit5):
and $1 << 5 - 1, %eax
jz L(return_value)
POP (%ebx)
POP (%esi)
jmp L(match_exit)
CFI_PUSH (%ebx... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 321 | 380 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:10 | .p2align 4
L(FindZeroExit7):
and $1 << 7 - 1, %eax
jz L(return_value)
POP (%ebx)
POP (%esi)
jmp L(match_exit)
CFI_PUSH (%ebx)
CFI_PUSH (%esi)
.p2align 4
L(FindZeroExit9):
and $1 << 9 - 1, %eax
jz L(return_value)
POP (%ebx)
POP (%esi)
jmp L(match_exit)
CFI_PUSH (%ebx)
CFI_PUSH (%esi)
.p2align 4
L(F... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 361 | 420 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:11 | POP (%ebx)
POP (%esi)
jmp L(match_exit)
CFI_PUSH (%ebx)
CFI_PUSH (%esi)
.p2align 4
L(FindZeroExit13):
and $1 << 13 - 1, %eax
jz L(return_value)
POP (%ebx)
POP (%esi)
jmp L(match_exit)
CFI_PUSH (%ebx)
CFI_PUSH (%esi)
.p2align 4
L(FindZeroExit14):
and $1 << 14 - 1, %eax
jz L(return_value)
POP (%ebx)... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 401 | 460 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:12 | .p2align 4
L(match_exit):
test %ah, %ah
jnz L(match_exit_high)
mov %al, %dl
and $15 << 4, %dl
jnz L(match_exit_8)
test $0x08, %al
jnz L(Exit4)
test $0x04, %al
jnz L(Exit3)
test $0x02, %al
jnz L(Exit2)
lea -16(%edi), %eax
RETURN
.p2align 4
L(match_exit_8):
test $0x80, %al
jnz L(Exit8)
test $0x40, %al
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 441 | 500 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:13 | .p2align 4
L(match_exit_high_8):
test $0x80, %ah
jnz L(Exit16)
test $0x40, %ah
jnz L(Exit15)
test $0x20, %ah
jnz L(Exit14)
lea -4(%edi), %eax
RETURN
.p2align 4
L(Exit2):
lea -15(%edi), %eax
RETURN
.p2align 4
L(Exit3):
lea -14(%edi), %eax
RETURN
.p2align 4
L(Exit4):
lea -13(%edi), %eax
RETURN
.p2al... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 481 | 540 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:14 | RETURN
.p2align 4
L(Exit10):
lea -7(%edi), %eax
RETURN
.p2align 4
L(Exit11):
lea -6(%edi), %eax
RETURN
.p2align 4
L(Exit12):
lea -5(%edi), %eax
RETURN
.p2align 4
L(Exit14):
lea -3(%edi), %eax
RETURN
.p2align 4
L(Exit15):
lea -2(%edi), %eax
RETURN
.p2align 4
L(Exit16):
lea -1(%edi), %eax
RETURN
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 521 | 580 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:15 | add %ecx, %edi
mov %edx, %ecx
L(prolog_find_zero_1):
test %cl, %cl
jz L(prolog_find_zero_high)
mov %cl, %dl
and $15, %dl
jz L(prolog_find_zero_8)
test $0x01, %cl
jnz L(PrologFindZeroExit1)
test $0x02, %cl
jnz L(PrologFindZeroExit2)
test $0x04, %cl
jnz L(PrologFindZeroExit3)
and $1 << 4 - 1, %eax
jnz L... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 561 | 620 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:16 | jnz L(PrologFindZeroExit10)
test $0x04, %ch
jnz L(PrologFindZeroExit11)
and $1 << 12 - 1, %eax
jnz L(match_exit)
xor %eax, %eax
RETURN
.p2align 4
L(prolog_find_zero_high_8):
test $0x10, %ch
jnz L(PrologFindZeroExit13)
test $0x20, %ch
jnz L(PrologFindZeroExit14)
test $0x40, %ch
jnz L(PrologFindZeroExit15)
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 601 | 660 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:17 | RETURN
.p2align 4
L(PrologFindZeroExit5):
and $1 << 5 - 1, %eax
jnz L(match_exit)
xor %eax, %eax
RETURN
.p2align 4
L(PrologFindZeroExit6):
and $1 << 6 - 1, %eax
jnz L(match_exit)
xor %eax, %eax
RETURN
.p2align 4
L(PrologFindZeroExit7):
and $1 << 7 - 1, %eax
jnz L(match_exit)
xor %eax, %eax
RETURN
.p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 641 | 700 |
bminor/glibc:sysdeps/i386/i686/multiarch/strrchr-sse2.S:18 | jnz L(match_exit)
xor %eax, %eax
RETURN
.p2align 4
L(PrologFindZeroExit13):
and $1 << 13 - 1, %eax
jnz L(match_exit)
xor %eax, %eax
RETURN
.p2align 4
L(PrologFindZeroExit14):
and $1 << 14 - 1, %eax
jnz L(match_exit)
xor %eax, %eax
RETURN
.p2align 4
L(PrologFindZeroExit15):
and $1 << 15 - 1, %eax
jnz L... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/strrchr-sse2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/strrchr-sse2.S | 681 | 707 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.