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/memset.S:2
pushl %edi cfi_adjust_cfa_offset (4) movl DEST(%esp), %edx movl LEN(%esp), %ecx movzbl CHR(%esp), %eax jecxz 1f movl %edx, %edi cfi_rel_offset (edi, 0) andl $3, %edx jz 2f /* aligned */ jp 3f /* misaligned at 3, store just one byte below */ stosb /* misaligned at 1 or 2, store two bytes */ decl %ecx jz 1f...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memset.S
41
80
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-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-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-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-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
5a2cf833f5772d6c37c7adac388dd9af9cc1c4b9
github
libc
https://github.com/bminor/glibc/blob/5a2cf833f5772d6c37c7adac388dd9af9cc1c4b9/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-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-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-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-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
0b1a76c57782a03685f405ee53e6d5f691d69298
github
libc
https://github.com/bminor/glibc/blob/0b1a76c57782a03685f405ee53e6d5f691d69298/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-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-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
dd8486ffc195f5fe150b2d3724c7712686cfddb0
github
libc
https://github.com/bminor/glibc/blob/dd8486ffc195f5fe150b2d3724c7712686cfddb0/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-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-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:2
cfi_adjust_cfa_offset (4) movl DEST(%esp), %edx movl LEN(%esp), %ecx movzbl CHR(%esp), %eax jecxz 1f movl %edx, %edi cfi_rel_offset (edi, 0) andl $3, %edx jz 2f /* aligned */ jp 3f /* misaligned at 3, store just one byte below */ stosb /* misaligned at 1 or 2, store two bytes */ decl %ecx jz 1f 3: stosb d...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/memset.S
41
79
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-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-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
0f88a5c66e1cbb574bf37d953bf7155c0a1f5ae7
github
libc
https://github.com/bminor/glibc/blob/0f88a5c66e1cbb574bf37d953bf7155c0a1f5ae7/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-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-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:2
#endif ENTRY (memset) cld pushl %edi cfi_adjust_cfa_offset (4) movl DEST(%esp), %edx movl LEN(%esp), %ecx #ifdef USE_AS_BZERO xorl %eax, %eax /* fill with 0 */ #else movzbl CHR(%esp), %eax #endif jecxz 1f movl %edx, %edi cfi_rel_offset (edi, 0) andl $3, %edx jz 2f /* aligned */ jp 3f /* misaligned at 3, s...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/memset.S
41
92
bminor/glibc:sysdeps/i386/i686/memset.S:3
1: #ifndef USE_AS_BZERO movl DEST(%esp), %eax /* start address of destination is result */ #endif popl %edi cfi_adjust_cfa_offset (-4) cfi_restore (edi) ret END (memset) libc_hidden_builtin_def (memset)
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/memset.S
81
92
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-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-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
30891f35fa7da832b66d80d0807610df361851f3
github
libc
https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. The GNU C Library is free software; you can redistribute it and/or ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:2
END_CHK (__memset_chk) #endif ENTRY (memset) cld pushl %edi cfi_adjust_cfa_offset (4) movl DEST(%esp), %edx movl LEN(%esp), %ecx #ifdef USE_AS_BZERO xorl %eax, %eax /* fill with 0 */ #else movzbl CHR(%esp), %eax #endif jecxz 1f movl %edx, %edi cfi_rel_offset (edi, 0) andl $3, %edx jz 2f /* aligned */ jp 3...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/memset.S
41
93
bminor/glibc:sysdeps/i386/i686/memset.S:3
stosb 1: #ifndef USE_AS_BZERO movl DEST(%esp), %eax /* start address of destination is result */ #endif popl %edi cfi_adjust_cfa_offset (-4) cfi_restore (edi) ret END (memset) libc_hidden_builtin_def (memset)
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/memset.S
81
93
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. The GNU C Library is free software; you can redistribute it and/or ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. The GNU C Library is free software; you can redistribute it and/or ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. The GNU C Library is free software; you can redistribute it and/or ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. The GNU C Library is free software; you can redistribute it and/or ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. The GNU C Library is free software; you can redistribute it and/or ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
c8a0e6ec03b2646842fe3c7c59955f55175f3669
github
libc
https://github.com/bminor/glibc/blob/c8a0e6ec03b2646842fe3c7c59955f55175f3669/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:2
END_CHK (__memset_chk) #endif ENTRY (memset) cld pushl %edi cfi_adjust_cfa_offset (4) movl DEST(%esp), %edx movl LEN(%esp), %ecx #ifdef USE_AS_BZERO xorl %eax, %eax /* fill with 0 */ #else movzbl CHR(%esp), %eax #endif jecxz 1f movl %edx, %edi cfi_rel_offset (edi, 0) andl $3, %edx jz 2f /* aligned */ jp 3...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/memset.S
41
100
bminor/glibc:sysdeps/i386/i686/memset.S:3
stosb 1: #ifndef USE_AS_BZERO movl DEST(%esp), %eax /* start address of destination is result */ #endif popl %edi cfi_adjust_cfa_offset (-4) cfi_restore (edi) ret END (memset) libc_hidden_builtin_def (memset) #if defined SHARED && IS_IN (libc) && !defined __memset_chk \ && !defined USE_AS_BZERO strong_alias...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/memset.S
81
100
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. The GNU C Library is free software; you can redistribute it and/or ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. The GNU C Library is free software; you can redistribute it and/or ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
f6b71eada3cfbaa13dd4019978e9bd29055bad9f
github
libc
https://github.com/bminor/glibc/blob/f6b71eada3cfbaa13dd4019978e9bd29055bad9f/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:1
/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. The GNU C Library is free software; you can redistribute it and/or ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/memset.S
1
60
bminor/glibc:sysdeps/i386/i686/memset.S:2
movl 12(%esp), %eax cmpl %eax, 16(%esp) jb HIDDEN_JUMPTARGET (__chk_fail) END_CHK (__memset_chk) #endif ENTRY (memset) cld pushl %edi cfi_adjust_cfa_offset (4) movl DEST(%esp), %edx movl LEN(%esp), %ecx #if BZERO_P xorl %eax, %eax /* fill with 0 */ #else movzbl CHR(%esp), %eax #endif jecxz 1f movl %edx, %ed...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/memset.S
41
100
bminor/glibc:sysdeps/i386/i686/memset.S:3
stosl movl %edx, %ecx rep stosb 1: #if !BZERO_P movl DEST(%esp), %eax /* start address of destination is result */ #endif popl %edi cfi_adjust_cfa_offset (-4) cfi_restore (edi) #if BZERO_P ret #else ret #endif END (memset) libc_hidden_builtin_def (memset) #if defined PIC && IS_IN (libc) && !BZERO_P strong_a...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/memset.S
81
106
bminor/glibc:sysdeps/i386/i686/memset_chk.S:1
/* Checking memset for i686. Copyright (C) 2004-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 Lesser General Public License as published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/memset_chk.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/memset_chk.S
1
34
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy-ia32.S:1
/* bcopy 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/bcopy-ia32.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/multiarch/bcopy-ia32.S
1
20
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy-ia32.S:1
/* bcopy 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/bcopy-ia32.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/bcopy-ia32.S
1
20
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy-ia32.S:1
/* bcopy 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/bcopy-ia32.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/bcopy-ia32.S
1
20
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy-ia32.S:1
/* bcopy 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/bcopy-ia32.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/bcopy-ia32.S
1
20
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy-ia32.S:1
/* bcopy 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/bcopy-ia32.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/bcopy-ia32.S
1
20
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy-ia32.S:1
/* bcopy 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/bcopy-ia32.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/bcopy-ia32.S
1
20
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy-ia32.S:1
/* bcopy 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; eithe...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bcopy-ia32.S
LGPL-2.1
973da22a356ed072133562e6f1ecd833c31fa9a0
github
libc
https://github.com/bminor/glibc/blob/973da22a356ed072133562e6f1ecd833c31fa9a0/sysdeps/i386/i686/multiarch/bcopy-ia32.S
1
20
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy.S:1
/* Multiple versions of bcopy All versions must be listed in ifunc-impl-list.c. 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...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bcopy.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/bcopy.S
1
59
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy.S:1
/* Multiple versions of bcopy All versions must be listed in ifunc-impl-list.c. 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...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bcopy.S
LGPL-2.1
4e940b2f4b577f3a530e0580373f7c2d569f4d63
github
libc
https://github.com/bminor/glibc/blob/4e940b2f4b577f3a530e0580373f7c2d569f4d63/sysdeps/i386/i686/multiarch/bcopy.S
1
59
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy.S:1
/* Multiple versions of bcopy All versions must be listed in ifunc-impl-list.c. 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...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bcopy.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/bcopy.S
1
59
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy.S:1
/* Multiple versions of bcopy All versions must be listed in ifunc-impl-list.c. 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...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bcopy.S
LGPL-2.1
1aee37a22e3977de7a89e734e0a1e112f52045f2
github
libc
https://github.com/bminor/glibc/blob/1aee37a22e3977de7a89e734e0a1e112f52045f2/sysdeps/i386/i686/multiarch/bcopy.S
1
59
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy.S:1
/* Multiple versions of bcopy All versions must be listed in ifunc-impl-list.c. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bcopy.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/bcopy.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/bcopy.S:2
testl $bit_Fast_Unaligned_Load, FEATURE_OFFSET+index_Fast_Unaligned_Load+__cpu_features@GOTOFF(%ebx) jnz 2f testl $bit_SSSE3, CPUID_OFFSET+index_SSSE3+__cpu_features@GOTOFF(%ebx) jz 2f leal __bcopy_ssse3@GOTOFF(%ebx), %eax testl $bit_Fast_Rep_String, FEATURE_OFFSET+index_Fast_Rep_String+__cpu_features@GOTOFF(%ebx)...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bcopy.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/bcopy.S
41
86
bminor/glibc:sysdeps/i386/i686/multiarch/bzero-ia32.S:1
/* bzero 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/bzero-ia32.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/multiarch/bzero-ia32.S
1
37
bminor/glibc:sysdeps/i386/i686/multiarch/bzero-ia32.S:1
/* bzero 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/bzero-ia32.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/bzero-ia32.S
1
37
bminor/glibc:sysdeps/i386/i686/multiarch/bzero-ia32.S:1
/* bzero 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/bzero-ia32.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/bzero-ia32.S
1
37
bminor/glibc:sysdeps/i386/i686/multiarch/bzero-ia32.S:1
/* bzero 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/bzero-ia32.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/bzero-ia32.S
1
37
bminor/glibc:sysdeps/i386/i686/multiarch/bzero-ia32.S:1
/* bzero 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/bzero-ia32.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/bzero-ia32.S
1
37
bminor/glibc:sysdeps/i386/i686/multiarch/bzero-ia32.S:1
/* bzero 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/bzero-ia32.S
LGPL-2.1
430388d5dc0e1861b869096f4f5d946d7d74232a
github
libc
https://github.com/bminor/glibc/blob/430388d5dc0e1861b869096f4f5d946d7d74232a/sysdeps/i386/i686/multiarch/bzero-ia32.S
1
37
bminor/glibc:sysdeps/i386/i686/multiarch/bzero-ia32.S:1
/* bzero 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/bzero-ia32.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/bzero-ia32.S
1
38
bminor/glibc:sysdeps/i386/i686/multiarch/bzero-ia32.S:1
/* bzero 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; eithe...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bzero-ia32.S
LGPL-2.1
973da22a356ed072133562e6f1ecd833c31fa9a0
github
libc
https://github.com/bminor/glibc/blob/973da22a356ed072133562e6f1ecd833c31fa9a0/sysdeps/i386/i686/multiarch/bzero-ia32.S
1
38
bminor/glibc:sysdeps/i386/i686/multiarch/bzero.S:1
/* Multiple versions of bzero All versions must be listed in ifunc-impl-list.c. 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...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bzero.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/bzero.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/bzero.S:2
# define ENTRY(name) \ .type __bzero_ia32, @function; \ .p2align 4; \ .globl __bzero_ia32; \ .hidden __bzero_ia32; \ __bzero_ia32: cfi_startproc; \ CALL_MCOUNT # undef END # define END(name) \ cfi_endproc; .size __bzero_ia32, .-__bzero_ia32 # ifdef SHARED # undef libc_hidden_builtin_def /* IFUNC doesn't work w...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bzero.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/bzero.S
41
62
bminor/glibc:sysdeps/i386/i686/multiarch/bzero.S:1
/* Multiple versions of bzero All versions must be listed in ifunc-impl-list.c. 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...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bzero.S
LGPL-2.1
4e940b2f4b577f3a530e0580373f7c2d569f4d63
github
libc
https://github.com/bminor/glibc/blob/4e940b2f4b577f3a530e0580373f7c2d569f4d63/sysdeps/i386/i686/multiarch/bzero.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/bzero.S:1
/* Multiple versions of bzero All versions must be listed in ifunc-impl-list.c. 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...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bzero.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/bzero.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/bzero.S:1
/* Multiple versions of bzero All versions must be listed in ifunc-impl-list.c. 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...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bzero.S
LGPL-2.1
1aee37a22e3977de7a89e734e0a1e112f52045f2
github
libc
https://github.com/bminor/glibc/blob/1aee37a22e3977de7a89e734e0a1e112f52045f2/sysdeps/i386/i686/multiarch/bzero.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/bzero.S:1
/* Multiple versions of bzero All versions must be listed in ifunc-impl-list.c. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bzero.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/bzero.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/bzero.S:2
testl $bit_Fast_Rep_String, FEATURE_OFFSET+index_Fast_Rep_String+__cpu_features@GOTOFF(%ebx) jz 2f leal __bzero_sse2_rep@GOTOFF(%ebx), %eax 2: popl %ebx cfi_adjust_cfa_offset (-4) cfi_restore (ebx) ret END(__bzero) # else .text ENTRY(__bzero) .type __bzero, @gnu_indirect_function cmpl $0, KIND_OFFSET+__cpu_feat...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/bzero.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/bzero.S
41
89
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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/memchr-ia32.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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/memchr-ia32.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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/memchr-ia32.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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/memchr-ia32.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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/memchr-ia32.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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/memchr-ia32.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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/memchr-ia32.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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/memchr-ia32.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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/memchr-ia32.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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/memchr-ia32.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-ia32.S:1
/* memchr 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; eith...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-ia32.S
LGPL-2.1
973da22a356ed072133562e6f1ecd833c31fa9a0
github
libc
https://github.com/bminor/glibc/blob/973da22a356ed072133562e6f1ecd833c31fa9a0/sysdeps/i386/i686/multiarch/memchr-ia32.S
1
35
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:1
/* Optimized memchr with sse2 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 Foundation;...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:2
# endif # ifndef MEMCHR # define MEMCHR __memchr_sse2_bsf # endif .text ENTRY (MEMCHR) mov STR1(%esp), %ecx movd STR2(%esp), %xmm1 # ifndef USE_AS_RAWMEMCHR mov LEN(%esp), %edx test %edx, %edx jz L(return_null_1) # endif mov %ecx, %eax punpcklbw %xmm1, %xmm1 punpcklbw %xmm1, %xmm1 and $63, %ecx pshufd...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
41
100
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:3
# endif add %ecx, %eax ret .p2align 4 L(unaligned_no_match_1): # ifndef USE_AS_RAWMEMCHR sub $16, %edx jbe L(return_null_1) PUSH (%edi) lea 16(%eax), %edi and $15, %eax and $-16, %edi add %eax, %edx # else lea 16(%eax), %edx and $-16, %edx # endif jmp L(loop_prolog) .p2align 4 L(return_null_1): xor %ea...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
81
140
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:4
mov %eax, %edx and $15, %ecx and $-16, %edx movdqa (%edx), %xmm0 # endif pcmpeqb %xmm1, %xmm0 /* Check if there is a match. */ pmovmskb %xmm0, %eax /* Remove the leading bytes. */ sar %cl, %eax test %eax, %eax je L(unaligned_no_match) /* Check which byte is a match. */ bsf %eax, %eax # ifndef USE_AS_RAWMEM...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
121
180
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:5
# else add $16, %edx # endif .p2align 4 /* Loop start on aligned string. */ L(loop_prolog): # ifndef USE_AS_RAWMEMCHR sub $64, %edx jbe L(exit_loop) movdqa (%edi), %xmm0 # else movdqa (%edx), %xmm0 # endif pcmpeqb %xmm1, %xmm0 pmovmskb %xmm0, %eax test %eax, %eax jnz L(matches) # ifndef USE_AS_RAWMEMCHR m...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
161
220
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:6
movdqa 48(%edi), %xmm4 # else movdqa 48(%edx), %xmm4 # endif pcmpeqb %xmm1, %xmm4 # ifndef USE_AS_RAWMEMCHR add $64, %edi # else add $64, %edx # endif pmovmskb %xmm4, %eax test %eax, %eax jnz L(matches0) # ifndef USE_AS_RAWMEMCHR test $0x3f, %edi # else test $0x3f, %edx # endif jz L(align64_loop) # ifndef ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
201
260
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:7
pmovmskb %xmm2, %eax test %eax, %eax jnz L(matches16) # ifndef USE_AS_RAWMEMCHR movdqa 32(%edi), %xmm3 # else movdqa 32(%edx), %xmm3 # endif pcmpeqb %xmm1, %xmm3 pmovmskb %xmm3, %eax test %eax, %eax jnz L(matches32) # ifndef USE_AS_RAWMEMCHR movdqa 48(%edi), %xmm3 # else movdqa 48(%edx), %xmm3 # endif pcmp...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
241
300
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:8
L(align64_loop): # ifndef USE_AS_RAWMEMCHR sub $64, %edx jbe L(exit_loop) movdqa (%edi), %xmm0 movdqa 16(%edi), %xmm2 movdqa 32(%edi), %xmm3 movdqa 48(%edi), %xmm4 # else movdqa (%edx), %xmm0 movdqa 16(%edx), %xmm2 movdqa 32(%edx), %xmm3 movdqa 48(%edx), %xmm4 # endif pcmpeqb %xmm1, %xmm0 pcmpeqb %xmm1, %xm...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
281
340
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:9
test %eax, %eax jnz L(matches) pmovmskb %xmm2, %eax test %eax, %eax jnz L(matches16) # ifndef USE_AS_RAWMEMCHR movdqa 32(%edi), %xmm3 # else movdqa 32(%edx), %xmm3 # endif pcmpeqb %xmm1, %xmm3 # ifndef USE_AS_RAWMEMCHR pcmpeqb 48(%edi), %xmm1 # else pcmpeqb 48(%edx), %xmm1 # endif pmovmskb %xmm3, %eax te...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
321
380
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:10
jbe L(exit_loop_32) movdqa (%edi), %xmm0 pcmpeqb %xmm1, %xmm0 pmovmskb %xmm0, %eax test %eax, %eax jnz L(matches) movdqa 16(%edi), %xmm2 pcmpeqb %xmm1, %xmm2 pmovmskb %xmm2, %eax test %eax, %eax jnz L(matches16) movdqa 32(%edi), %xmm3 pcmpeqb %xmm1, %xmm3 pmovmskb %xmm3, %eax test %eax, %eax jnz L(mat...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
361
420
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:11
pmovmskb %xmm1, %eax test %eax, %eax jnz L(matches16_1) xor %eax, %eax RETURN # endif .p2align 4 L(matches0): bsf %eax, %eax # ifndef USE_AS_RAWMEMCHR lea -16(%eax, %edi), %eax RETURN # else lea -16(%eax, %edx), %eax ret # endif .p2align 4 L(matches): bsf %eax, %eax # ifndef USE_AS_RAWMEMCHR add %edi, %ea...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
401
460
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:12
L(matches32): bsf %eax, %eax # ifndef USE_AS_RAWMEMCHR lea 32(%eax, %edi), %eax RETURN # else lea 32(%eax, %edx), %eax ret # endif # ifndef USE_AS_RAWMEMCHR .p2align 4 L(matches_1): bsf %eax, %eax sub %eax, %edx jbe L(return_null) add %edi, %eax RETURN .p2align 4 L(matches16_1): sub $16, %edx bsf %eax,...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
441
500
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:13
.p2align 4 L(matches48_1): sub $48, %edx bsf %eax, %eax sub %eax, %edx jbe L(return_null) lea 48(%edi, %eax), %eax RETURN # endif .p2align 4 L(return_null): xor %eax, %eax # ifndef USE_AS_RAWMEMCHR RETURN # else ret # endif END (MEMCHR) #endif
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
481
501
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:1
/* Optimized memchr with sse2 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 Foundation;...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:1
/* Optimized memchr with sse2 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 Foundation;...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:1
/* Optimized memchr with sse2 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 Foundation;...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:1
/* Optimized memchr with sse2 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 Foundation;...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:1
/* Optimized memchr with sse2 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 Foundation;...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
30891f35fa7da832b66d80d0807610df361851f3
github
libc
https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:1
/* Optimized memchr with sse2 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 as publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:2
# define RETURN POP(%edi); ret; CFI_PUSH(%edi); # endif # ifndef MEMCHR # define MEMCHR __memchr_sse2_bsf # endif .text ENTRY (MEMCHR) mov STR1(%esp), %ecx movd STR2(%esp), %xmm1 # ifndef USE_AS_RAWMEMCHR mov LEN(%esp), %edx test %edx, %edx jz L(return_null_1) # endif mov %ecx, %eax punpcklbw %xmm1, %xm...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
41
100
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:3
jbe L(return_null_1) # endif add %ecx, %eax ret .p2align 4 L(unaligned_no_match_1): # ifndef USE_AS_RAWMEMCHR sub $16, %edx jbe L(return_null_1) PUSH (%edi) lea 16(%eax), %edi and $15, %eax and $-16, %edi add %eax, %edx # else lea 16(%eax), %edx and $-16, %edx # endif jmp L(loop_prolog) .p2align 4 L(ret...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
81
140
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:4
# else mov %eax, %edx and $15, %ecx and $-16, %edx movdqa (%edx), %xmm0 # endif pcmpeqb %xmm1, %xmm0 /* Check if there is a match. */ pmovmskb %xmm0, %eax /* Remove the leading bytes. */ sar %cl, %eax test %eax, %eax je L(unaligned_no_match) /* Check which byte is a match. */ bsf %eax, %eax # ifndef USE_A...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
121
180
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:5
add $16, %edi # else add $16, %edx # endif .p2align 4 /* Loop start on aligned string. */ L(loop_prolog): # ifndef USE_AS_RAWMEMCHR sub $64, %edx jbe L(exit_loop) movdqa (%edi), %xmm0 # else movdqa (%edx), %xmm0 # endif pcmpeqb %xmm1, %xmm0 pmovmskb %xmm0, %eax test %eax, %eax jnz L(matches) # ifndef USE_A...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
161
220
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:6
# ifndef USE_AS_RAWMEMCHR movdqa 48(%edi), %xmm4 # else movdqa 48(%edx), %xmm4 # endif pcmpeqb %xmm1, %xmm4 # ifndef USE_AS_RAWMEMCHR add $64, %edi # else add $64, %edx # endif pmovmskb %xmm4, %eax test %eax, %eax jnz L(matches0) # ifndef USE_AS_RAWMEMCHR test $0x3f, %edi # else test $0x3f, %edx # endif jz...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
201
260
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:7
pcmpeqb %xmm1, %xmm2 pmovmskb %xmm2, %eax test %eax, %eax jnz L(matches16) # ifndef USE_AS_RAWMEMCHR movdqa 32(%edi), %xmm3 # else movdqa 32(%edx), %xmm3 # endif pcmpeqb %xmm1, %xmm3 pmovmskb %xmm3, %eax test %eax, %eax jnz L(matches32) # ifndef USE_AS_RAWMEMCHR movdqa 48(%edi), %xmm3 # else movdqa 48(%edx...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
241
300
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:8
.p2align 4 L(align64_loop): # ifndef USE_AS_RAWMEMCHR sub $64, %edx jbe L(exit_loop) movdqa (%edi), %xmm0 movdqa 16(%edi), %xmm2 movdqa 32(%edi), %xmm3 movdqa 48(%edi), %xmm4 # else movdqa (%edx), %xmm0 movdqa 16(%edx), %xmm2 movdqa 32(%edx), %xmm3 movdqa 48(%edx), %xmm4 # endif pcmpeqb %xmm1, %xmm0 pcmpeqb...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
281
340
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:9
pmovmskb %xmm0, %eax test %eax, %eax jnz L(matches) pmovmskb %xmm2, %eax test %eax, %eax jnz L(matches16) # ifndef USE_AS_RAWMEMCHR movdqa 32(%edi), %xmm3 # else movdqa 32(%edx), %xmm3 # endif pcmpeqb %xmm1, %xmm3 # ifndef USE_AS_RAWMEMCHR pcmpeqb 48(%edi), %xmm1 # else pcmpeqb 48(%edx), %xmm1 # endif pm...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
321
380
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:10
cmp $32, %edx jbe L(exit_loop_32) movdqa (%edi), %xmm0 pcmpeqb %xmm1, %xmm0 pmovmskb %xmm0, %eax test %eax, %eax jnz L(matches) movdqa 16(%edi), %xmm2 pcmpeqb %xmm1, %xmm2 pmovmskb %xmm2, %eax test %eax, %eax jnz L(matches16) movdqa 32(%edi), %xmm3 pcmpeqb %xmm1, %xmm3 pmovmskb %xmm3, %eax test %eax, ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
361
420
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:11
pcmpeqb 16(%edi), %xmm1 pmovmskb %xmm1, %eax test %eax, %eax jnz L(matches16_1) xor %eax, %eax RETURN # endif .p2align 4 L(matches0): bsf %eax, %eax # ifndef USE_AS_RAWMEMCHR lea -16(%eax, %edi), %eax RETURN # else lea -16(%eax, %edx), %eax ret # endif .p2align 4 L(matches): bsf %eax, %eax # ifndef USE_AS...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
401
460
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:12
.p2align 4 L(matches32): bsf %eax, %eax # ifndef USE_AS_RAWMEMCHR lea 32(%eax, %edi), %eax RETURN # else lea 32(%eax, %edx), %eax ret # endif # ifndef USE_AS_RAWMEMCHR .p2align 4 L(matches_1): bsf %eax, %eax sub %eax, %edx jbe L(return_null) add %edi, %eax RETURN .p2align 4 L(matches16_1): sub $16, %edx...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
441
500
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:1
/* Optimized memchr with sse2 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 as publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
1
60
bminor/glibc:sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:1
/* Optimized memchr with sse2 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 as publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
1
60