]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/powerpc/fprsave.S
Update.
[thirdparty/glibc.git] / sysdeps / powerpc / fprsave.S
CommitLineData
9b51f431
UD
1/* Copyright (C) 2000 Free Software Foundation, Inc.
2 This file is part of the GNU C Library.
3
4 The GNU C Library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Library General Public License as
6 published by the Free Software Foundation; either version 2 of the
7 License, or (at your option) any later version.
8
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 Library General Public License for more details.
13
14 You should have received a copy of the GNU Library General Public
15 License along with the GNU C Library; see the file COPYING.LIB. If not,
16 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17 Boston, MA 02111-1307, USA. */
18
19#include <sysdep.h>
20
21 ASM_GLOBAL_DIRECTIVE _savefpr_14
22_savefpr_14: stfd fp14,-144(r11)
23 ASM_GLOBAL_DIRECTIVE _savefpr_15
24_savefpr_15: stfd fp15,-136(r11)
25 ASM_GLOBAL_DIRECTIVE _savefpr_16
26_savefpr_16: stfd fp16,-128(r11)
27 ASM_GLOBAL_DIRECTIVE _savefpr_17
28_savefpr_17: stfd fp17,-120(r11)
29 ASM_GLOBAL_DIRECTIVE _savefpr_18
30_savefpr_18: stfd fp18,-112(r11)
31 ASM_GLOBAL_DIRECTIVE _savefpr_19
32_savefpr_19: stfd fp19,-104(r11)
33 ASM_GLOBAL_DIRECTIVE _savefpr_20
34_savefpr_20: stfd fp20,-96(r11)
35 ASM_GLOBAL_DIRECTIVE _savefpr_21
36_savefpr_21: stfd fp21,-88(r11)
37 ASM_GLOBAL_DIRECTIVE _savefpr_22
38_savefpr_22: stfd fp22,-80(r11)
39 ASM_GLOBAL_DIRECTIVE _savefpr_23
40_savefpr_23: stfd fp23,-72(r11)
41 ASM_GLOBAL_DIRECTIVE _savefpr_24
42_savefpr_24: stfd fp24,-64(r11)
43 ASM_GLOBAL_DIRECTIVE _savefpr_25
44_savefpr_25: stfd fp25,-56(r11)
45 ASM_GLOBAL_DIRECTIVE _savefpr_26
46_savefpr_26: stfd fp26,-48(r11)
47 ASM_GLOBAL_DIRECTIVE _savefpr_27
48_savefpr_27: stfd fp27,-40(r11)
49 ASM_GLOBAL_DIRECTIVE _savefpr_28
50_savefpr_28: stfd fp28,-32(r11)
51 ASM_GLOBAL_DIRECTIVE _savefpr_29
52_savefpr_29: stfd fp29,-24(r11)
53 ASM_GLOBAL_DIRECTIVE _savefpr_30
54_savefpr_30: stfd fp30,-16(r11)
55 ASM_GLOBAL_DIRECTIVE _savefpr_31
56_savefpr_31: stfd fp31,-8(r11)
57 blr