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/ia64/bzero.S:2 | #define save_lc r30
#define ptr0 r29
#define ptr1 r28
#define ptr2 r27
#define ptr3 r26
#define ptr9 r24
#define loopcnt r23
#define linecnt r22
#define bytecnt r21
// This routine uses only scratch predicate registers (p6 - p15)
#define p_scr p6 // default register for same-cycle branches
#define p_unalgn ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/bzero.S | 41 | 100 |
bminor/glibc:sysdeps/ia64/bzero.S:3 | lfetch.nt1 [dest]
.save ar.lc, save_lc
movi0 save_lc = ar.lc
} { .mmi
.body
mov ret0 = dest // return value
nop.m 0
cmp.eq p_scr, p0 = cnt, r0
;; }
{ .mmi
and ptr2 = -(MIN1+1), dest // aligned address
and tmp = MIN1, dest // prepare to check for alignment
tbit.nz p_y, p_n = dest, 0 // Do we have an odd addr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/bzero.S | 81 | 140 |
bminor/glibc:sysdeps/ia64/bzero.S:4 | } { .mib
(p_yy) st4 [ptr2] = r0,-2
(p_nn) add ptr2 = 2, ptr2
;; }
{ .mmi
mov tmp = LINE_SIZE+1 // for compare
(p_y) add cnt = -2, cnt
(p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ?
} { .mmi
nop.m 0
(p_y) st2 [ptr2] = r0,-1
(p_n) add ptr2 = 1, ptr2
;; }
{ .mmi
(p_yy) st1 [ptr2] = r0
cmp.gt p... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/bzero.S | 121 | 180 |
bminor/glibc:sysdeps/ia64/bzero.S:5 | add ptr1 = tmp, ptr1 // first address beyond total range
;; }
{ .mmi
add tmp = -1, linecnt // next loop count
movi0 ar.lc = loopcnt
;; }
.pref_l1b:
{ .mib
stf.spill [ptr9] = f0, 128 // Do stores one cache line apart
nop.i 0
br.cloop.dptk.few .pref_l1b
;; }
{ .mmi
add ptr0 = 16, ptr2 // Two stores in parallel
... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/bzero.S | 161 | 220 |
bminor/glibc:sysdeps/ia64/bzero.S:6 | .fraction_of_line:
{ .mib
add ptr2 = 16, ptr1
shr.u loopcnt = cnt, 5 // loopcnt = cnt / 32
;; }
{ .mib
cmp.eq p_scr, p0 = loopcnt, r0
add loopcnt = -1, loopcnt
(p_scr) br.cond.dpnt.many .store_words
;; }
{ .mib
and cnt = 0x1f, cnt // compute the remaining cnt
movi0 ar.lc = loopcnt
;; }
.align 32
.l2: // --... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/bzero.S | 201 | 260 |
bminor/glibc:sysdeps/ia64/bzero.S:7 | { .mmi // store
(p_yy) store [ptr1] = myval, 8
(p_yy) add cnt = -8, cnt // subtract
;; }
.move_bytes_from_alignment:
{ .mib
cmp.eq p_scr, p0 = cnt, r0
tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
(p_scr) br.cond.dpnt.few .restore_and_exit
;; }
{ .mib
(p_y) st4 [ptr1] = r0,4
tbit.nz.unc p_yy... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/bzero.S | 241 | 300 |
bminor/glibc:sysdeps/ia64/bzero.S:8 | (p_y) add cnt = -1, cnt // [15, 14 (or less) left]
;; }
{ .mmi
(p_yy) cmp.le.unc p_y, p0 = 8, cnt
add ptr3 = ptr1, cnt // prepare last store
movi0 ar.lc = save_lc
} { .mmi
(p_yy) st2 [ptr1] = r0, 4 // fill 2 (aligned) bytes
(p_yy) st2 [ptr2] = r0, 4 // fill 2 (aligned) bytes
(p_yy) add cnt = -4, cnt // [11, 10 (o... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/bzero.S | 281 | 314 |
bminor/glibc:sysdeps/ia64/bzero.S:1 | /* Optimized version of the standard bzero() function.
This file is part of the GNU C Library.
Copyright (C) 2000-2020 Free Software Foundation, Inc.
Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>.
Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch>
The GNU C Library is free ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/ia64/bzero.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/bzero.S:1 | /* Optimized version of the standard bzero() function.
This file is part of the GNU C Library.
Copyright (C) 2000-2019 Free Software Foundation, Inc.
Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>.
Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch>
The GNU C Library is free ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/ia64/bzero.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/bzero.S:1 | /* Optimized version of the standard bzero() function.
This file is part of the GNU C Library.
Copyright (C) 2000-2019 Free Software Foundation, Inc.
Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>.
Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch>
The GNU C Library is free ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/ia64/bzero.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/bzero.S:1 | /* Optimized version of the standard bzero() function.
This file is part of the GNU C Library.
Copyright (C) 2000-2018 Free Software Foundation, Inc.
Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>.
Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch>
The GNU C Library is free ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/ia64/bzero.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/bzero.S:1 | /* Optimized version of the standard bzero() function.
This file is part of the GNU C Library.
Copyright (C) 2000-2017 Free Software Foundation, Inc.
Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>.
Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch>
The GNU C Library is free ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/ia64/bzero.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/bzero.S:1 | /* Optimized version of the standard bzero() function.
This file is part of the GNU C Library.
Copyright (C) 2000-2016 Free Software Foundation, Inc.
Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>.
Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch>
The GNU C Library is free ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/ia64/bzero.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/bzero.S:1 | /* Optimized version of the standard bzero() function.
This file is part of the GNU C Library.
Copyright (C) 2000-2015 Free Software Foundation, Inc.
Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>.
Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch>
The GNU C Library is free ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/bzero.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/ia64/bzero.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:2 | #include <libc-symbols.h>
#include <sysdep.h>
#undef ret
#ifndef PREINIT_FUNCTION
# define PREINIT_FUNCTION __gmon_start__
#endif
#ifndef PREINIT_FUNCTION_WEAK
# define PREINIT_FUNCTION_WEAK 1
#endif
#if PREINIT_FUNCTION_WEAK
weak_extern (PREINIT_FUNCTION)
#else
.hidden PREINIT_FUNCTION
#endif
/* If we have worki... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/crti.S | 41 | 100 |
bminor/glibc:sysdeps/ia64/crti.S:3 | .text
.align 64
.proc gmon_initializer#
gmon_initializer:
.prologue 12, 32
.mmi
.save ar.pfs, r33
alloc r33 = ar.pfs, 0, 3, 0, 0
addl r14 = @ltoff(@fptr(PREINIT_FUNCTION#)), gp
.save rp, r32
mov r32 = b0
.mmi
mov r34 = r1
.body
;;
ld8 r14 = [r14]
nop 0
;;
.mib
cmp.eq p6, p7 = 0, r14
nop 0
(p6) br.co... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/crti.S | 81 | 140 |
bminor/glibc:sysdeps/ia64/crti.S:4 | mov b0 = r32
br.ret.sptk.many b0
.endp gmon_initializer#
# undef PREINIT_FUNCTION
# define PREINIT_FUNCTION gmon_initializer
#endif
.section .init_array, "aw"
data8 @fptr(PREINIT_FUNCTION)
.section .init,"ax",@progbits
.global _init#
.hidden _init#
.proc _init#
_init:
.prologue
.save ar.pfs, r34
alloc r34 =... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/crti.S | 121 | 162 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | 67c0579669ba1fc265d770252fab31babf887329 | github | libc | https://github.com/bminor/glibc/blob/67c0579669ba1fc265d770252fab31babf887329/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:3 | .text
.align 64
.proc gmon_initializer#
gmon_initializer:
.prologue 12, 32
.mmi
.save ar.pfs, r33
alloc r33 = ar.pfs, 0, 3, 0, 0
addl r14 = @ltoff(@fptr(PREINIT_FUNCTION#)), gp
.save rp, r32
mov r32 = b0
.mmi
mov r34 = r1
.body
;;
ld8 r14 = [r14]
nop 0
;;
.mib
cmp.eq p6, p7 = 0, r14
nop 0
(p6) br.co... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/ia64/crti.S | 81 | 140 |
bminor/glibc:sysdeps/ia64/crti.S:4 | mov b0 = r32
br.ret.sptk.many b0
.endp gmon_initializer#
# undef PREINIT_FUNCTION
# define PREINIT_FUNCTION gmon_initializer
#endif
.section .init_array, "aw"
data8 @fptr(PREINIT_FUNCTION)
.section .init,"ax",@progbits
.global _init#
.proc _init#
_init:
.prologue
.save ar.pfs, r34
alloc r34 = ar.pfs, 0, 3, 0... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/ia64/crti.S | 121 | 160 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crti.S:1 | /* Special .init and .fini section support for IA64.
Copyright (C) 2000-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 Fr... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crti.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/ia64/crti.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:2 | .section .init,"ax",@progbits
.proc _init#
_init:
.prologue
.save ar.pfs, r34
.vframe r32
.save rp, r33
.body
.regstk 0,2,0,0
mov r12 = r32
mov ar.pfs = r34
mov b0 = r33
br.ret.sptk.many b0
.endp _init#
.section .fini,"ax",@progbits
.proc _fini#
_fini:
.prologue
.save ar.pfs, r34
.vframe r32
.save rp... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/crtn.S | 41 | 69 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/crtn.S:1 | /* Special .init and .fini section support for ARM.
Copyright (C) 2000-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 Fre... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/crtn.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/ia64/crtn.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:2 | adds r2 = -(RESOLVE_FRAME_SIZE - 16), r12
adds r3 = -(RESOLVE_FRAME_SIZE - 32), r12
}
{ .mii
.fframe RESOLVE_FRAME_SIZE
adds r12 = -RESOLVE_FRAME_SIZE, r12
.save rp, loc1
mov loc1 = b0
.body
mov loc2 = r8 /* preserve struct value register */
;;
}
{ .mii
mov loc3 = r9 /* preserve languag... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 41 | 100 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:3 | }
{ .mii
/* Skip the 16byte scratch area. */
adds r2 = 16, r12
adds r3 = 32, r12
mov b6 = ret0
;;
}
{ .mmi
ldf.fill f8 = [r2], 32
ldf.fill f9 = [r3], 32
mov b0 = loc1
;;
}
{ .mmi
ldf.fill f10 = [r2], 32
ldf.fill f11 = [r3], 32
mov gp = ret1
;;
}
{ .mmi
ldf.fill f12 = [r... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 81 | 140 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:4 | ;;
}
/* An alloc is needed for the break system call to work.
We don't care about the old value of the pfs register. */
{ .mmb
.prologue
.body
alloc r2 = ar.pfs, 0, 0, 8, 0
br.sptk.many b6
;;
}
END(_dl_runtime_resolve)
/* The fourth argument to _dl_profile_fixup and the third one to
_dl_aud... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 121 | 180 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:5 | The fifth argument to _dl_profile_fixup is a pointer to long int.
The fourth argument to _dl_audit_pltexit is a pointer to
La_ia64_retval:
8byte r8
8byte r9
8byte r10
8byte r11
16byte f8
16byte f9
16byte f10
16byte f11
16byte f12
16byte f13
16byte f14
16byte f15
Since stack... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 161 | 220 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:6 | }
{ .mii
.save ar.unat, r17
mov r17 = ar.unat
.save ar.lc, loc6
mov loc6 = ar.lc
mov loc11 = gp
}
{ .mii
.body
/* There is a 16 byte scratch area. r2 will start at r8 and
r3 will start at r9 for La_ia64_regs. */
adds r2 = -(PLTENTER_FRAME_SIZE - 16), r12
adds r3 = -(PLTENTER_FRAME_S... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 201 | 260 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:7 | .mem.offset 8, 0
st8.spill [r3] = in3, 16
mov loc2 = r8 /* preserve struct value register */
;;
}
{ .mmi
.mem.offset 0, 0
st8.spill [r2] = in4, 16
.mem.offset 8, 0
st8.spill [r3] = in5, 16
mov loc3 = r9 /* preserve language specific register */
;;
}
{ .mmi
.mem.offset 0, 0
st8 [r2... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 241 | 300 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:8 | shl out1 = r15, 4
;;
}
{ .mmi
stf.spill [r2] = f12, 32
stf.spill [r3] = f13, 32
/* Relocation record is 24 byte. */
shladd out1 = r15, 3, out1
;;
}
{ .mmi
stf.spill [r2] = f14, 32
stf.spill [r3] = f15, 24
mov loc9 = out1 /* save it for _dl_audit_pltexit */
;;
}
{ .mmb
st8 [r2] = r... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 281 | 340 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:9 | }
{ .mmi
ldf.fill f12 = [r2], 32
ldf.fill f13 = [r3], 32
mov r9 = loc3 /* restore language specific register */
;;
}
{ .mmi
ldf.fill f14 = [r2], 32
ldf.fill f15 = [r3], 32
mov r10 = loc4 /* restore language specific register */
;;
}
{ .mii
ld8 r15 = [loc10] /* load the new frame size */... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 321 | 380 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:10 | + 16 (scratch area) to sp + 16 (scratch area). Since stack
has to be 16byte aligned, we around r15 up to 16byte. */
{ .mbb
(p9) adds r15 = 15, r15
(p8) br.cond.dptk.many .Lno_new_frame
nop.b 0x0
;;
}
{ .mmi
and r15 = -16, r15
;;
/* We don't copy the 16byte scratch area. Prepare r16/r17 as
... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 361 | 420 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:11 | ld8 r18 = [r2], 16
ld8 r19 = [r3], 16
nop.i 0x0
;;
}
{ .mmb
st8 [r16] = r18, 16
st8 [r17] = r19, 16
br.cloop.sptk.few .Lcopy
}
.Lno_new_frame:
{ .mii
mov out0 = in0
mov out1 = in1
mov out2 = in2
}
{ .mii
mov out3 = in3
mov out4 = in4
mov out5 = in5
}
{ .mib
mov out6 = in6
... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 401 | 460 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:12 | ;;
}
{ .mmi
st8 [r2] = r10, 16
st8 [r3] = r11, 24
mov out1 = loc9
;;
}
{ .mmi
stf.spill [r2] = f8, 32
stf.spill [r3] = f9, 32
mov out2 = loc7 /* Pointer to La_ia64_regs */
;;
}
{ .mmi
stf.spill [r2] = f10, 32
stf.spill [r3] = f11, 32
adds out3 = 16, r12 /* Pointer to La_ia64_ret... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 441 | 500 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:13 | { .mmi
ld8 r8 = [r2], 16
ld8 r9 = [r3], 16
nop.i 0x0
;;
}
{ .mmi
ld8 r10 = [r2], 16
ld8 r11 = [r3], 24
nop.i 0x0
;;
}
{ .mmi
ldf.fill f8 = [r2], 32
ldf.fill f9 = [r3], 32
mov ar.lc = loc6
;;
}
{ .mmi
ldf.fill f10 = [r2], 32
ldf.fill f11 = [r3], 32
mov ar.pfs = loc0
... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 481 | 538 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:14 | .restore sp
mov r12 = loc10
(p7) br.ret.sptk.many b0
;;
}
/* An alloc is needed for the break system call to work. We
don't care about the old value of the pfs register. After
this alloc, we can't use any rotating registers. Otherwise
assembler won't be happy. This has to be at the end. */
{ .mm... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/ia64/dl-trampoline.S | 521 | 538 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 55f41ef8de4a4d0c5762d78659e11202d3c765d4 | github | libc | https://github.com/bminor/glibc/blob/55f41ef8de4a4d0c5762d78659e11202d3c765d4/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:5 | The fifth argument to _dl_profile_fixup is a pointer to long int.
The fourth argument to _dl_audit_pltexit is a pointer to
La_ia64_retval:
8byte r8
8byte r9
8byte r10
8byte r11
16byte f8
16byte f9
16byte f10
16byte f11
16byte f12
16byte f13
16byte f14
16byte f15
Since stack... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/dl-trampoline.S | 161 | 220 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:9 | }
{ .mmi
ldf.fill f12 = [r2], 32
ldf.fill f13 = [r3], 32
mov r9 = loc3 /* restore language specific register */
;;
}
{ .mmi
ldf.fill f14 = [r2], 32
ldf.fill f15 = [r3], 32
mov r10 = loc4 /* restore language specific register */
;;
}
{ .mii
ld8 r15 = [loc10] /* load the new frame size */... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/ia64/dl-trampoline.S | 321 | 380 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:10 | + 16 (scratch area) to sp + 16 (scratch area). Since stack
has to be 16byte aligned, we around r15 up to 16byte. */
{ .mbb
(p9) adds r15 = 15, r15
(p8) br.cond.dptk.many .Lno_new_frame
nop.b 0x0
;;
}
{ .mmi
and r15 = -16, r15
;;
/* We don't copy the 16byte scatch area. Prepare r16/r17 as
... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/ia64/dl-trampoline.S | 361 | 420 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 8c0664e2b861fd3789602cc0b0b1922b0e20cb3a | github | libc | https://github.com/bminor/glibc/blob/8c0664e2b861fd3789602cc0b0b1922b0e20cb3a/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:3 | }
{ .mii
/* Skip the 16byte scratch area. */
adds r2 = 16, r12
adds r3 = 32, r12
mov b6 = ret0
;;
}
{ .mmi
ldf.fill f8 = [r2], 32
ldf.fill f9 = [r3], 32
mov b0 = loc1
;;
}
{ .mmi
ldf.fill f10 = [r2], 32
ldf.fill f11 = [r3], 32
mov gp = ret1
;;
}
{ .mmi
ldf.fill f12 = [r... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/dl-trampoline.S | 81 | 140 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:4 | ;;
}
/* An alloc is needed for the break system call to work.
We don't care about the old value of the pfs register. */
{ .mmb
.prologue
.body
alloc r2 = ar.pfs, 0, 0, 8, 0
br.sptk.many b6
;;
}
END(_dl_runtime_resolve)
/* The fourth argument to _dl_profile_fixup and the third one to
_dl_cal... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/dl-trampoline.S | 121 | 180 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:5 | The fifth argument to _dl_profile_fixup is a pointer to long int.
The fourth argument to _dl_call_pltexit is a pointer to
La_ia64_retval:
8byte r8
8byte r9
8byte r10
8byte r11
16byte f8
16byte f9
16byte f10
16byte f11
16byte f12
16byte f13
16byte f14
16byte f15
Since stack ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/dl-trampoline.S | 161 | 220 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:7 | .mem.offset 8, 0
st8.spill [r3] = in3, 16
mov loc2 = r8 /* preserve struct value register */
;;
}
{ .mmi
.mem.offset 0, 0
st8.spill [r2] = in4, 16
.mem.offset 8, 0
st8.spill [r3] = in5, 16
mov loc3 = r9 /* preserve language specific register */
;;
}
{ .mmi
.mem.offset 0, 0
st8 [r2... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/dl-trampoline.S | 241 | 300 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:8 | shl out1 = r15, 4
;;
}
{ .mmi
stf.spill [r2] = f12, 32
stf.spill [r3] = f13, 32
/* Relocation record is 24 byte. */
shladd out1 = r15, 3, out1
;;
}
{ .mmi
stf.spill [r2] = f14, 32
stf.spill [r3] = f15, 24
mov loc9 = out1 /* save it for _dl_call_pltexit */
;;
}
{ .mmb
st8 [r2] = r1... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/dl-trampoline.S | 281 | 340 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:11 | ld8 r18 = [r2], 16
ld8 r19 = [r3], 16
nop.i 0x0
;;
}
{ .mmb
st8 [r16] = r18, 16
st8 [r17] = r19, 16
br.cloop.sptk.few .Lcopy
}
.Lno_new_frame:
{ .mii
mov out0 = in0
mov out1 = in1
mov out2 = in2
}
{ .mii
mov out3 = in3
mov out4 = in4
mov out5 = in5
}
{ .mib
mov out6 = in6
... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/dl-trampoline.S | 401 | 460 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:12 | ;;
}
{ .mmi
st8 [r2] = r10, 16
st8 [r3] = r11, 24
mov out1 = loc9
;;
}
{ .mmi
stf.spill [r2] = f8, 32
stf.spill [r3] = f9, 32
mov out2 = loc7 /* Pointer to La_ia64_regs */
;;
}
{ .mmi
stf.spill [r2] = f10, 32
stf.spill [r3] = f11, 32
adds out3 = 16, r12 /* Pointer to La_ia64_ret... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/ia64/dl-trampoline.S | 441 | 500 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/dl-trampoline.S:1 | /* PLT trampolines. ia64 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 Founda... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/ia64/dl-trampoline.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/ia64/dl-trampoline.S | 1 | 60 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:4 | // r3, r21 -> r31, r32 -> r38
// Predicate registers used:
// p0, p6 -> p14
//
// Assembly macros
//=========================================
// integer registers used
// scratch
rTblAddr = r3
rPiBy2Ptr = r21
rTmpPtr3 = r22
rDenoBound =... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 121 | 180 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:5 | fXSqr = f6
fXCube = f7
fXQuadr = f9
f1pX = f10
f1mX = f11
f1pXRcp = f12
f1mXRcp = f13
fH = f14
fS = f15... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 161 | 220 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:6 | fBaseP = f49
fB0 = f50
fSignedS = f51
fD = f52
fHalf = f53
fR = f54
fCloseTo1Pol = f55
fSignX = f56
fDenoBound = ... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 201 | 260 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:7 | data8 0xBFB3EF18964D3ED3 //A25
data8 0x3FCD285315542CF2 //A27
data8 0xF15BEEEFF7D2966A, 0x00003FFB //B1
data8 0x3EF0DDA376D10FB3 //B10
data8 0xBEB83CAFE05EBAC9 //B11
data8 0x3F65FFB67B513644 //B4
data8 0x3F5032FBB86A4501 //B5
data8 0x3F392162276C7CBA //B6
data8 0x3F2435949FD98BDF //B7
data8 0xD93923D7FA08341C, 0x00003F... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 241 | 300 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:8 | // point to the beginning of the table
ld8 rTblAddr = [rTblAddr]
// 1 + x = 1 - |x| for negative x
fma.s1 f1pX = f1, f1, f8
adds rOne = 0x3FF, r0
}
;;
{ .mfi
andcm rAbsXBits = rXBits, rSign // bits of |x|
fmerge.s fSignX... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 281 | 340 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:9 | // 1 + x = 1 - |x| for negative x
(p8) fma.s1 fR = f1, f1, f8
(p6) adds rTmpPtr2 = 48, rTblAddr
}
;;
{ .mfi
ldfe fB0 = [rTmpPtr1], 16 // B0
nop.f 0
nop.i 0
}
{ .mib
adds rTmpPtr3 = 16, rTmpPtr2
// set p10 = 1... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 321 | 380 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:10 | nop.i 0
}
;;
{ .mfi
ldfe fA5 = [rTmpPtr2], 48 // A5 or B2
// initial approximation of 1 / sqrt(1 + x)
frsqrta.s1 f1pXRcp, p0 = f1pX
nop.i 0
}
{ .mfi
ldfpd fA21, fA23 = [rTmpPtr1], 16 // A21, A23 or B3, B8
fma.s1 ... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 361 | 420 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:11 | (p8) fma.s1 fH = fHalf, f1pXRcp, f0 // H0 for x < 0
nop.i 0
}
{ .mfi
nop.m 0
(p8) fma.s1 fS = f1pX, f1pXRcp, f0 // S0 for x > 0
nop.i 0
}
;;
{ .mfi
nop.m 0
fma.s1 fRQuadr = fRSqr, fRSqr, f0 // R^4
... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 401 | 460 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:12 | nop.i 0
}
;;
{ .mfi
nop.m 0
fnma.s1 fD = fH, fS, fHalf // d0 = 1/2 - H0*S0
nop.i 0
}
;;
{ .mfi
nop.m 0
fma.s1 fR8 = fRQuadr, fRQuadr, f0 // R^4
nop.i 0
}
{ .mfi
nop.m 0
fm... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 441 | 500 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:13 | nop.i 0
}
{ .mfi
nop.m 0
fma.s1 fS = fS, fD, fS // S1 = S0 + S0*d0
nop.i 0
}
;;
{.mfi
nop.m 0
(p9) fma.s1 fCpi = f1, f0, f0 // Cpi = 0 if x > 0
nop.i 0
}
{ .mfi
nop.m 0
(p8) fma.s1... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 481 | 540 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:14 | ;;
{ .mfi
nop.m 0
fma.s1 fCloseTo1Pol = fB12, fR8, fB7
nop.i 0
}
;;
{ .mfi
nop.m 0
fma.s1 fH = fH, fD, fH // H2 = H1 + H1*d1
nop.i 0
}
{ .mfi
nop.m 0
fma.s1 fS = fS, fD, f... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 521 | 580 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:15 | fnma.s1 fCloseTo1Pol = fSignedS, fCloseTo1Pol, f0
nop.i 0
}
;;
{ .mfb
nop.m 0
// final result for 0.625 <= |x| < 1
fma.d.s0 f8 = fCloseTo1Pol, fD, fCpi
// exit here for 0.625 <= |x| < 1
br.ret.sptk b0
}
;;
// here if |x| < 0.62... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 561 | 620 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:16 | nop.m 0
fma.s1 fA21 = fA21, fXSqr, fA19
nop.i 0
}
{ .mfi
nop.m 0
fma.s1 fA9 = fA9, fXSqr, fA7
nop.i 0
}
;;
{ .mfi
nop.m 0
fma.s1 fA5 = fA5, fXSqr, fA3
nop.i 0... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 601 | 660 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:17 | fma.s1 fA9 = fA9, fXQuadr, fA5
nop.i 0
}
;;
{ .mfi
nop.m 0
fms.s1 fCpi = fCpi, f1, f8 // Pi/2 - x
nop.i 0
}
;;
{ .mfi
nop.m 0
fma.s1 fA35 = fA35, fXQuadr, fA29
nop.i 0
}
{ .mfi
... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 641 | 700 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:18 | fma.s1 fBaseP = fA35, fX16, fA17
nop.i 0
}
;;
{ .mfb
nop.m 0
// final result for |x| < 0.625
fnma.d.s0 f8 = fBaseP, fXCube, fCpi
// exit here for |x| < 0.625 path
br.ret.sptk b0
}
;;
// here if |x| = 1
// acos(1) = 0
// acos(-1)... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 681 | 740 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:19 | // here if x is a NaN, denormal, or zero
.align 32
acos_special:
{ .mfi
// point to Pi/2
adds rPiBy2Ptr = 272, rTblAddr
// set p12 = 1 if x is a NaN
fclass.m p12, p0 = f8, 0xc3
nop.i 0
}
{ .mlx
nop.m 0
// smallest positive DP no... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 721 | 780 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:20 | fmerge.s fNormX = f1, fNormX
nop.i 0
}
;;
{ .mfb
nop.m 0
// final result for x = 0
(p13) fma.d.s0 f8 = fPiBy2, f1, f8
// exit here if x = 0.0
(p13) br.ret.spnt b0
}
;;
// if we still here then x is denormal or unnormal
{ .mfi
nop.m ... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 761 | 820 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:21 | fms.d.s0 f8 = fPiBy2, f1, f8 // Pi/2 - x
// exit here if x is denormal
br.ret.sptk b0
}
;;
// here if |x| > 1.0
// error handler should be called
.align 32
acos_abs_gt_1:
{ .mfi
alloc r32 = ar.pfs, 0, 3, 4, 0 // get some registers
fmerge.s FR_X = f8,f8
... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 801 | 860 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:22 | };;
{ .mmi
stfd [GR_Parameter_Y] = FR_Y,16 // STORE Parameter 2 on stack
add GR_Parameter_X = 16,sp // Parameter 1 address
.save b0, GR_SAVE_B0
mov GR_SAVE_B0=b0 // Save b0
};;
.body
{ .mib
stfd [GR_Parameter_X] = FR_X // STOR... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/ia64/fpu/e_acos.S | 841 | 878 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:4 | // General registers used:
// r3, r21 -> r31, r32 -> r38
// Predicate registers used:
// p0, p6 -> p14
//
// Assembly macros
//=========================================
// integer registers used
// scratch
rTblAddr = r3
rPiBy2Ptr = r21
rTmpPtr3 = r22
rDen... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 0609ec0a74f6360ebfb45d048f071a75dfcbc6c7 | github | libc | https://github.com/bminor/glibc/blob/0609ec0a74f6360ebfb45d048f071a75dfcbc6c7/sysdeps/ia64/fpu/e_acos.S | 121 | 180 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:5 | // scratch
fXSqr = f6
fXCube = f7
fXQuadr = f9
f1pX = f10
f1mX = f11
f1pXRcp = f12
f1mXRcp = f13
fH = f14
fS ... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 0609ec0a74f6360ebfb45d048f071a75dfcbc6c7 | github | libc | https://github.com/bminor/glibc/blob/0609ec0a74f6360ebfb45d048f071a75dfcbc6c7/sysdeps/ia64/fpu/e_acos.S | 161 | 220 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:6 | fA35 = f48
fBaseP = f49
fB0 = f50
fSignedS = f51
fD = f52
fHalf = f53
fR = f54
fCloseTo1Pol = f55
fSignX = ... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 0609ec0a74f6360ebfb45d048f071a75dfcbc6c7 | github | libc | https://github.com/bminor/glibc/blob/0609ec0a74f6360ebfb45d048f071a75dfcbc6c7/sysdeps/ia64/fpu/e_acos.S | 201 | 260 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:7 | data8 0xB6DB6DB798149BDF, 0x00003FFA //A7
data8 0xBFB3EF18964D3ED3 //A25
data8 0x3FCD285315542CF2 //A27
data8 0xF15BEEEFF7D2966A, 0x00003FFB //B1
data8 0x3EF0DDA376D10FB3 //B10
data8 0xBEB83CAFE05EBAC9 //B11
data8 0x3F65FFB67B513644 //B4
data8 0x3F5032FBB86A4501 //B5
data8 0x3F392162276C7CBA //B6
data8 0x3F2435949FD98B... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 0609ec0a74f6360ebfb45d048f071a75dfcbc6c7 | github | libc | https://github.com/bminor/glibc/blob/0609ec0a74f6360ebfb45d048f071a75dfcbc6c7/sysdeps/ia64/fpu/e_acos.S | 241 | 300 |
bminor/glibc:sysdeps/ia64/fpu/e_acos.S:8 | { .mfi
// point to the beginning of the table
ld8 rTblAddr = [rTblAddr]
// 1 + x = 1 - |x| for negative x
fma.s1 f1pX = f1, f1, f8
adds rOne = 0x3FF, r0
}
;;
{ .mfi
andcm rAbsXBits = rXBits, rSign // bits of |x|
fmerge.s ... | x86_64 | intel-like | handwritten | bminor/glibc | sysdeps/ia64/fpu/e_acos.S | LGPL-2.1 | 0609ec0a74f6360ebfb45d048f071a75dfcbc6c7 | github | libc | https://github.com/bminor/glibc/blob/0609ec0a74f6360ebfb45d048f071a75dfcbc6c7/sysdeps/ia64/fpu/e_acos.S | 281 | 340 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.