OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [glibc/] [sysdeps/] [riscv/] [__longjmp.S] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
/* Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004
2
        Free Software Foundation, Inc.
3
   This file is part of the GNU C Library.
4
 
5
   The GNU C Library is free software; you can redistribute it and/or
6
   modify it under the terms of the GNU Lesser General Public
7
   License as published by the Free Software Foundation; either
8
   version 2.1 of the License, or (at your option) any later version.
9
 
10
   The GNU C Library is distributed in the hope that it will be useful,
11
   but WITHOUT ANY WARRANTY; without even the implied warranty of
12
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
   Lesser General Public License for more details.
14
 
15
   You should have received a copy of the GNU Lesser General Public
16
   License along with the GNU C Library; if not, write to the Free
17
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
18
   02111-1307 USA.  */
19
 
20
#include 
21
#include 
22
 
23
ENTRY (__longjmp)
24
        REG_L ra,  0*SZREG(a0)
25
        REG_L s0,  1*SZREG(a0)
26
        REG_L s1,  2*SZREG(a0)
27
        REG_L s2,  3*SZREG(a0)
28
        REG_L s3,  4*SZREG(a0)
29
        REG_L s4,  5*SZREG(a0)
30
        REG_L s5,  6*SZREG(a0)
31
        REG_L s6,  7*SZREG(a0)
32
        REG_L s7,  8*SZREG(a0)
33
        REG_L s8,  9*SZREG(a0)
34
        REG_L s9, 10*SZREG(a0)
35
        REG_L s10,11*SZREG(a0)
36
        REG_L s11,12*SZREG(a0)
37
        REG_L sp, 13*SZREG(a0)
38
 
39
#ifdef __riscv_hard_float
40
        REG_L a3, 15*SZREG(a0)
41
 
42
        fld  fs0, 16*SZREG+ 0*8(a0)
43
        fld  fs1, 16*SZREG+ 1*8(a0)
44
        fld  fs2, 16*SZREG+ 2*8(a0)
45
        fld  fs3, 16*SZREG+ 3*8(a0)
46
        fld  fs4, 16*SZREG+ 4*8(a0)
47
        fld  fs5, 16*SZREG+ 5*8(a0)
48
        fld  fs6, 16*SZREG+ 6*8(a0)
49
        fld  fs7, 16*SZREG+ 7*8(a0)
50
        fld  fs8, 16*SZREG+ 8*8(a0)
51
        fld  fs9, 16*SZREG+ 9*8(a0)
52
        fld  fs10,16*SZREG+10*8(a0)
53
        fld  fs11,16*SZREG+11*8(a0)
54
 
55
        fssr a3
56
#endif
57
 
58
        seqz a0, a1
59
        add  a0, a0, a1   # a0 = (a1 == 0) ? 1 : a1
60
        ret
61
 
62
END(__longjmp)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.