Subversion Repositories HelenOS

Rev

Rev 4342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4342 Rev 4343
Line 74... Line 74...
74
#define EOFFSET_T3     0x28
74
#define EOFFSET_T3     0x28
75
#define EOFFSET_T4     0x2c
75
#define EOFFSET_T4     0x2c
76
#define EOFFSET_T5     0x30
76
#define EOFFSET_T5     0x30
77
#define EOFFSET_T6     0x34
77
#define EOFFSET_T6     0x34
78
#define EOFFSET_T7     0x38
78
#define EOFFSET_T7     0x38
79
#define EOFFSET_S0     0x3c
-
 
80
#define EOFFSET_S1     0x40
-
 
81
#define EOFFSET_S2     0x44
-
 
82
#define EOFFSET_S3     0x48
-
 
83
#define EOFFSET_S4     0x4c
-
 
84
#define EOFFSET_S5     0x50
-
 
85
#define EOFFSET_S6     0x54
-
 
86
#define EOFFSET_S7     0x58
-
 
87
#define EOFFSET_T8     0x5c
79
#define EOFFSET_T8     0x3c
88
#define EOFFSET_T9     0x60
80
#define EOFFSET_T9     0x40
89
#define EOFFSET_GP     0x64
81
#define EOFFSET_GP     0x44
90
#define EOFFSET_SP     0x68
82
#define EOFFSET_SP     0x48
91
#define EOFFSET_S8     0x6c
-
 
92
#define EOFFSET_RA     0x70
83
#define EOFFSET_RA     0x4c
93
#define EOFFSET_LO     0x74
84
#define EOFFSET_LO     0x50
94
#define EOFFSET_HI     0x78
85
#define EOFFSET_HI     0x54
95
#define EOFFSET_STATUS 0x7c
86
#define EOFFSET_STATUS 0x58
96
#define EOFFSET_EPC    0x80
87
#define EOFFSET_EPC    0x5c
97
#define EOFFSET_K1     0x84
88
#define EOFFSET_K1     0x60
98
#define REGISTER_SPACE 136
89
#define REGISTER_SPACE 100
99
 
90
 
100
#ifdef __ASM__
91
#ifdef __ASM__
101
 
92
 
102
#include <arch/asm/regname.h>
93
#include <arch/asm/regname.h>
103
 
94