Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dsimulator-mips64.h546 uint32_t MSACSR_; variable
Dsimulator-mips64.cc835 MSACSR_ = 0; in Simulator()
1075 MSACSR_ |= mode & kFPURoundingModeMask; in set_msacsr_rounding_mode()
1083 return MSACSR_ & kFPURoundingModeMask; in get_msacsr_rounding_mode()
4768 MSACSR_ = bit_cast<uint32_t>( in DecodeTypeMsaELM()
4770 TraceRegWr(static_cast<int32_t>(MSACSR_)); in DecodeTypeMsaELM()
4774 SetResult(sa(), static_cast<int64_t>(bit_cast<int32_t>(MSACSR_))); in DecodeTypeMsaELM()
5797 switch (MSACSR_ & 3) { \ in DecodeTypeMsa3RF()
/external/v8/src/mips/
Dsimulator-mips.h526 uint32_t MSACSR_; variable
Dsimulator-mips.cc902 MSACSR_ = 0; in Simulator()
1157 MSACSR_ |= mode & kFPURoundingModeMask; in set_msacsr_rounding_mode()
1165 return MSACSR_ & kFPURoundingModeMask; in get_msacsr_rounding_mode()
4557 MSACSR_ = bit_cast<uint32_t>(registers_[rd_reg()]); in DecodeTypeMsaELM()
4558 TraceRegWr(static_cast<int32_t>(MSACSR_)); in DecodeTypeMsaELM()
4562 SetResult(sa(), bit_cast<int32_t>(MSACSR_)); in DecodeTypeMsaELM()
5573 switch (MSACSR_ & 3) { \ in DecodeTypeMsa3RF()