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