Linux 5.7.7
[linux/fpc-iii.git] / arch / arm / nwfpe / fpmodule.h
blob77a3a60a0908947294fe95f4d2a89f2d485a0f95
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 NetWinder Floating Point Emulator
4 (c) Rebel.com, 1998-1999
6 Direct questions, comments to Scott Bambrough <scottb@netwinder.org>
9 27/03/03 Ian Molton Clean up CONFIG_CPU
12 #ifndef __FPMODULE_H__
13 #define __FPMODULE_H__
15 #define REG_ORIG_R0 17
16 #define REG_CPSR 16
17 #define REG_PC 15
18 #define REG_LR 14
19 #define REG_SP 13
20 #define REG_IP 12
21 #define REG_FP 11
22 #define REG_R10 10
23 #define REG_R9 9
24 #define REG_R9 9
25 #define REG_R8 8
26 #define REG_R7 7
27 #define REG_R6 6
28 #define REG_R5 5
29 #define REG_R4 4
30 #define REG_R3 3
31 #define REG_R2 2
32 #define REG_R1 1
33 #define REG_R0 0
35 #endif