test_fcsr_bit 2251 src/mips/simulator-mips.cc if (test_fcsr_bit(fcsr_cc)) set_register(rd_reg, rs); test_fcsr_bit 2253 src/mips/simulator-mips.cc if (!test_fcsr_bit(fcsr_cc)) set_register(rd_reg, rs); test_fcsr_bit 2344 src/mips/simulator-mips.cc cc_value = test_fcsr_bit(fcsr_cc); test_fcsr_bit 197 src/mips/simulator-mips.h bool test_fcsr_bit(uint32_t cc);