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

Side by Side Diff: fusl/src/setjmp/arm/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/aarch64/setjmp.s ('k') | fusl/src/setjmp/arm/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 .syntax unified
2 .global _longjmp
3 .global longjmp
4 .type _longjmp,%function
5 .type longjmp,%function
6 _longjmp:
7 longjmp:
8 mov ip,r0
9 movs r0,r1
10 moveq r0,#1
11 ldmia ip!, {v1,v2,v3,v4,v5,v6,sl,fp,sp,lr}
12
13 adr r1,1f
14 ldr r2,1f
15 ldr r1,[r1,r2]
16
17 tst r1,#0x260
18 beq 3f
19 tst r1,#0x20
20 beq 2f
21 ldc p2, cr4, [ip], #48
22 2: tst r1,#0x40
23 beq 2f
24 .fpu vfp
25 vldmia ip!, {d8-d15}
26 .fpu softvfp
27 .eabi_attribute 10, 0
28 .eabi_attribute 27, 0
29 2: tst r1,#0x200
30 beq 3f
31 ldcl p1, cr10, [ip], #8
32 ldcl p1, cr11, [ip], #8
33 ldcl p1, cr12, [ip], #8
34 ldcl p1, cr13, [ip], #8
35 ldcl p1, cr14, [ip], #8
36 ldcl p1, cr15, [ip], #8
37 3: bx lr
38
39 .hidden __hwcap
40 1: .word __hwcap-1b
OLDNEW
« no previous file with comments | « fusl/src/setjmp/aarch64/setjmp.s ('k') | fusl/src/setjmp/arm/setjmp.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698