Searched refs:MSACSR_ (Results 1 – 4 of 4) sorted by relevance
592 uint32_t MSACSR_; variable
878 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()
613 uint32_t MSACSR_; variable
822 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()