Searched refs:fcsr_FS (Results 1 – 2 of 2) sorted by relevance
32 #define fcsr_FS (1 << 24) /* MIPS III onwards : Flush to Zero */ macro63 #define GETFS() ((int)(FCSR & fcsr_FS))
389 if ((FCR31 & fcsr_FS) != 0) in value_fcr()423 v |= fcsr_FS; in store_fcr()425 v &= ~fcsr_FS; in store_fcr()427 FCR31 |= (v & (fcsr_FS | fcsr_ENABLES_mask | fcsr_RM_mask)); in store_fcr()