aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/cp1.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mips/cp1.h')
-rw-r--r--sim/mips/cp1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/mips/cp1.h b/sim/mips/cp1.h
index d6d8a88..5622b93 100644
--- a/sim/mips/cp1.h
+++ b/sim/mips/cp1.h
@@ -43,6 +43,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* FCSR bits for IEEE754-2008 compliance. */
#define fcsr_NAN2008_mask (0x00040000)
#define fcsr_NAN2008_shift (18)
+#define fcsr_ABS2008_mask (0x00080000)
+#define fcsr_ABS2008_shift (19)
#define fenr_FS (0x00000004)