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/alpha/divq.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | x86_64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divq.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/alpha/divq.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divq.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | x86_64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divq.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/alpha/divq.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divq.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | x86_64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divq.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/alpha/divq.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divq.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | x86_64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divq.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/alpha/divq.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divq.S:1 | /* Copyright (C) 2004-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the ... | x86_64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divq.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/alpha/divq.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:2 | .text
.align 4
.globl __divqu
.type __divqu, @funcnoplt
.usepv __divqu, no
cfi_startproc
cfi_return_column (RA)
__divqu:
lda sp, -FRAME(sp)
cfi_def_cfa_offset (FRAME)
CALL_MCOUNT
/* Get the fp divide insn issued as quickly as possible. After
that's done, we have at least 22 cycles until its results are... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/divqu.S | 41 | 100 |
bminor/glibc:sysdeps/alpha/divqu.S:3 | /* Check to see if X fit in the double as an exact value. */
srl X, 53, AT
bne AT, $x_big
/* If we get here, we're expecting exact results from the division.
Do nothing else besides convert and clean up. */
cvttq/c $f0, $f0
excb
mt_fpcr $f3
_FTOIT $f0, RV, 16
ldt $f0, 0(sp)
ldt $f3, 48(sp)
lda sp, FRA... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/divqu.S | 81 | 140 |
bminor/glibc:sysdeps/alpha/divqu.S:4 | unop
ldt $f2, 24(sp)
blt Y, $y_is_neg
cfi_restore ($f1)
cfi_restore ($f2)
cfi_remember_state /* for y_is_neg */
.align 4
$x_big:
/* If we get here, X is large enough that we don't expect exact
results, and neither X nor Y got mis-translated for the fp
division. Our task is to take the fp result, figure... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/divqu.S | 121 | 180 |
bminor/glibc:sysdeps/alpha/divqu.S:5 | subq QY, X, R
mov Y, SY
mov 1, S
bgt R, $q_high
$q_high_ret:
subq X, QY, R
mov Y, SY
mov 1, S
bgt R, $q_low
$q_low_ret:
ldq t4, 8(sp)
ldq t0, 16(sp)
ldq t1, 24(sp)
ldq t2, 32(sp)
ldq t3, 40(sp)
ldt $f3, 48(sp)
lda sp, FRAME(sp)
cfi_remember_state
cfi_restore (t0)
cfi_restore (t1)
cfi_restore (t2)
... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/divqu.S | 161 | 220 |
bminor/glibc:sysdeps/alpha/divqu.S:6 | cmpult SY, R, AT
bne AT, 0b
subq Q, S, Q
unop
subq QY, SY, QY
br $q_high_ret
.align 4
/* The quotient that we computed was too small. Divide Y by the
current remainder (R) and add that to the existing quotient (Q).
The expectation, of course, is that R is much smaller than X. */
/* Begin with a shif... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/divqu.S | 201 | 257 |
bminor/glibc:sysdeps/alpha/divqu.S:7 | from the divide will be completely wrong. Fortunately, the
quotient must be either 0 or 1, so just compute it directly. */
cmpule Y, X, RV
excb
mt_fpcr $f3
ldt $f0, 0(sp)
ldt $f3, 48(sp)
lda sp, FRAME(sp)
cfi_restore ($f0)
cfi_restore ($f3)
cfi_def_cfa_offset (0)
ret $31, (RA), 1
cfi_endproc
.size __... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/divqu.S | 241 | 257 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 993e3107af67edefcfc79a62ae55f7b98aa5151e | github | libc | https://github.com/bminor/glibc/blob/993e3107af67edefcfc79a62ae55f7b98aa5151e/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:2 | .text
.align 4
.globl __divqu
.type __divqu, @funcnoplt
.usepv __divqu, no
cfi_startproc
cfi_return_column (RA)
__divqu:
lda sp, -FRAME(sp)
cfi_def_cfa_offset (FRAME)
CALL_MCOUNT
/* Get the fp divide insn issued as quickly as possible. After
that's done, we have at least 22 cycles until its results are... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/alpha/divqu.S | 41 | 100 |
bminor/glibc:sysdeps/alpha/divqu.S:3 | srl X, 53, AT
bne AT, $x_big
/* If we get here, we're expecting exact results from the division.
Do nothing else besides convert and clean up. */
cvttq/c $f0, $f0
excb
mt_fpcr $f3
_FTOIT $f0, RV, 16
ldt $f0, 0(sp)
ldt $f3, 48(sp)
cfi_remember_state
cfi_restore ($f0)
cfi_restore ($f1)
cfi_restore ($f3... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/alpha/divqu.S | 81 | 140 |
bminor/glibc:sysdeps/alpha/divqu.S:4 | ldt $f2, 24(sp)
blt Y, $y_is_neg
cfi_restore ($f1)
cfi_restore ($f2)
cfi_remember_state /* for y_is_neg */
.align 4
$x_big:
/* If we get here, X is large enough that we don't expect exact
results, and neither X nor Y got mis-translated for the fp
division. Our task is to take the fp result, figure out h... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/alpha/divqu.S | 121 | 180 |
bminor/glibc:sysdeps/alpha/divqu.S:5 | mov Y, SY
mov 1, S
bgt R, $q_high
$q_high_ret:
subq X, QY, R
mov Y, SY
mov 1, S
bgt R, $q_low
$q_low_ret:
ldq t4, 8(sp)
ldq t0, 16(sp)
ldq t1, 24(sp)
ldq t2, 32(sp)
ldq t3, 40(sp)
ldt $f3, 48(sp)
lda sp, FRAME(sp)
cfi_remember_state
cfi_restore (t0)
cfi_restore (t1)
cfi_restore (t2)
cfi_restore (t3... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/alpha/divqu.S | 161 | 220 |
bminor/glibc:sysdeps/alpha/divqu.S:6 | bne AT, 0b
subq Q, S, Q
unop
subq QY, SY, QY
br $q_high_ret
.align 4
/* The quotient that we computed was too small. Divide Y by the
current remainder (R) and add that to the existing quotient (Q).
The expectation, of course, is that R is much smaller than X. */
/* Begin with a shift-up loop. Comput... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/alpha/divqu.S | 201 | 256 |
bminor/glibc:sysdeps/alpha/divqu.S:7 | quotient must be either 0 or 1, so just compute it directly. */
cmpule Y, X, RV
excb
mt_fpcr $f3
ldt $f0, 0(sp)
ldt $f3, 48(sp)
lda sp, FRAME(sp)
cfi_restore ($f0)
cfi_restore ($f3)
cfi_def_cfa_offset (0)
ret $31, (RA), 1
cfi_endproc
.size __divqu, .-__divqu
DO_DIVBYZERO | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/alpha/divqu.S | 241 | 256 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-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
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/divqu.S:1 | /* Copyright (C) 2004-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/divqu.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/alpha/divqu.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:2 | .frame $30, FRAMESIZE, $26, 0
.mask 0x4000000, 0
ldah $29, 0($27) !gpdisp!1
lda $30, -FRAMESIZE($30)
stq $26, 0*8($30)
stq $16, 2*8($30)
stq $17, 3*8($30)
lda $29, 0($29) !gpdisp!1
stq $18, 4*8($30)
mov $28, $16 /* link_map from .got.plt */
stq $19, 5*8($30)
mov $25, $17 /* offset of reloc entry */
s... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 41 | 100 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:3 | ldt $f18, 10*8($30)
ldt $f19, 11*8($30)
ldt $f20, 12*8($30)
ldt $f21, 13*8($30)
lda $30, FRAMESIZE($30)
jmp $31, ($27), 0
.end _dl_runtime_resolve_new
.globl _dl_runtime_profile_new
.type _dl_runtime_profile_new, @function
#ifdef SHARED
#undef FRAMESIZE
#define FRAMESIZE 20*8
/* We save the registers in a d... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 81 | 140 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:4 | stt $f17, 9*8($30)
mov $30, $19 /* La_alpha_regs address */
stt $f18, 10*8($30)
lda $20, 14*8($30) /* framesize address */
stt $f19, 11*8($30)
stt $f20, 12*8($30)
stt $f21, 13*8($30)
stq $28, 16*8($30)
stq $25, 17*8($30)
bsr $26, _dl_profile_fixup !samegp
mov $0, $27
/* Discover if we're wrapping this c... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 121 | 180 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:5 | bic $18, 15, $18
subq $30, $18, $30
/* Save the call destination around memcpy. */
stq $0, 14*8($30)
/* Copy the stack arguments into place. */
lda $16, 0($30)
lda $17, FRAMESIZE($15)
jsr $26, memcpy
ldgp $29, 0($26)
/* Reload the argument registers. */
ldq $27, 14*8($30)
ldq $16, 2*8($15)
ldq $17, 3*... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 161 | 220 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:6 | mov $15, $30
cfi_def_cfa_register (30)
ldq $26, 0($30)
ldq $15, 15*8($30)
lda $30, FRAMESIZE($30)
ret
cfi_endproc
.size _dl_runtime_profile_new, .-_dl_runtime_profile_new
#endif /* SHARED */
.align 4
.globl _dl_runtime_resolve_old
.ent _dl_runtime_resolve_old
#undef FRAMESIZE
#define FRAMESIZE 44*8
_dl_ru... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 201 | 260 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:7 | stq $23, 17*8($30)
stq $24, 18*8($30)
stq $25, 19*8($30)
stq $29, 20*8($30)
stt $f0, 21*8($30)
stt $f1, 22*8($30)
stt $f10, 23*8($30)
stt $f11, 24*8($30)
stt $f12, 25*8($30)
stt $f13, 26*8($30)
stt $f14, 27*8($30)
stt $f15, 28*8($30)
stt $f16, 29*8($30)
stt $f17, 30*8($30)
stt $f18, 31*8($30)
stt $f19, 3... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 241 | 300 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:8 | subq $17, 20, $17
mov $26, $18
addq $17, $17, $17
bsr $26, _dl_fixup !samegp
/* Move the destination address into position. */
mov $0, $27
/* Restore program registers. */
ldq $26, 0*8($30)
ldq $0, 1*8($30)
ldq $1, 2*8($30)
ldq $2, 3*8($30)
ldq $3, 4*8($30)
ldq $4, 5*8($30)
ldq $5, 6*8($30)
ldq $6, 7*8... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 281 | 340 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:9 | ldt $f19, 32*8($30)
ldt $f20, 33*8($30)
ldt $f21, 34*8($30)
ldt $f22, 35*8($30)
ldt $f23, 36*8($30)
ldt $f24, 37*8($30)
ldt $f25, 38*8($30)
ldt $f26, 39*8($30)
ldt $f27, 40*8($30)
ldt $f28, 41*8($30)
ldt $f29, 42*8($30)
ldt $f30, 43*8($30)
/* Flush the Icache after having modified the .plt code. */
imb
/... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 321 | 380 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:10 | savei 16, 2*8
savei 17, 3*8
savei 18, 4*8
savei 19, 5*8
savei 20, 6*8
savei 21, 7*8
lda $16, FRAMESIZE($30)
savef 16, 8*8
savef 17, 9*8
savef 18, 10*8
savef 19, 11*8
savef 20, 12*8
savef 21, 13*8
stq $16, 1*8($30)
/* Preserve all registers that C normally doesn't. */
savei 0, 14*8
savei 1, 15*8
savei... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 361 | 420 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:11 | savef 24, 38*8
savef 25, 39*8
savef 26, 40*8
savef 27, 41*8
savef 28, 42*8
savef 29, 43*8
savef 30, 44*8
/* Set up our GP. */
br $29, .+4
ldgp $29, 0($29)
/* Set up the arguments for _dl_profile_fixup:
$16 = link_map out of plt0
$17 = offset of reloc entry = ($28 - $27 - 20) /12 * 24
$18 = retu... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 401 | 460 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:12 | ldq $17, 3*8($30)
ldq $18, 4*8($30)
ldq $19, 5*8($30)
ldq $20, 6*8($30)
ldq $21, 7*8($30)
ldt $f16, 8*8($30)
ldt $f17, 9*8($30)
ldt $f18, 10*8($30)
ldt $f19, 11*8($30)
ldt $f20, 12*8($30)
ldt $f21, 13*8($30)
ldq $0, 14*8($30)
ldq $1, 15*8($30)
ldq $2, 16*8($30)
ldq $3, 17*8($30)
ldq $4, 18*8($30)
ldq $5... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 441 | 500 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:13 | ldt $f29, 43*8($30)
ldt $f30, 44*8($30)
/* Clean up and turn control to the destination. */
lda $30, FRAMESIZE($30)
jmp $31, ($27)
1:
/* Create a frame pointer and allocate a new argument frame. */
savei 15, 45*8
mov $30, $15
cfi_def_cfa_register (15)
addq $18, 15, $18
bic $18, 15, $18
subq $30, $18, $30... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 481 | 540 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:14 | jsr $26, ($27), 0
ldgp $29, 0($26)
/* Set up for call to _dl_audit_pltexit. */
ldq $16, 48*8($15)
ldq $17, 49*8($15)
stq $0, 46*8($15)
lda $18, 0($15)
stq $1, 47*8($15)
lda $19, 46*8($15)
stt $f0, 48*8($15)
stt $f1, 49*8($15)
bsr $26, _dl_audit_pltexit !samegp
mov $15, $30
cfi_def_cfa_register (30)
ldq... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/alpha/dl-trampoline.S | 521 | 544 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 55f41ef8de4a4d0c5762d78659e11202d3c765d4 | github | libc | https://github.com/bminor/glibc/blob/55f41ef8de4a4d0c5762d78659e11202d3c765d4/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:2 | .frame $30, FRAMESIZE, $26, 0
.mask 0x4000000, 0
ldah $29, 0($27) !gpdisp!1
lda $30, -FRAMESIZE($30)
stq $26, 0*8($30)
stq $16, 2*8($30)
stq $17, 3*8($30)
lda $29, 0($29) !gpdisp!1
stq $18, 4*8($30)
mov $28, $16 /* link_map from .got.plt */
stq $19, 5*8($30)
mov $25, $17 /* offset of reloc entry */
s... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 41 | 100 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:3 | ldt $f18, 10*8($30)
ldt $f19, 11*8($30)
ldt $f20, 12*8($30)
ldt $f21, 13*8($30)
lda $30, FRAMESIZE($30)
jmp $31, ($27), 0
.end _dl_runtime_resolve_new
.globl _dl_runtime_profile_new
.type _dl_runtime_profile_new, @function
#undef FRAMESIZE
#define FRAMESIZE 20*8
/* We save the registers in a different order... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 81 | 140 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:4 | mov $30, $19 /* La_alpha_regs address */
stt $f18, 10*8($30)
lda $20, 14*8($30) /* framesize address */
stt $f19, 11*8($30)
stt $f20, 12*8($30)
stt $f21, 13*8($30)
stq $28, 16*8($30)
stq $25, 17*8($30)
bsr $26, _dl_profile_fixup !samegp
mov $0, $27
/* Discover if we're wrapping this call. */
ldq $18, 1... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 121 | 180 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:5 | subq $30, $18, $30
/* Save the call destination around memcpy. */
stq $0, 14*8($30)
/* Copy the stack arguments into place. */
lda $16, 0($30)
lda $17, FRAMESIZE($15)
jsr $26, memcpy
ldgp $29, 0($26)
/* Reload the argument registers. */
ldq $27, 14*8($30)
ldq $16, 2*8($15)
ldq $17, 3*8($15)
ldq $18, 4... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 161 | 220 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:6 | mov $15, $30
cfi_def_cfa_register (30)
ldq $26, 0($30)
ldq $15, 15*8($30)
lda $30, FRAMESIZE($30)
ret
cfi_endproc
.size _dl_runtime_profile_new, .-_dl_runtime_profile_new
.align 4
.globl _dl_runtime_resolve_old
.ent _dl_runtime_resolve_old
#undef FRAMESIZE
#define FRAMESIZE 44*8
_dl_runtime_resolve_old:
... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 201 | 260 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:7 | stq $25, 19*8($30)
stq $29, 20*8($30)
stt $f0, 21*8($30)
stt $f1, 22*8($30)
stt $f10, 23*8($30)
stt $f11, 24*8($30)
stt $f12, 25*8($30)
stt $f13, 26*8($30)
stt $f14, 27*8($30)
stt $f15, 28*8($30)
stt $f16, 29*8($30)
stt $f17, 30*8($30)
stt $f18, 31*8($30)
stt $f19, 32*8($30)
stt $f20, 33*8($30)
stt $f21,... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 241 | 300 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:8 | addq $17, $17, $17
bsr $26, _dl_fixup !samegp
/* Move the destination address into position. */
mov $0, $27
/* Restore program registers. */
ldq $26, 0*8($30)
ldq $0, 1*8($30)
ldq $1, 2*8($30)
ldq $2, 3*8($30)
ldq $3, 4*8($30)
ldq $4, 5*8($30)
ldq $5, 6*8($30)
ldq $6, 7*8($30)
ldq $7, 8*8($30)
ldq $8, ... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 281 | 340 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:9 | ldt $f21, 34*8($30)
ldt $f22, 35*8($30)
ldt $f23, 36*8($30)
ldt $f24, 37*8($30)
ldt $f25, 38*8($30)
ldt $f26, 39*8($30)
ldt $f27, 40*8($30)
ldt $f28, 41*8($30)
ldt $f29, 42*8($30)
ldt $f30, 43*8($30)
/* Flush the Icache after having modified the .plt code. */
imb
/* Clean up and turn control to the destina... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 321 | 380 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:10 | savei 19, 5*8
savei 20, 6*8
savei 21, 7*8
lda $16, FRAMESIZE($30)
savef 16, 8*8
savef 17, 9*8
savef 18, 10*8
savef 19, 11*8
savef 20, 12*8
savef 21, 13*8
stq $16, 1*8($30)
/* Preserve all registers that C normally doesn't. */
savei 0, 14*8
savei 1, 15*8
savei 2, 16*8
savei 3, 17*8
savei 4, 18*8
savei... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 361 | 420 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:11 | savef 27, 41*8
savef 28, 42*8
savef 29, 43*8
savef 30, 44*8
/* Set up our GP. */
br $29, .+4
ldgp $29, 0($29)
/* Set up the arguments for _dl_profile_fixup:
$16 = link_map out of plt0
$17 = offset of reloc entry = ($28 - $27 - 20) /12 * 24
$18 = return address
$19 = La_alpha_regs address
$... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 401 | 460 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:12 | ldq $20, 6*8($30)
ldq $21, 7*8($30)
ldt $f16, 8*8($30)
ldt $f17, 9*8($30)
ldt $f18, 10*8($30)
ldt $f19, 11*8($30)
ldt $f20, 12*8($30)
ldt $f21, 13*8($30)
ldq $0, 14*8($30)
ldq $1, 15*8($30)
ldq $2, 16*8($30)
ldq $3, 17*8($30)
ldq $4, 18*8($30)
ldq $5, 19*8($30)
ldq $6, 20*8($30)
ldq $7, 21*8($30)
ldq $8... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 441 | 500 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:13 | /* Clean up and turn control to the destination. */
lda $30, FRAMESIZE($30)
jmp $31, ($27)
1:
/* Create a frame pointer and allocate a new argument frame. */
savei 15, 45*8
mov $30, $15
cfi_def_cfa_register (15)
addq $18, 15, $18
bic $18, 15, $18
subq $30, $18, $30
/* Save the call destination around memc... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 481 | 540 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:14 | /* Set up for call to _dl_audit_pltexit. */
ldq $16, 48*8($15)
ldq $17, 49*8($15)
stq $0, 46*8($15)
lda $18, 0($15)
stq $1, 47*8($15)
lda $19, 46*8($15)
stt $f0, 48*8($15)
stt $f1, 49*8($15)
bsr $26, _dl_audit_pltexit !samegp
mov $15, $30
cfi_def_cfa_register (30)
ldq $26, 0($30)
ldq $15, 45*8($30)
lda ... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/dl-trampoline.S | 521 | 540 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 8c0664e2b861fd3789602cc0b0b1922b0e20cb3a | github | libc | https://github.com/bminor/glibc/blob/8c0664e2b861fd3789602cc0b0b1922b0e20cb3a/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:5 | subq $30, $18, $30
/* Save the call destination around memcpy. */
stq $0, 14*8($30)
/* Copy the stack arguments into place. */
lda $16, 0($30)
lda $17, FRAMESIZE($15)
jsr $26, memcpy
ldgp $29, 0($26)
/* Reload the argument registers. */
ldq $27, 14*8($30)
ldq $16, 2*8($15)
ldq $17, 3*8($15)
ldq $18, 4... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/alpha/dl-trampoline.S | 161 | 220 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:13 | /* Clean up and turn control to the destination. */
lda $30, FRAMESIZE($30)
jmp $31, ($27)
1:
/* Create a frame pointer and allocate a new argument frame. */
savei 15, 45*8
mov $30, $15
cfi_def_cfa_register (15)
addq $18, 15, $18
bic $18, 15, $18
subq $30, $18, $30
/* Save the call destination around memc... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/alpha/dl-trampoline.S | 481 | 540 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:14 | /* Set up for call to _dl_call_pltexit. */
ldq $16, 48*8($15)
ldq $17, 49*8($15)
stq $0, 46*8($15)
lda $18, 0($15)
stq $1, 47*8($15)
lda $19, 46*8($15)
stt $f0, 48*8($15)
stt $f1, 49*8($15)
bsr $26, _dl_call_pltexit !samegp
mov $15, $30
cfi_def_cfa_register (30)
ldq $26, 0($30)
ldq $15, 45*8($30)
lda $3... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/alpha/dl-trampoline.S | 521 | 540 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/dl-trampoline.S:1 | /* PLT trampolines. Alpha version.
Copyright (C) 2005-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 Found... | arm64 | gas-like | macro-heavy | bminor/glibc | sysdeps/alpha/dl-trampoline.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/alpha/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* 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
License as published by the Free Software Foundation; either
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:2 | .align 4
ENTRY(ffsl)
#ifdef PROF
ldgp gp, 0(pv)
lda AT, _mcount
jsr AT, (AT), _mcount
.prologue 1
$ffsl..ng:
#else
.prologue 0
#endif
not $16, $1 # e0 :
ldi $2, -1 # .. e1 :
cmpbge $1, $2, $3 # e0 : bit N == 1 for byte N == 0
clr $0 # .. e1 :
addq $3, 1, $4 # e0 :
bic $4, $3, $3 # e1 : bit N =... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/alpha/ffs.S | 41 | 90 |
bminor/glibc:sysdeps/alpha/ffs.S:3 | cmoveq $16, 0, $0 # e0 : trap input == 0 case.
ret # .. e1 : 18
END(ffsl)
weak_alias (__ffs, ffs)
libc_hidden_def (__ffs)
libc_hidden_builtin_def (ffs)
weak_extern (ffsl)
weak_alias (ffsl, ffsll) | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/alpha/ffs.S | 81 | 90 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* 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
License as published by the Free Software Foundation; either
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* 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
License as published by the Free Software Foundation; either
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* 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
License as published by the Free Software Foundation; either
version 2.1 of the ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
Contributed by David Mosberger (davidm@cs.arizona.edu).
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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:2 | END(__ffs)
.align 4
ENTRY(ffsl)
#ifdef PROF
ldgp gp, 0(pv)
lda AT, _mcount
jsr AT, (AT), _mcount
.prologue 1
$ffsl..ng:
#else
.prologue 0
#endif
not $16, $1 # e0 :
ldi $2, -1 # .. e1 :
cmpbge $1, $2, $3 # e0 : bit N == 1 for byte N == 0
clr $0 # .. e1 :
addq $3, 1, $4 # e0 :
bic $4, $3, $3 # e1... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/alpha/ffs.S | 41 | 91 |
bminor/glibc:sysdeps/alpha/ffs.S:3 | nop # .. e1 :
cmoveq $16, 0, $0 # e0 : trap input == 0 case.
ret # .. e1 : 18
END(ffsl)
weak_alias (__ffs, ffs)
libc_hidden_def (__ffs)
libc_hidden_builtin_def (ffs)
weak_extern (ffsl)
weak_alias (ffsl, ffsll) | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/alpha/ffs.S | 81 | 91 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* Copyright (C) 1996-2020 Free Software Foundation, Inc.
Contributed by David Mosberger (davidm@cs.arizona.edu).
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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* Copyright (C) 1996-2019 Free Software Foundation, Inc.
Contributed by David Mosberger (davidm@cs.arizona.edu).
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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* Copyright (C) 1996-2019 Free Software Foundation, Inc.
Contributed by David Mosberger (davidm@cs.arizona.edu).
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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* Copyright (C) 1996-2018 Free Software Foundation, Inc.
Contributed by David Mosberger (davidm@cs.arizona.edu).
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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* Copyright (C) 1996-2017 Free Software Foundation, Inc.
Contributed by David Mosberger (davidm@cs.arizona.edu).
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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* Copyright (C) 1996-2016 Free Software Foundation, Inc.
Contributed by David Mosberger (davidm@cs.arizona.edu).
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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/ffs.S:1 | /* Copyright (C) 1996-2015 Free Software Foundation, Inc.
Contributed by David Mosberger (davidm@cs.arizona.edu).
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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/ffs.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/alpha/ffs.S | 1 | 60 |
bminor/glibc:sysdeps/alpha/fpu/s_fmax.S:1 | /* Copyright (C) 2007-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson.
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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/fpu/s_fmax.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/alpha/fpu/s_fmax.S | 1 | 52 |
bminor/glibc:sysdeps/alpha/fpu/s_fmax.S:1 | /* Copyright (C) 2007-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson.
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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/fpu/s_fmax.S | LGPL-2.1 | f433d0b3bbde748fa7f0941980c3d4d2863dc483 | github | libc | https://github.com/bminor/glibc/blob/f433d0b3bbde748fa7f0941980c3d4d2863dc483/sysdeps/alpha/fpu/s_fmax.S | 1 | 52 |
bminor/glibc:sysdeps/alpha/fpu/s_fmax.S:1 | /* Copyright (C) 2007-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson.
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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/fpu/s_fmax.S | LGPL-2.1 | 5de606387b60d57399e61bdb78d6697139ceb445 | github | libc | https://github.com/bminor/glibc/blob/5de606387b60d57399e61bdb78d6697139ceb445/sysdeps/alpha/fpu/s_fmax.S | 1 | 51 |
bminor/glibc:sysdeps/alpha/fpu/s_fmax.S:1 | /* Copyright (C) 2007-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson.
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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/fpu/s_fmax.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/alpha/fpu/s_fmax.S | 1 | 57 |
bminor/glibc:sysdeps/alpha/fpu/s_fmax.S:1 | /* Copyright (C) 2007-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson.
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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/fpu/s_fmax.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/alpha/fpu/s_fmax.S | 1 | 57 |
bminor/glibc:sysdeps/alpha/fpu/s_fmax.S:1 | /* Copyright (C) 2007-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson.
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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/fpu/s_fmax.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/alpha/fpu/s_fmax.S | 1 | 57 |
bminor/glibc:sysdeps/alpha/fpu/s_fmin.S:1 | /* Copyright (C) 2007-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson.
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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/fpu/s_fmin.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/alpha/fpu/s_fmin.S | 1 | 52 |
bminor/glibc:sysdeps/alpha/fpu/s_fmin.S:1 | /* Copyright (C) 2007-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson.
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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/fpu/s_fmin.S | LGPL-2.1 | f433d0b3bbde748fa7f0941980c3d4d2863dc483 | github | libc | https://github.com/bminor/glibc/blob/f433d0b3bbde748fa7f0941980c3d4d2863dc483/sysdeps/alpha/fpu/s_fmin.S | 1 | 52 |
bminor/glibc:sysdeps/alpha/fpu/s_fmin.S:1 | /* Copyright (C) 2007-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson.
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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/fpu/s_fmin.S | LGPL-2.1 | 5de606387b60d57399e61bdb78d6697139ceb445 | github | libc | https://github.com/bminor/glibc/blob/5de606387b60d57399e61bdb78d6697139ceb445/sysdeps/alpha/fpu/s_fmin.S | 1 | 51 |
bminor/glibc:sysdeps/alpha/fpu/s_fmin.S:1 | /* Copyright (C) 2007-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson.
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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/alpha/fpu/s_fmin.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/alpha/fpu/s_fmin.S | 1 | 57 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.