Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
git-mirror
/
glibc
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Files
5ad7714
abilist
aout
argp
assert
bare
bits
catgets
conf
conform
crypt
csu
ctype
debug
dirent
dlfcn
elf
gmon
gnulib
grp
hesiod
hurd
iconv
iconvdata
include
inet
intl
io
libidn
libio
locale
localedata
login
mach
malloc
manual
math
misc
nis
nptl
nptl_db
nscd
nss
po
posix
pwd
resolv
resource
rt
scripts
setjmp
shadow
signal
socket
soft-fp
stdio-common
stdlib
streams
string
sunrpc
sysdeps
alpha
generic
gnu
hppa
i386
ia64
ieee754
m68k
mach
mips
posix
powerpc
bits
elf
fpu
powerpc32
powerpc64
bits
elf
fpu
Dist
Implies
Makefile
__longjmp-common.S
__longjmp.S
backtrace.c
bp-asm.h
bsd-_setjmp.S
bsd-setjmp.S
configure
configure.in
dl-dtprocnum.h
dl-machine.c
dl-machine.h
dl-trampoline.S
ffsll.c
hp-timing.c
hp-timing.h
memcpy.S
memset.S
ppc-mcount.S
register-dump.h
setjmp-common.S
setjmp.S
stpcpy.S
strchr.S
strcmp.S
strcpy.S
strlen.S
strncmp.S
sysdep.h
soft-fp
Dist
Implies
Makefile
Versions
abort-instr.h
configure
configure.in
dl-procinfo.c
dl-procinfo.h
dl-tls.h
ffs.c
gccframe.h
longjmp.c
machine-gmon.h
memusage.h
mp_clz_tab.c
novmx-longjmp.c
novmx-sigjmp.c
novmxsetjmp.h
sigjmp.c
stackinfo.h
strcat.c
sysdep.h
test-arith.c
test-arithf.c
tst-stack-align.h
pthread
rs6000
s390
sh
sparc
unix
wordsize-32
wordsize-64
x86_64
linkmap.h
sysvipc
termios
time
timezone
wcsmbs
wctype
.cvsignore
BUGS
CANCEL-FCT-WAIVE
CANCEL-FILE-WAIVE
CONFORMANCE
COPYING
COPYING.LIB
ChangeLog
ChangeLog.1
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
FAQ
FAQ.in
INSTALL
INTERFACE
LICENSES
MakeTAGS
Makeconfig
Makefile
Makefile.in
Makerules
NAMESPACE
NEWS
NOTES
PROJECTS
README
README.libm
README.template
Rules
Versions.def
WUR-REPORT
abi-tags
aclocal.m4
config-name.in
config.h.in
config.make.in
configure
configure.in
cppflags-iterator.mk
extra-lib.mk
extra-modules.mk
o-iterator.mk
shlib-versions
test-skeleton.c
tls.make.c
version.h
Breadcrumbs
glibc
/
sysdeps
/
powerpc
/
powerpc64
/
__longjmp-common.S
Blame
Blame
Latest commit
History
History
165 lines (159 loc) · 4.33 KB
Breadcrumbs
glibc
/
sysdeps
/
powerpc
/
powerpc64
/
__longjmp-common.S
Top
File metadata and controls
Code
Blame
165 lines (159 loc) · 4.33 KB
Raw
/* longjmp for PowerPC64. Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005 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 License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ #include <sysdep.h> #define _ASM #define _SETJMP_H #ifdef __NO_VMX__ # include <novmxsetjmp.h> #else # include <bits/setjmp.h> #endif #include <bp-sym.h> #include <bp-asm.h> #ifndef __NO_VMX__ .section ".toc","aw" .LC__dl_hwcap: # ifdef SHARED .tc _rtld_global_ro[TC],_rtld_global_ro # else .tc _dl_hwcap[TC],_dl_hwcap # endif .section ".text" #endif .machine "altivec" ENTRY (BP_SYM (__longjmp)) CALL_MCOUNT 2 CHECK_BOUNDS_BOTH_WIDE_LIT (r3, r8, r9, JB_SIZE) #ifndef __NO_VMX__ ld r5,.LC__dl_hwcap@toc(r2) # ifdef SHARED /* Load _rtld-global._dl_hwcap. */ ld r5,RTLD_GLOBAL_RO_DL_HWCAP_OFFSET(r5) # else ld r5,0(r5) /* Load extern _dl_hwcap. */ # endif andis. r5,r5,(PPC_FEATURE_HAS_ALTIVEC >> 16) beq L(no_vmx) la r5,((JB_VRS)*8)(3) andi. r6,r5,0xf lwz r0,((JB_VRSAVE)*8)(3) mtspr VRSAVE,r0 beq+ aligned_restore_vmx addi r6,r5,16 lvsl v0,0,r5 lvx v1,0,r5 addi r5,r5,32 lvx v21,0,r6 vperm v20,v1,v21,v0 # define load_misaligned_vmx_lo_loaded(loadvr,lovr,shiftvr,loadgpr,addgpr) \ addi addgpr,addgpr,32; \ lvx lovr,0,loadgpr; \ vperm loadvr,loadvr,lovr,shiftvr; load_misaligned_vmx_lo_loaded(v21,v22,v0,r5,r6) load_misaligned_vmx_lo_loaded(v22,v23,v0,r6,r5) load_misaligned_vmx_lo_loaded(v23,v24,v0,r5,r6) load_misaligned_vmx_lo_loaded(v24,v25,v0,r6,r5) load_misaligned_vmx_lo_loaded(v25,v26,v0,r5,r6) load_misaligned_vmx_lo_loaded(v26,v27,v0,r6,r5) load_misaligned_vmx_lo_loaded(v27,v28,v0,r5,r6) load_misaligned_vmx_lo_loaded(v28,v29,v0,r6,r5) load_misaligned_vmx_lo_loaded(v29,v30,v0,r5,r6) load_misaligned_vmx_lo_loaded(v30,v31,v0,r6,r5) lvx v1,0,r5 vperm v31,v31,v1,v0 b L(no_vmx) aligned_restore_vmx: addi r6,r5,16 lvx v20,0,r5 addi r5,r5,32 lvx v21,0,r6 addi r6,r6,32 lvx v22,0,r5 addi r5,r5,32 lvx v23,0,r6 addi r6,r6,32 lvx v24,0,r5 addi r5,r5,32 lvx v25,0,r6 addi r6,r6,32 lvx v26,0,r5 addi r5,r5,32 lvx v27,0,r6 addi r6,r6,32 lvx v28,0,r5 addi r5,r5,32 lvx v29,0,r6 addi r6,r6,32 lvx v30,0,r5 lvx v31,0,r6 L(no_vmx): #endif ld r1,(JB_GPR1*8)(r3) #ifdef PTR_DEMANGLE PTR_DEMANGLE (r1, r25) #endif ld r2,(JB_GPR2*8)(r3) ld r0,(JB_LR*8)(r3) ld r14,((JB_GPRS+0)*8)(r3) lfd fp14,((JB_FPRS+0)*8)(r3) #if defined SHARED && !defined IS_IN_rtld std r2,40(r1) /* Restore the callers TOC save area. */ #endif ld r15,((JB_GPRS+1)*8)(r3) lfd fp15,((JB_FPRS+1)*8)(r3) ld r16,((JB_GPRS+2)*8)(r3) lfd fp16,((JB_FPRS+2)*8)(r3) ld r17,((JB_GPRS+3)*8)(r3) lfd fp17,((JB_FPRS+3)*8)(r3) ld r18,((JB_GPRS+4)*8)(r3) lfd fp18,((JB_FPRS+4)*8)(r3) ld r19,((JB_GPRS+5)*8)(r3) lfd fp19,((JB_FPRS+5)*8)(r3) ld r20,((JB_GPRS+6)*8)(r3) lfd fp20,((JB_FPRS+6)*8)(r3) #ifdef PTR_DEMANGLE PTR_DEMANGLE2 (r0, r25) #endif mtlr r0 /* std r2,40(r1) Restore the TOC save area. */ ld r21,((JB_GPRS+7)*8)(r3) lfd fp21,((JB_FPRS+7)*8)(r3) ld r22,((JB_GPRS+8)*8)(r3) lfd fp22,((JB_FPRS+8)*8)(r3) ld r0,(JB_CR*8)(r3) ld r23,((JB_GPRS+9)*8)(r3) lfd fp23,((JB_FPRS+9)*8)(r3) ld r24,((JB_GPRS+10)*8)(r3) lfd fp24,((JB_FPRS+10)*8)(r3) ld r25,((JB_GPRS+11)*8)(r3) lfd fp25,((JB_FPRS+11)*8)(r3) mtcrf 0xFF,r0 ld r26,((JB_GPRS+12)*8)(r3) lfd fp26,((JB_FPRS+12)*8)(r3) ld r27,((JB_GPRS+13)*8)(r3) lfd fp27,((JB_FPRS+13)*8)(r3) ld r28,((JB_GPRS+14)*8)(r3) lfd fp28,((JB_FPRS+14)*8)(r3) ld r29,((JB_GPRS+15)*8)(r3) lfd fp29,((JB_FPRS+15)*8)(r3) ld r30,((JB_GPRS+16)*8)(r3) lfd fp30,((JB_FPRS+16)*8)(r3) ld r31,((JB_GPRS+17)*8)(r3) lfd fp31,((JB_FPRS+17)*8)(r3) mr r3,r4 blr END (BP_SYM (__longjmp))
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
You can’t perform that action at this time.