PR29261, memory leak in parse_stab_struct_fields
[binutils-gdb.git] / sim / mips / cp1.h
index 96c51a7b736dd165575f35ca3e2df5212855ad5e..5622b9384d9dd7c09939983fe7fd005e4206d770 100644 (file)
@@ -40,6 +40,12 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #define fcsr_RM_mask       (0x00000003)
 #define fcsr_RM_shift      (0)
 
+/* 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)
 
 /* Macros to update and retrieve the FCSR condition-code bits.  This