diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2014-11-21 20:02:06 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2014-11-21 20:02:06 +0000 |
| commit | 1e7bf26b33f52bf151947f85383d7042bf7e1e3c (patch) | |
| tree | 57a44ef3010bee991a9b1e3dd16d9b4246bd7759 /sys/mips/include/asm.h | |
| parent | 0e97688fe1b7bd785c2a26a438c53569b364b341 (diff) | |
Notes
Diffstat (limited to 'sys/mips/include/asm.h')
| -rw-r--r-- | sys/mips/include/asm.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/mips/include/asm.h b/sys/mips/include/asm.h index de957d6533fd..1a48adfd442e 100644 --- a/sys/mips/include/asm.h +++ b/sys/mips/include/asm.h @@ -667,6 +667,20 @@ _C_LABEL(x): #define _JB_SIGMASK 13 +#define _JB_FPREG_F20 14 +#define _JB_FPREG_F21 15 +#define _JB_FPREG_F22 16 +#define _JB_FPREG_F23 17 +#define _JB_FPREG_F24 18 +#define _JB_FPREG_F25 19 +#define _JB_FPREG_F26 20 +#define _JB_FPREG_F27 21 +#define _JB_FPREG_F28 22 +#define _JB_FPREG_F29 23 +#define _JB_FPREG_F30 24 +#define _JB_FPREG_F31 25 +#define _JB_FPREG_FCSR 26 + /* * Various macros for dealing with TLB hazards * (a) why so many? |
