[BACK]Return to arm-defs.m4 CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpn / arm

Annotation of OpenXM_contrib/gmp/mpn/arm/arm-defs.m4, Revision 1.1.1.1

1.1       ohara       1: divert(-1)
                      2:
                      3: dnl  m4 macros for ARM assembler.
                      4:
                      5: dnl  Copyright 2001 Free Software Foundation, Inc.
                      6: dnl
                      7: dnl  This file is part of the GNU MP Library.
                      8: dnl
                      9: dnl  The GNU MP Library is free software; you can redistribute it and/or
                     10: dnl  modify it under the terms of the GNU Lesser General Public License as
                     11: dnl  published by the Free Software Foundation; either version 2.1 of the
                     12: dnl  License, or (at your option) any later version.
                     13: dnl
                     14: dnl  The GNU MP Library is distributed in the hope that it will be useful,
                     15: dnl  but WITHOUT ANY WARRANTY; without even the implied warranty of
                     16: dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
                     17: dnl  Lesser General Public License for more details.
                     18: dnl
                     19: dnl  You should have received a copy of the GNU Lesser General Public
                     20: dnl  License along with the GNU MP Library; see the file COPYING.LIB.  If
                     21: dnl  not, write to the Free Software Foundation, Inc., 59 Temple Place -
                     22: dnl  Suite 330, Boston, MA 02111-1307, USA.
                     23:
                     24:
                     25: dnl  Standard commenting is with @, the default m4 # is for constants and we
                     26: dnl  don't want to disable macro expansions in or after them.
                     27:
                     28: changecom(@)
                     29:
                     30:
                     31: dnl  APCS register names.
                     32:
                     33: deflit(a1,r0)
                     34: deflit(a2,r1)
                     35: deflit(a3,r2)
                     36: deflit(a4,r3)
                     37: deflit(v1,r4)
                     38: deflit(v2,r5)
                     39: deflit(v3,r6)
                     40: deflit(v4,r7)
                     41: deflit(v5,r8)
                     42: deflit(v6,r9)
                     43: deflit(sb,r9)
                     44: deflit(v7,r10)
                     45: deflit(sl,r10)
                     46: deflit(fp,r11)
                     47: deflit(ip,r12)
                     48: deflit(sp,r13)
                     49: deflit(lr,r14)
                     50: deflit(pc,r15)
                     51:
                     52: divert

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>