mailing list of musl libc
 help / color / mirror / code / Atom feed
afae1b67556d97b17ff6411ba75d72c84e9a2ad3 blob 434 bytes (raw)

 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
 
	.global ___setjmp
	.hidden ___setjmp
	.global __setjmp
	.global _setjmp
	.global setjmp
	.type   __setjmp,@function
	.type   _setjmp,@function
	.type   setjmp,@function
___setjmp:
__setjmp:
_setjmp:
setjmp:
	stmg %r6, %r15, 0(%r2)

	std  %f8,  10*8(%r2)
	std  %f9,  11*8(%r2)
	std  %f10, 12*8(%r2)
	std  %f11, 13*8(%r2)
	std  %f12, 14*8(%r2)
	std  %f13, 15*8(%r2)
	std  %f14, 16*8(%r2)
	std  %f15, 17*8(%r2)

	lghi %r2, 0
	br   %r14
debug log:

solving afae1b6 ...
found afae1b6 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).