Home | History | Annotate | Download | only in mips

Lines Matching refs:FCSR

1527     // For testing purposes we need to fetch content of the FCSR register and
1529 // 24. bit of the FCSR).
1530 cfc1(scratch, FCSR);
1553 // For testing purposes we need to fetch content of the FCSR register and
1555 // 24. bit of the FCSR).
1556 cfc1(scratch, FCSR);
1622 // Save FCSR.
1623 cfc1(scratch, FCSR);
1625 ctc1(zero_reg, FCSR);
1643 // Retrieve FCSR.
1644 cfc1(except_flag, FCSR);
1645 // Restore FCSR.
1646 ctc1(scratch, FCSR);
1664 // Clear cumulative exception flags and save the FCSR.
1665 cfc1(scratch2, FCSR);
1666 ctc1(zero_reg, FCSR);
1670 // Retrieve and restore the FCSR.
1671 cfc1(scratch, FCSR);
1672 ctc1(scratch2, FCSR);