Home
last modified time | relevance | path

Searched defs:test_fcsr_bit (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc1026 bool Simulator::test_fcsr_bit(uint32_t cc) { return FCSR_ & (1 << cc); } in test_fcsr_bit() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc1106 bool Simulator::test_fcsr_bit(uint32_t cc) { return FCSR_ & (1 << cc); } in test_fcsr_bit() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc1035 bool Simulator::test_fcsr_bit(uint32_t cc) { return FCSR_ & (1 << cc); } in test_fcsr_bit() function in v8::internal::Simulator