mailing list of musl libc
 help / color / mirror / code / Atom feed
7ae8832d516b57fa39e7dcc70987040befedb6d3 blob 614 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
26
27
28
29
30
31
32
33
 
.set noreorder

.global __setjmp
.global _setjmp
.global setjmp
.type   __setjmp,@function
.type   _setjmp,@function
.type   setjmp,@function
__setjmp:
_setjmp:
setjmp:
	sw      $ra,  0($4)
	sw      $sp,  4($4)
	sw      $16,  8($4)
	sw      $17, 12($4)
	sw      $18, 16($4)
	sw      $19, 20($4)
	sw      $20, 24($4)
	sw      $21, 28($4)
	sw      $22, 32($4)
	sw      $23, 36($4)
	sw      $30, 40($4)
	sw      $28, 44($4)
#ifndef __mips_soft_float
	s.d     $f20, 56($4)
	s.d     $f22, 64($4)
	s.d     $f24, 72($4)
	s.d     $f26, 80($4)
	s.d     $f28, 88($4)
	s.d     $f30, 96($4)
#endif
	jr      $ra
	li      $2, 0
debug log:

solving 7ae8832d ...
found 7ae8832d 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).