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/hppa/start.S:1
/* ELF startup code for HPPA. Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation;...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/hppa/start.S
1
60
bminor/glibc:sysdeps/hppa/start.S:1
/* ELF startup code for HPPA. Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation;...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/hppa/start.S
1
60
bminor/glibc:sysdeps/hppa/start.S:1
/* ELF startup code for HPPA. Copyright (C) 2002-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation;...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/hppa/start.S
1
60
bminor/glibc:sysdeps/hppa/start.S:1
/* ELF startup code for HPPA. Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation;...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
d5bfa34a53fe67e9e86edc7f5d8277dcd687d064
github
libc
https://github.com/bminor/glibc/blob/d5bfa34a53fe67e9e86edc7f5d8277dcd687d064/sysdeps/hppa/start.S
1
60
bminor/glibc:sysdeps/hppa/start.S:1
/* ELF startup code for HPPA. Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation;...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/hppa/start.S
1
60
bminor/glibc:sysdeps/hppa/start.S:2
/* Have the linker create plabel words so we get PLABEL32 relocs and not 21/14. The use of 21/14 relocs is only supported in the latest dynamic linker. */ #ifdef SHARED .section .data.rel.ro,"aw",@progbits #else .section .rodata,"a",@progbits #endif .align 4 .Lpmain: .word P%main .Lp__libc_start_main: .w...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/hppa/start.S
41
100
bminor/glibc:sysdeps/hppa/start.S:3
1. r26 - Application main 2. r25 - argc 3. r24 - argv 4. r23 - __libc_csu_init 5. sp-52 - __libc_csu_fini 6. sp-56 - rtld_fini 7. sp-60 - stackend */ .proc .callinfo /* Clear previous-sp. */ stw %r0, -4(%sp) /* Setup the stack and frame. */ stw %rp, -20(%sp) ldo 64(%sp), %sp stw %sp, -4(%sp) st...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/hppa/start.S
81
140
bminor/glibc:sysdeps/hppa/start.S:4
/* void (*init) (void) (4th argument) */ ldil LR'.Lp__libc_csu_init, %r23 ldw RR'.Lp__libc_csu_init(%r23), %r23 /* void (*fini) (void) (5th argument) */ ldil LR'.Lp__libc_csu_fini, %r22 ldw RR'.Lp__libc_csu_fini(%r22), %r22 #endif /* Store 5th argument */ stw %r22, -52(%sp) /* void *stack_end (7th argument) */ ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/hppa/start.S
121
157
bminor/glibc:sysdeps/hppa/start.S:1
/* ELF startup code for HPPA. Copyright (C) 2002-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 Foundation;...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
9765ffa71030efd8bb4f2ea4ed6e020fcb4bb714
github
libc
https://github.com/bminor/glibc/blob/9765ffa71030efd8bb4f2ea4ed6e020fcb4bb714/sysdeps/hppa/start.S
1
60
bminor/glibc:sysdeps/hppa/start.S:3
1. r26 - Application main 2. r25 - argc 3. r24 - argv 4. r23 - __libc_csu_init 5. sp-52 - __libc_csu_fini 6. sp-56 - rtld_fini 7. sp-60 - stackend */ .proc .callinfo /* Clear previous-sp. */ stw %r0, -4(%sp) /* Setup the stack and frame. */ stw %rp, -20(%sp) ldo 64(%sp), %sp stw %sp, -4(%sp) st...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/hppa/start.S
81
140
bminor/glibc:sysdeps/hppa/start.S:4
/* void (*init) (void) (4th argument) */ ldil LR'.Lp__libc_csu_init, %r23 ldw RR'.Lp__libc_csu_init(%r23), %r23 /* void (*fini) (void) (5th argument) */ ldil LR'.Lp__libc_csu_fini, %r22 ldw RR'.Lp__libc_csu_fini(%r22), %r22 #endif /* Store 5th argument */ stw %r22, -52(%sp) /* void *stack_end (7th argument) */ ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/hppa/start.S
121
155
bminor/glibc:sysdeps/hppa/start.S:1
/* ELF startup code for HPPA. Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation;...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
cf4253777412e9c8d5bfbc1c8b975f472e1e7d43
github
libc
https://github.com/bminor/glibc/blob/cf4253777412e9c8d5bfbc1c8b975f472e1e7d43/sysdeps/hppa/start.S
1
60
bminor/glibc:sysdeps/hppa/start.S:1
/* ELF startup code for HPPA. Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation;...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/hppa/start.S
1
60
bminor/glibc:sysdeps/hppa/start.S:2
/* Have the linker create plabel words so we get PLABEL32 relocs and not 21/14. The use of 21/14 relocs is only supported in the latest dynamic linker. */ .section .rodata .align 4 .Lpmain: .word P%main .Lp__libc_start_main: .word P%__libc_start_main .Lp__libc_csu_fini: .word P%__libc_csu_fini .Lp__libc_...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/hppa/start.S
41
100
bminor/glibc:sysdeps/hppa/start.S:3
.proc .callinfo /* Clear previous-sp. */ stw %r0, -4(%sp) /* Setup the stack and frame. */ stw %rp, -20(%sp) ldo 64(%sp), %sp stw %sp, -4(%sp) stw %r19, -32(%sp) /* argc and argv should be in 25 and 24 (2nd and 3rd argument) */ /* void (*rtld_fini) (void) (6th argument) */ stw %r23, -56(%sp) /* Need to s...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/hppa/start.S
81
140
bminor/glibc:sysdeps/hppa/start.S:4
stw %r22, -52(%sp) /* void *stack_end (7th argument) */ stw %sp, -60(%sp) /* load global */ ldil L%$global$, %dp ldo R%$global$(%dp), %dp bl __libc_start_main,%r2 nop /* die horribly if it returned (it shouldn't) */ iitlbp %r0,(%sr0,%r0) nop .procend /* Define a symbol for the first piece of initialized ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/hppa/start.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/hppa/start.S
121
143
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/sub_n.S:1
;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ;! store difference 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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/sub_n.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/hppa/sub_n.S
1
58
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:2
sub %r0,%r23,%r1 ;! clear cy as side-effect ds %r0,%r1,%r0 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/hppa/udiv_qrnnd.S
41
100
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:3
addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds %r25,%r23,%r25 addc %r24,%r24,%r24 ds ...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/hppa/udiv_qrnnd.S
81
140
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:4
addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds ...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/hppa/udiv_qrnnd.S
121
180
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:5
addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds ...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/hppa/udiv_qrnnd.S
161
220
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:7
addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds ...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/hppa/udiv_qrnnd.S
241
285
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/hppa/udiv_qrnnd.S:1
;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on pre-PA7000 CPUs. ;! Copyright (C) 1993-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...
arm
gas-like
handwritten
bminor/glibc
sysdeps/hppa/udiv_qrnnd.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/hppa/udiv_qrnnd.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. 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 Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:2
cfi_offset(%esi, JB_SI*4) cfi_offset(%edi, JB_DI*4) cfi_offset(%ebp, JB_BP*4) /* Restore registers. */ movl (JB_BX*4)(%eax), %ebx movl (JB_SI*4)(%eax), %esi movl (JB_DI*4)(%eax), %edi movl (JB_BP*4)(%eax), %ebp cfi_restore(%ebx) cfi_restore(%esi) cfi_restore(%edi) cfi_restore(%ebp) LIBC_PROBE (longjmp_tar...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/__longjmp.S
41
73
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. 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 Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. 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 Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
25f1e16ef03a6a8fb1701c4647d46c564480d88c
github
libc
https://github.com/bminor/glibc/blob/25f1e16ef03a6a8fb1701c4647d46c564480d88c/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. 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 Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:2
/* Check if Shadow Stack is enabled. */ testl $X86_FEATURE_1_SHSTK, %gs:FEATURE_1_OFFSET jz L(skip_ssp) # else xorl %edx, %edx # endif /* Check and adjust the Shadow-Stack-Pointer. */ rdsspd %edx /* And compare it with the saved ssp value. */ subl SHADOW_STACK_POINTER_OFFSET(%eax), %edx je L(skip_ssp) /* ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/__longjmp.S
41
100
bminor/glibc:sysdeps/i386/__longjmp.S:3
cfi_offset(%ebx, JB_BX*4) cfi_offset(%esi, JB_SI*4) cfi_offset(%edi, JB_DI*4) cfi_offset(%ebp, JB_BP*4) /* Restore registers. */ movl (JB_BX*4)(%eax), %ebx movl (JB_SI*4)(%eax), %esi movl (JB_DI*4)(%eax), %edi movl (JB_BP*4)(%eax), %ebp cfi_restore(%ebx) cfi_restore(%esi) cfi_restore(%edi) cfi_restore(%ebp...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/__longjmp.S
81
140
bminor/glibc:sysdeps/i386/__longjmp.S:4
restoring Shadow-Stack-Pointer of setjmp's caller, we need to unwind shadow stack by one more frame. */ addl $1, %edx movl $255, %ebx L(loop): cmpl %ebx, %edx cmovb %edx, %ebx incsspd %ebx subl %ebx, %edx ja L(loop) L(skip_ssp): # endif /* Save the return address now. */ movl (JB_PC*4)(%ecx), %edx L...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/__longjmp.S
121
146
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. 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 Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. 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 Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
88f4b6929c26f9240a4b0b7dcc62922f02544a09
github
libc
https://github.com/bminor/glibc/blob/88f4b6929c26f9240a4b0b7dcc62922f02544a09/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. 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 Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:2
testl $X86_FEATURE_1_SHSTK, %gs:FEATURE_1_OFFSET jz L(skip_ssp) # else xorl %edx, %edx # endif /* Check and adjust the Shadow-Stack-Pointer. */ rdsspd %edx /* And compare it with the saved ssp value. */ subl SHADOW_STACK_POINTER_OFFSET(%eax), %edx je L(skip_ssp) /* Count the number of frames to adjust and a...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/__longjmp.S
41
100
bminor/glibc:sysdeps/i386/__longjmp.S:3
cfi_offset(%esi, JB_SI*4) cfi_offset(%edi, JB_DI*4) cfi_offset(%ebp, JB_BP*4) /* Restore registers. */ movl (JB_BX*4)(%eax), %ebx movl (JB_SI*4)(%eax), %esi movl (JB_DI*4)(%eax), %edi movl (JB_BP*4)(%eax), %ebp cfi_restore(%ebx) cfi_restore(%esi) cfi_restore(%edi) cfi_restore(%ebp) LIBC_PROBE (longjmp_tar...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/__longjmp.S
81
140
bminor/glibc:sysdeps/i386/__longjmp.S:4
need to unwind shadow stack by one more frame. */ addl $1, %edx movl $255, %ebx L(loop): cmpl %ebx, %edx cmovb %edx, %ebx incsspd %ebx subl %ebx, %edx ja L(loop) L(skip_ssp): # endif /* Save the return address now. */ movl (JB_PC*4)(%ecx), %edx LIBC_PROBE (longjmp, 3, 4@%ecx, -4@%eax, 4@%edx) /* Restore re...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/__longjmp.S
121
145
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. 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 Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. Copyright (C) 1995-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. Copyright (C) 1995-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. Copyright (C) 1995-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
faaee1f07ed25b2779bfd935ffb29f431b80d6d3
github
libc
https://github.com/bminor/glibc/blob/faaee1f07ed25b2779bfd935ffb29f431b80d6d3/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. Copyright (C) 1995-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:2
cfi_offset(%edi, JB_DI*4) cfi_offset(%ebp, JB_BP*4) /* Restore registers. */ movl (JB_BX*4)(%eax), %ebx movl (JB_SI*4)(%eax), %esi movl (JB_DI*4)(%eax), %edi movl (JB_BP*4)(%eax), %ebp cfi_restore(%ebx) cfi_restore(%esi) cfi_restore(%edi) cfi_restore(%ebp) LIBC_PROBE (longjmp_target, 3, 4@%eax, -4@8(%esp),...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/__longjmp.S
41
72
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. Copyright (C) 1995-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 Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/__longjmp.S:1
/* longjmp for i386. Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/__longjmp.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/__longjmp.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:2
movl S2(%esp),%edx movl SIZE(%esp),%ecx movl %ecx,%eax shrl $3,%ecx /* compute count for unrolled loop */ negl %eax andl $7,%eax /* get index where to start loop */ jz L(oop) /* necessary special case for 0 */ incl %ecx /* adjust loop count */ shll $2,%eax /* adjustment for pointers... */ subl %eax,%...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/add_n.S
41
100
bminor/glibc:sysdeps/i386/add_n.S:3
movl %eax,12(%edi) movl 16(%esi),%eax adcl 16(%edx),%eax movl %eax,16(%edi) movl 20(%esi),%eax adcl 20(%edx),%eax movl %eax,20(%edi) movl 24(%esi),%eax adcl 24(%edx),%eax movl %eax,24(%edi) movl 28(%esi),%eax adcl 28(%edx),%eax movl %eax,28(%edi) leal 32(%edi),%edi leal 32(%esi),%esi leal 32(%edx),%edx ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/add_n.S
81
111
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
25f1e16ef03a6a8fb1701c4647d46c564480d88c
github
libc
https://github.com/bminor/glibc/blob/25f1e16ef03a6a8fb1701c4647d46c564480d88c/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:2
movl S2(%esp),%edx movl SIZE(%esp),%ecx #if IBT_ENABLED pushl %ebx cfi_adjust_cfa_offset (4) cfi_rel_offset (ebx, 0) #endif movl %ecx,%eax shrl $3,%ecx /* compute count for unrolled loop */ negl %eax andl $7,%eax /* get index where to start loop */ jz L(oop) /* necessary special case for 0 */ incl %ec...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/add_n.S
41
100
bminor/glibc:sysdeps/i386/add_n.S:3
jmp *%eax /* jump into loop */ ALIGN (3) L(oop): movl (%esi),%eax adcl (%edx),%eax movl %eax,(%edi) _CET_ENDBR movl 4(%esi),%eax adcl 4(%edx),%eax movl %eax,4(%edi) _CET_ENDBR movl 8(%esi),%eax adcl 8(%edx),%eax movl %eax,8(%edi) _CET_ENDBR movl 12(%esi),%eax adcl 12(%edx),%eax movl %eax,12(%edi) _CET...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/add_n.S
81
136
bminor/glibc:sysdeps/i386/add_n.S:4
negl %eax #if IBT_ENABLED popl %ebx cfi_adjust_cfa_offset (-4) cfi_restore (ebx) #endif popl %esi cfi_adjust_cfa_offset (-4) cfi_restore (esi) popl %edi cfi_adjust_cfa_offset (-4) cfi_restore (edi) ret END (__mpn_add_n)
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/add_n.S
121
136
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
be9ccd27c09ee76c5397125bfa0fefae318a2996
github
libc
https://github.com/bminor/glibc/blob/be9ccd27c09ee76c5397125bfa0fefae318a2996/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/add_n.S:1
/* 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 GNU Lesser General Pub...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/add_n.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/add_n.S
1
60
bminor/glibc:sysdeps/i386/addmul_1.S:1
/* i80386 __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/addmul_1.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/addmul_1.S
1
60
bminor/glibc:sysdeps/i386/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), %sizeP movl S2LIMB(%esp), %s2_limb cfi_rel_offset (s2_limb, 0) leal (%res_ptr,%sizeP,4), %res_ptr leal (%s1_...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/addmul_1.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/addmul_1.S
41
86
bminor/glibc:sysdeps/i386/addmul_1.S:1
/* i80386 __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/addmul_1.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/addmul_1.S
1
60
bminor/glibc:sysdeps/i386/addmul_1.S:1
/* i80386 __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/addmul_1.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/addmul_1.S
1
60
bminor/glibc:sysdeps/i386/addmul_1.S:1
/* i80386 __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/addmul_1.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/addmul_1.S
1
60
bminor/glibc:sysdeps/i386/addmul_1.S:1
/* i80386 __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/addmul_1.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/addmul_1.S
1
60
bminor/glibc:sysdeps/i386/addmul_1.S:1
/* i80386 __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/addmul_1.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/addmul_1.S
1
60
bminor/glibc:sysdeps/i386/addmul_1.S:1
/* i80386 __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/addmul_1.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/addmul_1.S
1
60
bminor/glibc:sysdeps/i386/addmul_1.S:1
/* i80386 __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/addmul_1.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/addmul_1.S
1
60
bminor/glibc:sysdeps/i386/addmul_1.S:1
/* i80386 __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/addmul_1.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/addmul_1.S
1
60