Home | History | Annotate | Download | only in mips

Lines Matching refs:test_fcsr_bit

1165 bool Simulator::test_fcsr_bit(uint32_t cc) {
2246 if (test_fcsr_bit(fcsr_cc)) set_register(rd_reg, rs);
2248 if (!test_fcsr_bit(fcsr_cc)) set_register(rd_reg, rs);
2339 cc_value = test_fcsr_bit(fcsr_cc);