summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips64orion/cpu_asm.h
blob: 9696204962cb7ba4c4e7b63f8b85cd1b76f3a6b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
/*
 *  cpu_asm.h
 *
 *  Author:     Craig Lebakken <craigl@transition.com>
 *
 *  COPYRIGHT (c) 1996 by Transition Networks Inc.
 *
 *  To anyone who acknowledges that this file is provided "AS IS"
 *  without any express or implied warranty:
 *      permission to use, copy, modify, and distribute this file
 *      for any purpose is hereby granted without fee, provided that
 *      the above copyright notice and this notice appears in all
 *      copies, and that the name of Transition Networks not be used in
 *      advertising or publicity pertaining to distribution of the
 *      software without specific, written prior permission.
 *      Transition Networks makes no representations about the suitability
 *      of this software for any purpose.
 *
 *  Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.h:
 *
 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  This material may be reproduced by or for the U.S. Government pursuant
 *  to the copyright license under the clause at DFARS 252.227-7013.  This
 *  notice must appear in all copies of this file and its derivatives.
 *
 *  cpu_asm.h,v 1.4 1995/09/26 19:25:39 joel Exp
 *
 */
/* @(#)cpu_asm.h       08/20/96     1.2 */

#ifndef __CPU_ASM_h
#define __CPU_ASM_h

/* pull in the generated offsets */

/* #include <rtems/score/offsets.h> */

/*
 * Hardware General Registers
 */

/* put something here */

/*
 * Hardware Floating Point Registers
 */

#define R_FP0 	0
#define R_FP1 	1
#define R_FP2 	2
#define R_FP3 	3
#define R_FP4 	4
#define R_FP5 	5
#define R_FP6 	6
#define R_FP7 	7
#define R_FP8 	8
#define R_FP9 	9
#define R_FP10 	10
#define R_FP11 	11
#define R_FP12 	12
#define R_FP13 	13
#define R_FP14 	14
#define R_FP15 	15
#define R_FP16 	16
#define R_FP17 	17
#define R_FP18 	18
#define R_FP19 	19
#define R_FP20 	20
#define R_FP21 	21
#define R_FP22 	22
#define R_FP23	23
#define R_FP24 	24
#define R_FP25 	25
#define R_FP26 	26
#define R_FP27 	27
#define R_FP28 	28
#define R_FP29 	29
#define R_FP30 	30
#define R_FP31 	31

/*
 * Hardware Control Registers
 */

/* put something here */

/*
 * Calling Convention
 */

/* put something here */

/*
 * Temporary registers
 */

/* put something here */

/*
 * Floating Point Registers - SW Conventions
 */

/* put something here */

/*
 * Temporary floating point registers
 */

/* put something here */

#endif

/* end of file */