Upload Tizen:Base source
[external/gmp.git] / mpn / arm / arm-defs.m4
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 3 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 License
20 dnl  along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
21
22
23 dnl  Standard commenting is with @, the default m4 # is for constants and we
24 dnl  don't want to disable macro expansions in or after them.
25
26 changecom(@)
27
28
29 dnl  APCS register names.
30
31 deflit(a1,r0)
32 deflit(a2,r1)
33 deflit(a3,r2)
34 deflit(a4,r3)
35 deflit(v1,r4)
36 deflit(v2,r5)
37 deflit(v3,r6)
38 deflit(v4,r7)
39 deflit(v5,r8)
40 deflit(v6,r9)
41 deflit(sb,r9)
42 deflit(v7,r10)
43 deflit(sl,r10)
44 deflit(fp,r11)
45 deflit(ip,r12)
46 deflit(sp,r13)
47 deflit(lr,r14)
48 deflit(pc,r15)
49
50 divert