~ubuntu-branches/ubuntu/wily/musl/wily

« back to all changes in this revision

Viewing changes to src/setjmp/sh/longjmp.s

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2014-03-22 09:39:56 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140322093956-1oc4xt9b2n3domo7
Tags: 1.0.0-1
* Import upstream version 1.0.0
* Provide musl-ldd (Closes: #732169)
* Arch independent ld-musl-config (Closes: #739205)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.global _longjmp
 
2
.global longjmp
 
3
.type   _longjmp, @function
 
4
.type   longjmp,  @function
 
5
_longjmp:
 
6
longjmp:
 
7
        mov.l  @r4+, r8
 
8
        mov.l  @r4+, r9
 
9
        mov.l  @r4+, r10
 
10
        mov.l  @r4+, r11
 
11
        mov.l  @r4+, r12
 
12
        mov.l  @r4+, r13
 
13
        mov.l  @r4+, r14
 
14
        mov.l  @r4+, r15
 
15
        lds.l  @r4+, pr
 
16
        fmov.s @r4+, fr12
 
17
        fmov.s @r4+, fr13
 
18
        fmov.s @r4+, fr14
 
19
        fmov.s @r4+, fr15
 
20
 
 
21
        tst  r5, r5
 
22
        movt r0
 
23
        add  r5, r0
 
24
 
 
25
        rts
 
26
         nop