Home | History | Annotate | Download | only in mips64

Lines Matching refs:FCSR

1671   // Save FCSR.
1672 cfc1(scratch, FCSR);
1674 ctc1(zero_reg, FCSR);
1692 // Retrieve FCSR.
1693 cfc1(except_flag, FCSR);
1694 // Restore FCSR.
1695 ctc1(scratch, FCSR);
1713 // Clear cumulative exception flags and save the FCSR.
1714 cfc1(scratch2, FCSR);
1715 ctc1(zero_reg, FCSR);
1719 // Retrieve and restore the FCSR.
1720 cfc1(scratch, FCSR);
1721 ctc1(scratch2, FCSR);