Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h592 uint32_t MSACSR_; variable
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()]); in DecodeTypeMsaELM()
4561 TraceRegWr(static_cast<int32_t>(MSACSR_)); in DecodeTypeMsaELM()
4565 SetResult(sa(), bit_cast<int32_t>(MSACSR_)); in DecodeTypeMsaELM()
5575 switch (MSACSR_ & 3) { \ in DecodeTypeMsa3RF()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h613 uint32_t MSACSR_; variable
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>( in DecodeTypeMsaELM()
4835 TraceRegWr(static_cast<int32_t>(MSACSR_)); in DecodeTypeMsaELM()
4839 SetResult(sa(), static_cast<int64_t>(bit_cast<int32_t>(MSACSR_))); in DecodeTypeMsaELM()
5861 switch (MSACSR_ & 3) { \ in DecodeTypeMsa3RF()