mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
315 B
22 lines
315 B
.global _longjmp
|
|
.global longjmp
|
|
.type _longjmp, @function
|
|
.type longjmp, @function
|
|
_longjmp:
|
|
longjmp:
|
|
mov.l @r4+, r8
|
|
mov.l @r4+, r9
|
|
mov.l @r4+, r10
|
|
mov.l @r4+, r11
|
|
mov.l @r4+, r12
|
|
mov.l @r4+, r13
|
|
mov.l @r4+, r14
|
|
mov.l @r4+, r15
|
|
lds.l @r4+, pr
|
|
|
|
tst r5, r5
|
|
movt r0
|
|
add r5, r0
|
|
|
|
rts
|
|
nop
|
|
|