Home
last modified time | relevance | path

Searched refs:MSACSR_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h613 uint32_t MSACSR_; member in v8::internal::Simulator
H A Dsimulator-mips64.cc822 MSACSR_ = 0; in Simulator()
1046 MSACSR_ |= mode & kFPURoundingModeMask; in set_msacsr_rounding_mode()
1054 return MSACSR_ & kFPURoundingModeMask; in get_msacsr_rounding_mode()
4833 MSACSR_ = bit_cast<uint32_t>(
4835 TraceRegWr(static_cast<int32_t>(MSACSR_));
4839 SetResult(sa(), static_cast<int64_t>(bit_cast<int32_t>(MSACSR_)));
5861 switch (MSACSR_ & 3) { \
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h592 uint32_t MSACSR_; member in v8::internal::Simulator
H A Dsimulator-mips.cc878 MSACSR_ = 0; in Simulator()
1117 MSACSR_ |= mode & kFPURoundingModeMask; in set_msacsr_rounding_mode()
1125 return MSACSR_ & kFPURoundingModeMask; in get_msacsr_rounding_mode()
4560 MSACSR_ = bit_cast<uint32_t>(registers_[rd_reg()]);
4561 TraceRegWr(static_cast<int32_t>(MSACSR_));
4565 SetResult(sa(), bit_cast<int32_t>(MSACSR_));
5575 switch (MSACSR_ & 3) { \

Completed in 20 milliseconds