RTEMS
5.0.0
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
score
cpu
v850
include
rtems
score
cpu_asm.h
Go to the documentation of this file.
1
10
/*
11
* COPYRIGHT (c) 1989-2012.
12
* On-Line Applications Research Corporation (OAR).
13
*
14
* The license and distribution terms for this file may be
15
* found in the file LICENSE in this distribution or at
16
* http://www.rtems.org/license/LICENSE.
17
*/
18
19
#ifndef _RTEMS_SCORE_CPU_ASM_H
20
#define _RTEMS_SCORE_CPU_ASM_H
21
22
/* pull in the generated offsets */
23
24
#include <rtems/score/offsets.h>
25
26
/*
27
* Hardware General Registers
28
*/
29
30
/* put something here */
31
32
/*
33
* Hardware Floating Point Registers
34
*/
35
36
/* put something here */
37
38
/*
39
* Hardware Control Registers
40
*/
41
42
/* put something here */
43
44
/*
45
* Calling Convention
46
*/
47
48
/* put something here */
49
50
/*
51
* Temporary registers
52
*/
53
54
/* put something here */
55
56
/*
57
* Floating Point Registers - SW Conventions
58
*/
59
60
/* put something here */
61
62
/*
63
* Temporary floating point registers
64
*/
65
66
/* put something here */
67
68
#endif
69
70
/* end of file */
Generated by
1.8.13