Home
last modified time | relevance | path

Searched refs:test_fcsr_bit (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.h177 bool test_fcsr_bit(uint32_t cc);
Dsimulator-mips.cc1270 bool Simulator::test_fcsr_bit(uint32_t cc) { in test_fcsr_bit() function in v8::internal::Simulator
2628 if (test_fcsr_bit(fcsr_cc)) set_register(rd_reg, rs); in DecodeTypeRegister()
2630 if (!test_fcsr_bit(fcsr_cc)) set_register(rd_reg, rs); in DecodeTypeRegister()
2722 cc_value = test_fcsr_bit(fcsr_cc); in DecodeTypeImmediate()
/external/v8/src/mips64/
Dsimulator-mips64.h207 bool test_fcsr_bit(uint32_t cc);
Dsimulator-mips64.cc1186 bool Simulator::test_fcsr_bit(uint32_t cc) { in test_fcsr_bit() function in v8::internal::Simulator
2749 if (test_fcsr_bit(fcsr_cc)) set_register(rd_reg, rs); in DecodeTypeRegister()
2751 if (!test_fcsr_bit(fcsr_cc)) set_register(rd_reg, rs); in DecodeTypeRegister()
2853 cc_value = test_fcsr_bit(fcsr_cc); in DecodeTypeImmediate()