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/i586/memset.S:1 | /* memset/bzero -- set memory area to CH/0
Highly optimized version for ix86, x>=5.
Copyright (C) 1996-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Torbjorn Granlund, <tege@matematik.su.se>
The GNU C Library is free software; you can redistribute it and/or
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/memset.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memset.S:2 | cmpl %eax, 16(%esp)
jb HIDDEN_JUMPTARGET (__chk_fail)
END (__memset_chk)
#endif
ENTRY (memset)
pushl %edi
cfi_adjust_cfa_offset (4)
movl DEST(%esp), %edi
cfi_rel_offset (edi, 0)
movl LEN(%esp), %edx
#if BZERO_P
xorl %eax, %eax /* we fill with 0 */
#else
movb CHR(%esp), %al
movb %al, %ah
movl %eax, %ecx
shl... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/memset.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/memset.S:3 | L(1): movl 28(%edi), %ecx /* allocate cache line for destination */
subl $32, %edx /* decr loop count */
movl %eax, 0(%edi) /* store words pairwise */
movl %eax, 4(%edi)
movl %eax, 8(%edi)
movl %eax, 12(%edi)
movl %eax, 16(%edi)
movl %eax, 20(%edi)
movl %eax, 24(%edi)
movl %eax, 28(%edi)
leal 32(%edi), %edi /... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/memset.S | 81 | 121 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2026 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:2 | pushl %ebp
cfi_adjust_cfa_offset (4)
pushl %s2_limb
cfi_adjust_cfa_offset (4)
movl RES(%esp), %res_ptr
cfi_rel_offset (res_ptr, 12)
movl S1(%esp), %s1_ptr
cfi_rel_offset (s1_ptr, 8)
movl SIZE(%esp), %size
movl S2LIMB(%esp), %s2_limb
cfi_rel_offset (s2_limb, 0)
leal (%res_ptr,%size,4), %res_ptr
leal (%s1_pt... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/mul_1.S | 41 | 90 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:3 | popl %s1_ptr
cfi_adjust_cfa_offset (-4)
cfi_restore (s1_ptr)
popl %res_ptr
cfi_adjust_cfa_offset (-4)
cfi_restore (res_ptr)
ret
#undef size
END (__mpn_mul_1) | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/mul_1.S | 81 | 90 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2025 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2024 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2023 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2022 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2021 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2020 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2018 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2017 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2016 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/mul_1.S:1 | /* Pentium __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
Copyright (C) 1992-2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/mul_1.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/mul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2026 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:2 | movl RES(%esp),%edi
cfi_rel_offset (edi, 12)
movl S(%esp),%esi
cfi_rel_offset (esi, 8)
movl SIZE(%esp),%ebx
cfi_rel_offset (ebx, 0)
movl CNT(%esp),%ecx
/* We can use faster code for shift-by-1 under certain conditions. */
cmp $1,%ecx
jne L(normal)
leal 4(%edi),%eax
cmpl %esi,%eax
jnc L(special) /* jump if... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/rshift.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/rshift.S:3 | shrdl %cl,%eax,%ebp
shrdl %cl,%edx,%eax
movl %ebp,(%edi)
movl %eax,4(%edi)
movl 8(%esi),%ebp
movl 12(%esi),%eax
shrdl %cl,%ebp,%edx
shrdl %cl,%eax,%ebp
movl %edx,8(%edi)
movl %ebp,12(%edi)
movl 16(%esi),%edx
movl 20(%esi),%ebp
shrdl %cl,%edx,%eax
shrdl %cl,%ebp,%edx
movl %eax,16(%edi)
movl %edx,20(%edi... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/rshift.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i586/rshift.S:4 | addl $4,%esi
addl $4,%edi
decl %ebx
jnz L(oop2)
L(end2):
shrl %cl,%edx /* compute most significant limb */
movl %edx,(%edi) /* store it */
popl %eax /* pop carry limb */
cfi_adjust_cfa_offset (-4)
popl %ebx
cfi_adjust_cfa_offset (-4)
cfi_restore (ebx)
popl %ebp
cfi_adjust_cfa_offset (-4)
cfi_restore... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/rshift.S | 121 | 180 |
bminor/glibc:sysdeps/i386/i586/rshift.S:5 | movl (%esi),%edx
subl $4,%esi
decl %ebx
pushl %ebx
cfi_adjust_cfa_offset (4)
shrl $3,%ebx
shrl $1,%edx
incl %ebx
decl %ebx
jz L(Lend)
movl (%edi),%eax /* fetch destination cache line */
ALIGN (2)
L(Loop):
movl -28(%edi),%eax /* fetch destination cache line */
movl %edx,%ebp
movl (%esi),%eax
movl -... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/rshift.S | 161 | 220 |
bminor/glibc:sysdeps/i386/i586/rshift.S:6 | movl %edx,-20(%edi)
movl -24(%esi),%eax
movl -28(%esi),%edx
rcrl $1,%eax
movl %ebp,-24(%edi)
rcrl $1,%edx
movl %eax,-28(%edi)
leal -32(%esi),%esi /* use leal not to clobber carry */
leal -32(%edi),%edi
decl %ebx
jnz L(Loop)
L(Lend):
popl %ebx
cfi_adjust_cfa_offset (-4)
sbbl %eax,%eax /* save carry in ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/rshift.S | 201 | 255 |
bminor/glibc:sysdeps/i386/i586/rshift.S:7 | popl %ebx
cfi_adjust_cfa_offset (-4)
cfi_restore (ebx)
popl %ebp
cfi_adjust_cfa_offset (-4)
cfi_restore (ebp)
popl %esi
cfi_adjust_cfa_offset (-4)
cfi_restore (esi)
popl %edi
cfi_adjust_cfa_offset (-4)
cfi_restore (edi)
ret
END (__mpn_rshift) | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/rshift.S | 241 | 255 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2025 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2024 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2023 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2022 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2021 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2020 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2018 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2017 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2016 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/rshift.S:1 | /* Pentium optimized __mpn_rshift --
Copyright (C) 1992-2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/rshift.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/stpcpy.S:1 | #define USE_AS_STPCPY
#define STRCPY __stpcpy
#include <sysdeps/i386/i586/strcpy.S>
weak_alias (__stpcpy, stpcpy)
libc_hidden_def (__stpcpy)
libc_hidden_builtin_def (stpcpy) | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i586/stpcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/stpcpy.S | 1 | 8 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:2 | .text
ENTRY (strchr)
pushl %edi /* Save callee-safe registers. */
cfi_adjust_cfa_offset (-4)
pushl %esi
cfi_adjust_cfa_offset (-4)
pushl %ebx
cfi_adjust_cfa_offset (-4)
pushl %ebp
cfi_adjust_cfa_offset (-4)
movl STR(%esp), %eax
movl CHR(%esp), %edx
movl %eax, %edi /* duplicate string pointer for later... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strchr.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/strchr.S:3 | xorb %dl, %cl /* load single byte and test for NUL */
je L(3) /* yes => return NULL */
movb 1(%eax), %cl /* load single byte */
incl %eax
cmpb %cl, %dl /* is byte == C? */
je L(out) /* aligned => return pointer */
cmpb $0, %cl /* is byte NUL? */
je L(3) /* yes => return NULL */
incl %eax
decl %edi
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strchr.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i586/strchr.S:4 | addl %ecx, %ebp
/* The main loop: it looks complex and indeed it is. I would
love to say `it was hard to write, so it should he hard to
read' but I will give some more hints. To fully understand
this code you should first take a look at the i486 version.
The basic algorithm is the same, but here the... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strchr.S | 121 | 180 |
bminor/glibc:sysdeps/i386/i586/strchr.S:5 | movl (%eax), %ecx
addl %ebx, %esi /* (word+magic) */
movl $magic, %edi
jnc L(5) /* previous addl caused overflow? */
movl %edi, %ebp
xorl %ebx, %esi /* (word+magic)^word */
addl %ecx, %ebp
orl $magic, %esi /* ((word+magic)^word)|magic */
addl $1, %esi /* ((word+magic)^word)|magic==0xf..... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strchr.S | 161 | 220 |
bminor/glibc:sysdeps/i386/i586/strchr.S:6 | orl $magic, %esi
addl $1, %esi
jne L(5)
xorl %ecx, %ebp
addl %ecx, %edi
leal 4(%eax), %eax
jnc L(4)
movl %ecx, %ebx
orl $magic, %ebp
addl $1, %ebp
jne L(4)
movl $magic, %esi
xorl %edx, %ebx
movl (%eax), %ecx
addl %ebx, %esi
movl $magic, %edi
jnc L(5)
movl %edi, %ebp
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strchr.S | 201 | 260 |
bminor/glibc:sysdeps/i386/i586/strchr.S:7 | movl %ecx, %ebx
orl $magic, %ebp
addl $1, %ebp
jne L(4)
movl $magic, %esi
xorl %edx, %ebx
movl (%eax), %ecx
addl %ebx, %esi
movl $magic, %edi
jnc L(5)
movl %edi, %ebp
xorl %ebx, %esi
addl %ecx, %ebp
orl $magic, %esi
addl $1, %esi
je L(1)
/* We... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strchr.S | 241 | 300 |
bminor/glibc:sysdeps/i386/i586/strchr.S:8 | cmp $0, %bl /* third byte == C */
je L(out) /* yes => return pointer */
incl %eax /* increment pointer */
L(out): popl %ebp /* restore saved registers */
cfi_adjust_cfa_offset (-4)
cfi_restore (ebp)
popl %ebx
cfi_adjust_cfa_offset (-4)
cfi_restore (ebx)
popl %esi
cfi_adjust_cfa_offset (-4)
cfi_restore ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strchr.S | 281 | 340 |
bminor/glibc:sysdeps/i386/i586/strchr.S:9 | je L(out) /* yes => return pointer */
cmpb $0, %ch /* second byte == NUL? */
je L(3) /* yes => return NULL */
shrl $16, %ecx /* make upper bytes accessible */
incl %eax /* increment pointer */
cmpb %dl, %cl /* third byte == C? */
je L(out) /* yes => return pointer */
cmpb $0, %cl /* third byte == NU... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strchr.S | 321 | 347 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
The GNU C Library is free software; you can redistribute it an... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:3 | jz L(out) /* yes => return pointer */
xorb %dl, %cl /* load single byte and test for NUL */
je L(3) /* yes => return NULL */
movb 1(%eax), %cl /* load single byte */
incl %eax
cmpb %cl, %dl /* is byte == C? */
je L(out) /* aligned => return pointer */
cmpb $0, %cl /* is byte NUL? */
je L(3) /* yes ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strchr.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i586/strchr.S:4 | movl $magic, %edi
addl %ecx, %ebp
/* The main loop: it looks complex and indeed it is. I would
love to say `it was hard to write, so it should he hard to
read' but I will give some more hints. To fully understand
this code you should first take a look at the i486 version.
The basic algorithm is the... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strchr.S | 121 | 180 |
bminor/glibc:sysdeps/i386/i586/strchr.S:6 | addl %ecx, %ebp
orl $magic, %esi
addl $1, %esi
jne L(5)
xorl %ecx, %ebp
addl %ecx, %edi
leal 4(%eax), %eax
jnc L(4)
movl %ecx, %ebx
orl $magic, %ebp
addl $1, %ebp
jne L(4)
movl $magic, %esi
xorl %edx, %ebx
movl (%eax), %ecx
addl %ebx, %esi
movl $magic, %edi
jnc L(5)
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strchr.S | 201 | 260 |
bminor/glibc:sysdeps/i386/i586/strchr.S:7 | jnc L(4)
movl %ecx, %ebx
orl $magic, %ebp
addl $1, %ebp
jne L(4)
movl $magic, %esi
xorl %edx, %ebx
movl (%eax), %ecx
addl %ebx, %esi
movl $magic, %edi
jnc L(5)
movl %edi, %ebp
xorl %ebx, %esi
addl %ecx, %ebp
orl $magic, %esi
addl $1, %esi
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strchr.S | 241 | 300 |
bminor/glibc:sysdeps/i386/i586/strchr.S:8 | incl %eax /* increment pointer */
cmp $0, %bl /* third byte == C */
je L(out) /* yes => return pointer */
incl %eax /* increment pointer */
L(out): popl %ebp /* restore saved registers */
cfi_adjust_cfa_offset (-4)
cfi_restore (ebp)
popl %ebx
cfi_adjust_cfa_offset (-4)
cfi_restore (ebx)
popl %esi
cfi... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strchr.S | 281 | 340 |
bminor/glibc:sysdeps/i386/i586/strchr.S:9 | cmpb %dl, %ch /* second byte == C? */
je L(out) /* yes => return pointer */
cmpb $0, %ch /* second byte == NUL? */
je L(3) /* yes => return NULL */
shrl $16, %ecx /* make upper bytes accessible */
incl %eax /* increment pointer */
cmpb %dl, %cl /* third byte == C? */
je L(out) /* yes => return pointe... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strchr.S | 321 | 348 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
The GNU C Library is free software; you can redistribute it an... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
The GNU C Library is free software; you can redistribute it an... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
The GNU C Library is free software; you can redistribute it an... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
The GNU C Library is free software; you can redistribute it an... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
The GNU C Library is free software; you can redistribute it an... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
The GNU C Library is free software; you can redistribute it an... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strchr.S:1 | /* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
The GNU C Library is free software; you can redistribute it an... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strchr.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/strchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:2 | cfi_adjust_cfa_offset (4)
movl DEST(%esp), %edi
cfi_rel_offset (edi, 8)
movl SRC(%esp), %esi
cfi_rel_offset (esi, 4)
xorl %eax, %eax
leal -1(%esi), %ecx
movl $magic, %ebx
cfi_rel_offset (ebx, 0)
andl $3, %ecx
cmpb $2, %cl
je L(Src2)
ja L(Src3)
cmpb $1, %cl
je L(Src1)
L(Src0):
orb (%esi), %al
jz L(e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strcpy.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:3 | L(Src3):
movl (%esi), %ecx
leal 4(%esi),%esi
subl %ecx, %eax
addl %ebx, %ecx
decl %eax
jnc L(3)
movl %ecx, %edx
xorl %ecx, %eax
subl %ebx, %edx
andl $~magic, %eax
jne L(4)
movl %edx, (%edi)
leal 4(%edi),%edi
jmp L(Src3)
L(3): movl %ecx, %edx
subl %ebx, %edx
L(4): movb %dl, (%edi)
testb %dl, %d... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strcpy.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:4 | cmpb $0, %dh
jz L(end2)
#ifdef USE_AS_STPCPY
movb %al, 1(%edi)
addl $1, %edi
cmpb $0, %al
jz L(end2)
addl $1, %edi
#else
movb %al, 2(%edi)
testb %al, %al
leal 3(%edi), %edi
jz L(end2)
#endif
L(end): movb %ah, (%edi)
L(end2):
#ifdef USE_AS_STPCPY
movl %edi, %eax
#else
movl DEST(%esp), %eax
#endif
popl... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strcpy.S | 121 | 162 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
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/i586/strcpy.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:2 | pushl %ebx
cfi_adjust_cfa_offset (4)
movl DEST(%esp), %edi
cfi_rel_offset (edi, 8)
movl SRC(%esp), %esi
cfi_rel_offset (esi, 4)
xorl %eax, %eax
leal -1(%esi), %ecx
movl $magic, %ebx
cfi_rel_offset (ebx, 0)
andl $3, %ecx
cmpb $2, %cl
je L(Src2)
ja L(Src3)
cmpb $1, %cl
je L(Src1)
L(Src0):
orb (%esi),... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strcpy.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:3 | incl %esi
L(Src3):
movl (%esi), %ecx
leal 4(%esi),%esi
subl %ecx, %eax
addl %ebx, %ecx
decl %eax
jnc L(3)
movl %ecx, %edx
xorl %ecx, %eax
subl %ebx, %edx
andl $~magic, %eax
jne L(4)
movl %edx, (%edi)
leal 4(%edi),%edi
jmp L(Src3)
L(3): movl %ecx, %edx
subl %ebx, %edx
L(4): movb %dl, (%edi)
te... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strcpy.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
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/i586/strcpy.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
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/i586/strcpy.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
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/i586/strcpy.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
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/i586/strcpy.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
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/i586/strcpy.S | LGPL-2.1 | c5cc45148c89cc5c57d1946348dd242d4db5c5f5 | github | libc | https://github.com/bminor/glibc/blob/c5cc45148c89cc5c57d1946348dd242d4db5c5f5/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
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/i586/strcpy.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:2 | pushl %ebx
cfi_adjust_cfa_offset (4)
movl DEST(%esp), %edi
cfi_rel_offset (edi, 8)
movl SRC(%esp), %esi
cfi_rel_offset (esi, 4)
xorl %eax, %eax
leal -1(%esi), %ecx
movl $magic, %ebx
cfi_rel_offset (ebx, 0)
andl $3, %ecx
#ifdef PIC
call 2f
cfi_adjust_cfa_offset (4)
2: popl %edx
cfi_adjust_cfa_offset (-4... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/strcpy.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:3 | xorl %eax, %eax
incl %esi
orb (%esi), %al
jz L(end)
stosb
xorl %eax, %eax
incl %esi
L(1): movl (%esi), %ecx
leal 4(%esi),%esi
subl %ecx, %eax
addl %ebx, %ecx
decl %eax
jnc L(3)
movl %ecx, %edx
xorl %ecx, %eax
subl %ebx, %edx
andl $~magic, %eax
jne L(4)
movl %edx, (%edi)
leal 4(%edi),%edi
jmp... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/strcpy.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:4 | shrl $16, %eax
movb %dh, 1(%edi)
#ifdef USE_AS_STPCPY
addl $1, %edi
#endif
cmpb $0, %dh
jz L(end2)
#ifdef USE_AS_STPCPY
movb %al, 1(%edi)
addl $1, %edi
cmpb $0, %al
jz L(end2)
addl $1, %edi
#else
movb %al, 2(%edi)
testb %al, %al
leal 3(%edi), %edi
jz L(end2)
#endif
L(end): movb %ah, (%edi)
L(end2):
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strcpy.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/strcpy.S | 121 | 169 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
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/i586/strcpy.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strcpy.S:1 | /* strcpy/stpcpy implementation for i586.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
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/i586/strcpy.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strlen.S:1 | /* strlen -- Compute length of NUL terminated string.
Highly optimized version for ix86, x>=5.
Copyright (C) 1995-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 Gen... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strlen.S:2 | movl STR(%esp), %eax
movl $3, %edx /* load mask (= 3) */
andl %eax, %edx /* separate last two bits of address */
jz L(1) /* aligned => start loop */
jp L(0) /* exactly two bits set */
cmpb %dh, (%eax) /* is byte NUL? */
je L(2) /* yes => return */
incl %eax /* increment pointer */
cmpb %dh, (%eax) ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strlen.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/strlen.S:3 | zero bytes? Suppose every byte of LONGWORD has a bit set
somewhere. There will be a carry into bit 8. If bit 8
is set, this will carry into bit 16. If bit 8 is clear,
one of bits 9-15 must be set, so there will be a carry
into bit 16. Similarly, there will be a carry into bit
24. If one of bits 24-31 is ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strlen.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i586/strlen.S:4 | jne L(3) /* yes => determine byte */
movl (%eax), %ecx /* get word (= 4 bytes) in question */
addl $4, %eax /* adjust pointer for *next* word */
subl %ecx, %edx /* first step to negate word */
addl $magic, %ecx /* add magic word */
decl %edx /* complete negation of word */
jnc L(3) /* previous addl cause... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strlen.S | 121 | 180 |
bminor/glibc:sysdeps/i386/i586/strlen.S:5 | jz L(2) /* yes => return */
inc %eax /* increment pointer */
testb %ch, %ch /* second byte NUL? */
jz L(2) /* yes => return */
shrl $16, %ecx /* make upper bytes accessible */
incl %eax /* increment pointer */
cmpb $0, %cl /* is third byte NUL? */
jz L(2) /* yes => return */
incl %eax /* increm... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/strlen.S | 161 | 181 |
bminor/glibc:sysdeps/i386/i586/strlen.S:1 | /* strlen -- Compute length of NUL terminated string.
Highly optimized version for ix86, x>=5.
Copyright (C) 1995-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 Gen... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i586/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strlen.S:1 | /* strlen -- Compute length of NUL terminated string.
Highly optimized version for ix86, x>=5.
Copyright (C) 1995-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 Gen... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i586/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strlen.S:1 | /* strlen -- Compute length of NUL terminated string.
Highly optimized version for ix86, x>=5.
Copyright (C) 1995-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 Gen... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strlen.S:1 | /* strlen -- Compute length of NUL terminated string.
Highly optimized version for ix86, x>=5.
Copyright (C) 1995-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 Gen... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strlen.S:1 | /* strlen -- Compute length of NUL terminated string.
Highly optimized version for ix86, x>=5.
Copyright (C) 1995-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 Gen... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i586/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/strlen.S:1 | /* strlen -- Compute length of NUL terminated string.
Highly optimized version for ix86, x>=5.
Copyright (C) 1995-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
The GNU C Library is free software; you can redistribute ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/strlen.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/strlen.S | 1 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.