Rev 1787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1787 | Rev 1888 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef __mips32_REGNAME_H_ |
35 | #ifndef KERN_mips32_REGNAME_H_ |
| 36 | #define __mips32_REGNAME_H_ |
36 | #define KERN_mips32_REGNAME_H_ |
| 37 | 37 | ||
| 38 | #define zero 0 |
38 | #define zero 0 |
| 39 | #define at 1 |
39 | #define at 1 |
| 40 | #define v0 2 |
40 | #define v0 2 |
| 41 | #define v1 3 |
41 | #define v1 3 |
| Line 89... | Line 89... | ||
| 89 | #define xcontext 20 |
89 | #define xcontext 20 |
| 90 | #define rdebug 23 |
90 | #define rdebug 23 |
| 91 | #define depc 24 |
91 | #define depc 24 |
| 92 | #define eepc 30 |
92 | #define eepc 30 |
| 93 | 93 | ||
| 94 | - | ||
| 95 | #endif /* _REGNAME_H_ */ |
94 | #endif /* KERN_mips32_REGNAME_H_ */ |
| 96 | 95 | ||
| 97 | /** @} |
96 | /** @} |
| 98 | */ |
97 | */ |