2021-01-02 19:32:25 +00:00
|
|
|
/* Copyright (C) 1991-2021 Free Software Foundation, Inc.
|
1998-12-31 18:14:25 +00:00
|
|
|
This file is part of the GNU C Library.
|
|
|
|
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 04:56:23 +00:00
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
1998-12-31 18:14:25 +00:00
|
|
|
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2001-07-06 04:56:23 +00:00
|
|
|
Lesser General Public License for more details.
|
1998-12-31 18:14:25 +00:00
|
|
|
|
2001-07-06 04:56:23 +00:00
|
|
|
You should have received a copy of the GNU Lesser General Public
|
2012-03-09 23:56:38 +00:00
|
|
|
License along with the GNU C Library. If not, see
|
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
2019-09-07 05:40:42 +00:00
|
|
|
<https://www.gnu.org/licenses/>. */
|
1998-12-31 18:14:25 +00:00
|
|
|
|
|
|
|
#ifndef _SYS_FPREGDEF_H
|
|
|
|
#define _SYS_FPREGDEF_H
|
|
|
|
|
2009-04-15 20:22:41 +00:00
|
|
|
#include <sgidefs.h>
|
|
|
|
|
|
|
|
/* Commonalities first, individualities next... */
|
|
|
|
|
|
|
|
#define fv0 $f0 /* return value */
|
1998-12-31 18:14:25 +00:00
|
|
|
#define fv1 $f2
|
2009-04-15 20:22:41 +00:00
|
|
|
|
|
|
|
#if _MIPS_SIM == _ABIO32 || _MIPS_SIM == _ABIN32
|
|
|
|
#define fs0 $f20 /* callee saved */
|
|
|
|
#define fs1 $f22
|
|
|
|
#define fs2 $f24
|
|
|
|
#define fs3 $f26
|
|
|
|
#define fs4 $f28
|
|
|
|
#define fs5 $f30
|
|
|
|
#endif /* _MIPS_SIM == _ABIO32 || _MIPS_SIM == _ABIN32 */
|
|
|
|
|
|
|
|
#if _MIPS_SIM == _ABI64 || _MIPS_SIM == _ABIN32
|
|
|
|
#define fa0 $f12 /* argument registers */
|
|
|
|
#define fa1 $f13
|
|
|
|
#define fa2 $f14
|
|
|
|
#define fa3 $f15
|
|
|
|
#define fa4 $f16
|
|
|
|
#define fa5 $f17
|
|
|
|
#define fa6 $f18
|
|
|
|
#define fa7 $f19
|
|
|
|
|
|
|
|
#define ft0 $f4 /* caller saved */
|
|
|
|
#define ft1 $f5
|
|
|
|
#define ft2 $f6
|
|
|
|
#define ft3 $f7
|
|
|
|
#define ft4 $f8
|
|
|
|
#define ft5 $f9
|
|
|
|
#define ft6 $f10
|
|
|
|
#define ft7 $f11
|
|
|
|
#endif /* _MIPS_SIM == _ABI64 || _MIPS_SIM == _ABIN32 */
|
|
|
|
|
|
|
|
#if _MIPS_SIM == _ABIO32
|
|
|
|
#define fv0f $f1 /* return value, high part */
|
1998-12-31 18:14:25 +00:00
|
|
|
#define fv1f $f3
|
2009-04-15 20:22:41 +00:00
|
|
|
|
|
|
|
#define fa0 $f12 /* argument registers */
|
1998-12-31 18:14:25 +00:00
|
|
|
#define fa0f $f13
|
|
|
|
#define fa1 $f14
|
|
|
|
#define fa1f $f15
|
2009-04-15 20:22:41 +00:00
|
|
|
|
|
|
|
#define ft0 $f4 /* caller saved */
|
1998-12-31 18:14:25 +00:00
|
|
|
#define ft0f $f5
|
|
|
|
#define ft1 $f6
|
|
|
|
#define ft1f $f7
|
|
|
|
#define ft2 $f8
|
|
|
|
#define ft2f $f9
|
|
|
|
#define ft3 $f10
|
|
|
|
#define ft3f $f11
|
|
|
|
#define ft4 $f16
|
|
|
|
#define ft4f $f17
|
|
|
|
#define ft5 $f18
|
|
|
|
#define ft5f $f19
|
2009-04-15 20:22:41 +00:00
|
|
|
|
|
|
|
#define fs0f $f21 /* callee saved, high part */
|
1998-12-31 18:14:25 +00:00
|
|
|
#define fs1f $f23
|
|
|
|
#define fs2f $f25
|
|
|
|
#define fs3f $f27
|
|
|
|
#define fs4f $f29
|
|
|
|
#define fs5f $f31
|
2009-04-15 20:22:41 +00:00
|
|
|
#endif /* _MIPS_SIM == _ABIO32 */
|
|
|
|
|
|
|
|
#if _MIPS_SIM == _ABI64
|
|
|
|
#define ft8 $f20 /* caller saved */
|
|
|
|
#define ft9 $f21
|
|
|
|
#define ft10 $f22
|
|
|
|
#define ft11 $f23
|
|
|
|
#define ft12 $f1
|
|
|
|
#define ft13 $f3
|
|
|
|
|
|
|
|
#define fs0 $f24 /* callee saved */
|
|
|
|
#define fs1 $f25
|
|
|
|
#define fs2 $f26
|
|
|
|
#define fs3 $f27
|
|
|
|
#define fs4 $f28
|
|
|
|
#define fs5 $f29
|
|
|
|
#define fs6 $f30
|
|
|
|
#define fs7 $f31
|
|
|
|
#endif /* _MIPS_SIM == _ABI64 */
|
|
|
|
|
|
|
|
#if _MIPS_SIM == _ABIN32
|
|
|
|
#define ft8 $f21 /* caller saved */
|
|
|
|
#define ft9 $f23
|
|
|
|
#define ft10 $f25
|
|
|
|
#define ft11 $f27
|
|
|
|
#define ft12 $f29
|
|
|
|
#define ft13 $f31
|
|
|
|
#define ft14 $f1
|
|
|
|
#define ft15 $f3
|
|
|
|
#endif /* _MIPS_SIM == _ABIN32 */
|
1998-12-31 18:14:25 +00:00
|
|
|
|
2009-04-15 20:22:41 +00:00
|
|
|
#define fcr31 $31 /* FPU status register */
|
1998-12-31 18:14:25 +00:00
|
|
|
|
|
|
|
#endif /* sys/fpregdef.h */
|