Home | History | Annotate | Download | only in mips

Lines Matching refs:FCSR

1232     // For testing purposes we need to fetch content of the FCSR register and
1234 // 24. bit of the FCSR).
1235 cfc1(scratch, FCSR);
1258 // For testing purposes we need to fetch content of the FCSR register and
1260 // 24. bit of the FCSR).
1261 cfc1(scratch, FCSR);
1412 // Save FCSR.
1413 cfc1(scratch1, FCSR);
1415 ctc1(zero_reg, FCSR);
1433 // Retrieve FCSR.
1434 cfc1(except_flag, FCSR);
1435 // Restore FCSR.
1436 ctc1(scratch1, FCSR);
1543 // Clear cumulative exception flags and save the FCSR.
1544 cfc1(scratch2, FCSR);
1545 ctc1(zero_reg, FCSR);
1549 // Retrieve and restore the FCSR.
1550 cfc1(scratch, FCSR);
1551 ctc1(scratch2, FCSR);