Searched defs:test_fcsr_bit (Results 1 – 3 of 3) sorted by relevance
1026 bool Simulator::test_fcsr_bit(uint32_t cc) { return FCSR_ & (1 << cc); } in test_fcsr_bit() function in v8::internal::Simulator
1106 bool Simulator::test_fcsr_bit(uint32_t cc) { return FCSR_ & (1 << cc); } in test_fcsr_bit() function in v8::internal::Simulator
1035 bool Simulator::test_fcsr_bit(uint32_t cc) { return FCSR_ & (1 << cc); } in test_fcsr_bit() function in v8::internal::Simulator