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/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:2 | movl RES(%esp),%edi
cfi_rel_offset (edi, 12)
movl S1(%esp),%esi
cfi_rel_offset (esi, 8)
movl S2(%esp),%ebx
cfi_rel_offset (ebx, 0)
movl SIZE(%esp),%ecx
movl (%ebx),%ebp
cfi_rel_offset (ebp, 4)
decl %ecx
movl %ecx,%edx
shrl $3,%ecx
andl $7,%edx
testl %ecx,%ecx /* zero carry flag */
jz L(end)
pushl %edx
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/add_n.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/add_n.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/add_n.S:3 | L(3): movl 16(%esi),%eax
movl 20(%esi),%edx
adcl %ebp,%eax
movl 20(%ebx),%ebp
adcl %ebp,%edx
movl 24(%ebx),%ebp
movl %eax,-16(%edi)
movl %edx,-12(%edi)
L(4): movl 24(%esi),%eax
movl 28(%esi),%edx
adcl %ebp,%eax
movl 28(%ebx),%ebp
adcl %ebp,%edx
movl 32(%ebx),%ebp
movl %eax,-8(%edi)
movl %edx,-4(%edi)
l... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/add_n.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/add_n.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i586/add_n.S:4 | L(end2):
movl (%esi),%eax
adcl %ebp,%eax
movl %eax,(%edi)
sbbl %eax,%eax
negl %eax
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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/add_n.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/add_n.S | 121 | 143 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/add_n.S:1 | /* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third 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/add_n.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_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/addmul_1.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/addmul_1.S | 41 | 94 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:3 | cfi_restore (s2_limb)
popl %ebp
cfi_adjust_cfa_offset (-4)
cfi_restore (ebp)
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_addmul_1) | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/addmul_1.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/addmul_1.S | 81 | 94 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/addmul_1.S:1 | /* Pentium __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to 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/addmul_1.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.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(%esi),%eax
cmpl %edi,%eax
jnc L(special) /* jump if... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/lshift.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/lshift.S:3 | movl (%esi),%eax
movl -4(%esi),%edx
shldl %cl,%eax,%ebp
shldl %cl,%edx,%eax
movl %ebp,(%edi)
movl %eax,-4(%edi)
movl -8(%esi),%ebp
movl -12(%esi),%eax
shldl %cl,%ebp,%edx
shldl %cl,%eax,%ebp
movl %edx,-8(%edi)
movl %ebp,-12(%edi)
movl -16(%esi),%edx
movl -20(%esi),%ebp
shldl %cl,%edx,%eax
shldl %cl,%eb... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/lshift.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i586/lshift.S:4 | shldl %cl,%eax,%edx
movl %edx,(%edi)
movl %eax,%edx
subl $4,%esi
subl $4,%edi
decl %ebx
jnz L(oop2)
L(end2):
shll %cl,%edx /* compute least 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 (... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/lshift.S | 121 | 180 |
bminor/glibc:sysdeps/i386/i586/lshift.S:5 | L(special):
movl (%esi),%edx
addl $4,%esi
decl %ebx
pushl %ebx
cfi_adjust_cfa_offset (4)
shrl $3,%ebx
addl %edx,%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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/lshift.S | 161 | 220 |
bminor/glibc:sysdeps/i386/i586/lshift.S:6 | movl %edx,20(%edi)
movl 24(%esi),%eax
movl 28(%esi),%edx
adcl %eax,%eax
movl %ebp,24(%edi)
adcl %edx,%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 %ea... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/lshift.S | 201 | 255 |
bminor/glibc:sysdeps/i386/i586/lshift.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_lshift) | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/lshift.S | 241 | 255 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/lshift.S:1 | /* Pentium optimized __mpn_lshift --
Copyright (C) 1992-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 Foun... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/lshift.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/lshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:2 | pushl %esi
cfi_adjust_cfa_offset (4)
movl DEST(%esp), %edi
cfi_rel_offset (edi, 4)
movl SRC(%esp), %esi
cfi_rel_offset (esi, 0)
movl LEN(%esp), %ecx
movl %edi, %eax
/* We need this in any case. */
cld
/* Cutoff for the big loop is a size of 32 bytes since otherwise
the loop will never be entered. */
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/memcpy.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:3 | movl %eax, (%edi)
movl %edx, 4(%edi)
movl 8(%esi), %eax
movl 12(%esi), %edx
movl %eax, 8(%edi)
movl %edx, 12(%edi)
movl 16(%esi), %eax
movl 20(%esi), %edx
movl %eax, 16(%edi)
movl %edx, 20(%edi)
movl 24(%esi), %eax
movl 28(%esi), %edx
movl %eax, 24(%edi)
movl %edx, 28(%edi)
leal 32(%esi), %esi
leal 32(%... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/memcpy.S | 81 | 124 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 0fdf4ba48ccce5abf567340b0ab8fa8ed8a9bc6e | github | libc | https://github.com/bminor/glibc/blob/0fdf4ba48ccce5abf567340b0ab8fa8ed8a9bc6e/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | dd8486ffc195f5fe150b2d3724c7712686cfddb0 | github | libc | https://github.com/bminor/glibc/blob/dd8486ffc195f5fe150b2d3724c7712686cfddb0/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:2 | cfi_adjust_cfa_offset (4)
movl DEST(%esp), %edi
cfi_rel_offset (edi, 4)
movl SRC(%esp), %esi
cfi_rel_offset (esi, 0)
movl LEN(%esp), %ecx
movl %edi, %eax
/* We need this in any case. */
cld
/* Cutoff for the big loop is a size of 32 bytes since otherwise
the loop will never be entered. */
cmpl $32, %... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/memcpy.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:3 | movl %edx, 4(%edi)
movl 8(%esi), %eax
movl 12(%esi), %edx
movl %eax, 8(%edi)
movl %edx, 12(%edi)
movl 16(%esi), %eax
movl 20(%esi), %edx
movl %eax, 16(%edi)
movl %edx, 20(%edi)
movl 24(%esi), %eax
movl 28(%esi), %edx
movl %eax, 24(%edi)
movl %edx, 28(%edi)
leal 32(%esi), %esi
leal 32(%edi), %edi
jns L(... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/memcpy.S | 81 | 123 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Fou... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Lesser Ge... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Lesser Ge... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Lesser Ge... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Lesser Ge... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Lesser Ge... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Lesser Ge... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Lesser Ge... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Lesser Ge... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | b6e19c4bdcb6b7093a3913ce26f6ec50b9a6e0dc | github | libc | https://github.com/bminor/glibc/blob/b6e19c4bdcb6b7093a3913ce26f6ec50b9a6e0dc/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:1 | /* Highly optimized version 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 Lesser Ge... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:2 | #endif
ENTRY (memcpy)
pushl %edi
cfi_adjust_cfa_offset (4)
pushl %esi
cfi_adjust_cfa_offset (4)
movl DEST(%esp), %edi
cfi_rel_offset (edi, 4)
movl SRC(%esp), %esi
cfi_rel_offset (esi, 0)
movl LEN(%esp), %ecx
movl %edi, %eax
/* We need this in any case. */
cld
/* Cutoff for the big loop is a size of 32... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/memcpy.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/memcpy.S:3 | code the flags are not changed anymore. */
subl $32, %ecx
movl (%esi), %eax
movl 4(%esi), %edx
movl %eax, (%edi)
movl %edx, 4(%edi)
movl 8(%esi), %eax
movl 12(%esi), %edx
movl %eax, 8(%edi)
movl %edx, 12(%edi)
movl 16(%esi), %eax
movl 20(%esi), %edx
movl %eax, 16(%edi)
movl %edx, 20(%edi)
movl 24(%esi),... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memcpy.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/memcpy.S | 81 | 129 |
bminor/glibc:sysdeps/i386/i586/mempcpy.S:1 | #define USE_AS_MEMPCPY
#define memcpy __mempcpy
#define __memcpy_chk __mempcpy_chk
#include <sysdeps/i386/i586/memcpy.S>
libc_hidden_def (__mempcpy)
weak_alias (__mempcpy, mempcpy)
libc_hidden_builtin_def (mempcpy) | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i586/mempcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/mempcpy.S | 1 | 8 |
bminor/glibc:sysdeps/i386/i586/mempcpy.S:1 | #define memcpy __mempcpy
#define __memcpy_chk __mempcpy_chk
#include <sysdeps/i386/i586/memcpy.S>
libc_hidden_def (__mempcpy)
weak_alias (__mempcpy, mempcpy)
libc_hidden_builtin_def (mempcpy) | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i586/mempcpy.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i586/mempcpy.S | 1 | 7 |
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-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/memset.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memset.S:2 | cfi_adjust_cfa_offset (4)
movl DEST(%esp), %edi
cfi_rel_offset (edi, 0)
movl LEN(%esp), %edx
movb CHR(%esp), %al
movb %al, %ah
movl %eax, %ecx
shll $16, %eax
movw %cx, %ax
cld
/* If less than 36 bytes to write, skip tricky code (it wouldn't work). */
cmpl $36, %edx
movl %edx, %ecx /* needed when branch is... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/memset.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/memset.S:3 | jge L(1)
leal 32(%edx), %ecx /* reset offset count */
/* Write last 0-7 full 32-bit words (up to 8 words if loop was skipped). */
L(2): shrl $2, %ecx /* convert byte count to longword count */
rep
stosl
/* Finally write the last 0-3 bytes. */
movl %edx, %ecx
andl $3, %ecx
rep
stosb
/* Load result (only if... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i586/memset.S | 81 | 104 |
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-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/i586/memset.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i586/memset.S | 1 | 60 |
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-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/i586/memset.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i586/memset.S | 1 | 60 |
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-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/i586/memset.S | LGPL-2.1 | dd8486ffc195f5fe150b2d3724c7712686cfddb0 | github | libc | https://github.com/bminor/glibc/blob/dd8486ffc195f5fe150b2d3724c7712686cfddb0/sysdeps/i386/i586/memset.S | 1 | 60 |
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-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/i586/memset.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/memset.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memset.S:2 | movl DEST(%esp), %edi
cfi_rel_offset (edi, 0)
movl LEN(%esp), %edx
movb CHR(%esp), %al
movb %al, %ah
movl %eax, %ecx
shll $16, %eax
movw %cx, %ax
cld
/* If less than 36 bytes to write, skip tricky code (it wouldn't work). */
cmpl $36, %edx
movl %edx, %ecx /* needed when branch is taken! */
jl L(2)
/* Firs... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/memset.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/memset.S:3 | leal 32(%edx), %ecx /* reset offset count */
/* Write last 0-7 full 32-bit words (up to 8 words if loop was skipped). */
L(2): shrl $2, %ecx /* convert byte count to longword count */
rep
stosl
/* Finally write the last 0-3 bytes. */
movl %edx, %ecx
andl $3, %ecx
rep
stosb
/* Load result (only if used as me... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i586/memset.S | 81 | 103 |
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-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/i586/memset.S | LGPL-2.1 | 0f88a5c66e1cbb574bf37d953bf7155c0a1f5ae7 | github | libc | https://github.com/bminor/glibc/blob/0f88a5c66e1cbb574bf37d953bf7155c0a1f5ae7/sysdeps/i386/i586/memset.S | 1 | 60 |
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-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/i586/memset.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/memset.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memset.S:2 | ENTRY (memset)
pushl %edi
cfi_adjust_cfa_offset (4)
movl DEST(%esp), %edi
cfi_rel_offset (edi, 0)
movl LEN(%esp), %edx
#ifdef USE_AS_BZERO
xorl %eax, %eax /* we fill with 0 */
#else
movb CHR(%esp), %al
movb %al, %ah
movl %eax, %ecx
shll $16, %eax
movw %cx, %ax
#endif
cld
/* If less than 36 bytes to write... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/memset.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/memset.S:3 | 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 /* update destination pointer */
jge L(1)
leal 32(%edx), %ecx /* reset offset count */
/* Write last 0-7 full 32-bit words (up to 8 words if loop was skipped). */
L(2): s... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i586/memset.S | 81 | 113 |
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-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/i586/memset.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i586/memset.S | 1 | 60 |
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-2021 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 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/memset.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memset.S:2 | #endif
ENTRY (memset)
pushl %edi
cfi_adjust_cfa_offset (4)
movl DEST(%esp), %edi
cfi_rel_offset (edi, 0)
movl LEN(%esp), %edx
#ifdef USE_AS_BZERO
xorl %eax, %eax /* we fill with 0 */
#else
movb CHR(%esp), %al
movb %al, %ah
movl %eax, %ecx
shll $16, %eax
movw %cx, %ax
#endif
cld
/* If less than 36 bytes t... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/memset.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i586/memset.S:3 | 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 /* update destination pointer */
jge L(1)
leal 32(%edx), %ecx /* reset offset count */
/* Write last 0-7 full 32-bit words (up to 8 words if loop was s... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i586/memset.S | 81 | 114 |
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-2020 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 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i586/memset.S | 1 | 60 |
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-2019 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 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i586/memset.S | 1 | 60 |
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-2019 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 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i586/memset.S | 1 | 60 |
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-2018 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 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i586/memset.S | 1 | 60 |
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-2017 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 | c8a0e6ec03b2646842fe3c7c59955f55175f3669 | github | libc | https://github.com/bminor/glibc/blob/c8a0e6ec03b2646842fe3c7c59955f55175f3669/sysdeps/i386/i586/memset.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i586/memset.S:3 | 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 /* update destination pointer */
jge L(1)
leal 32(%edx), %ecx /* reset offset count */
/* Write last 0-7 full 32-bit words (up to 8 words if loop was s... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i586/memset.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i586/memset.S | 81 | 121 |
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-2016 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 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i586/memset.S | 1 | 60 |
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 | f6b71eada3cfbaa13dd4019978e9bd29055bad9f | github | libc | https://github.com/bminor/glibc/blob/f6b71eada3cfbaa13dd4019978e9bd29055bad9f/sysdeps/i386/i586/memset.S | 1 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.