1 /* Copyright (C) 2000-2023 Free Software Foundation, Inc.
2 This file is part of the GNU C Library.
4 The GNU C Library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public
6 License as published by the Free Software Foundation; either
7 version 2.1 of the License, or (at your option) any later version.
9 The GNU C Library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Lesser General Public License for more details.
14 You should have received a copy of the GNU Lesser General Public
15 License along with the GNU C Library; if not, see
16 <https://www.gnu.org/licenses/>. */
19 Floating Point Registers (FPRs) save routine
25 .globl C_TEXT(_savef14)
26 .globl C_TEXT(_savefpr_14)
28 C_TEXT(_savefpr_14): stfd fp14,-144(r1)
30 .globl C_TEXT(_savef15)
31 .globl C_TEXT(_savefpr_15)
33 C_TEXT(_savefpr_15): stfd fp15,-136(r1)
35 .globl C_TEXT(_savef16)
36 .globl C_TEXT(_savefpr_16)
38 C_TEXT(_savefpr_16): stfd fp16,-128(r1)
40 .globl C_TEXT(_savef17)
41 .globl C_TEXT(_savefpr_17)
43 C_TEXT(_savefpr_17): stfd fp17,-120(r1)
45 .globl C_TEXT(_savef18)
46 .globl C_TEXT(_savefpr_18)
48 C_TEXT(_savefpr_18): stfd fp18,-112(r1)
50 .globl C_TEXT(_savef19)
51 .globl C_TEXT(_savefpr_19)
53 C_TEXT(_savefpr_19): stfd fp19,-104(r1)
55 .globl C_TEXT(_savef20)
56 .globl C_TEXT(_savefpr_20)
58 C_TEXT(_savefpr_20): stfd fp20,-96(r1)
60 .globl C_TEXT(_savef21)
61 .globl C_TEXT(_savefpr_21)
63 C_TEXT(_savefpr_21): stfd fp21,-88(r1)
65 .globl C_TEXT(_savef22)
66 .globl C_TEXT(_savefpr_22)
68 C_TEXT(_savefpr_22): stfd fp22,-80(r1)
70 .globl C_TEXT(_savef23)
71 .globl C_TEXT(_savefpr_23)
73 C_TEXT(_savefpr_23): stfd fp23,-72(r1)
75 .globl C_TEXT(_savef24)
76 .globl C_TEXT(_savefpr_24)
78 C_TEXT(_savefpr_24): stfd fp24,-64(r1)
80 .globl C_TEXT(_savef25)
81 .globl C_TEXT(_savefpr_25)
83 C_TEXT(_savefpr_25): stfd fp25,-56(r1)
85 .globl C_TEXT(_savef26)
86 .globl C_TEXT(_savefpr_26)
88 C_TEXT(_savefpr_26): stfd fp26,-48(r1)
90 .globl C_TEXT(_savef27)
91 .globl C_TEXT(_savefpr_27)
93 C_TEXT(_savefpr_27): stfd fp27,-40(r1)
95 .globl C_TEXT(_savef28)
96 .globl C_TEXT(_savefpr_28)
98 C_TEXT(_savefpr_28): stfd fp28,-32(r1)
100 .globl C_TEXT(_savef29)
101 .globl C_TEXT(_savefpr_29)
103 C_TEXT(_savefpr_29): stfd fp29,-24(r1) #save f29
104 stfd fp30,-16(r1) #save f30
105 stfd fp31,-8(r1) #save f31
109 stw r0,8(r1) #save LR in callers frame