Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2088)

Side by Side Diff: fusl/src/setjmp/mips/longjmp.s

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fusl/src/setjmp/mips-sf/setjmp.sub ('k') | fusl/src/setjmp/mips/setjmp.s » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 .set noreorder
2
3 .global _longjmp
4 .global longjmp
5 .type _longjmp,@function
6 .type longjmp,@function
7 _longjmp:
8 longjmp:
9 move $2, $5
10 bne $2, $0, 1f
11 nop
12 addu $2, $2, 1
13 1: lwc1 $20, 56($4)
14 lwc1 $21, 60($4)
15 lwc1 $22, 64($4)
16 lwc1 $23, 68($4)
17 lwc1 $24, 72($4)
18 lwc1 $25, 76($4)
19 lwc1 $26, 80($4)
20 lwc1 $27, 84($4)
21 lwc1 $28, 88($4)
22 lwc1 $29, 92($4)
23 lwc1 $30, 96($4)
24 lwc1 $31, 100($4)
25 lw $ra, 0($4)
26 lw $sp, 4($4)
27 lw $16, 8($4)
28 lw $17, 12($4)
29 lw $18, 16($4)
30 lw $19, 20($4)
31 lw $20, 24($4)
32 lw $21, 28($4)
33 lw $22, 32($4)
34 lw $23, 36($4)
35 lw $30, 40($4)
36 jr $ra
37 lw $28, 44($4)
OLDNEW
« no previous file with comments | « fusl/src/setjmp/mips-sf/setjmp.sub ('k') | fusl/src/setjmp/mips/setjmp.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698