Searched refs:SetAccruedExceptions (Results 1 – 2 of 2) sorted by relevance
97 bool SetAccruedExceptions(llvm::APFloatBase::opStatus);
1247 auto res = m_emu.SetAccruedExceptions(opStatus); in FusedMultiplyAdd()1279 return m_emu.SetAccruedExceptions(res); in F_Op()1338 m_emu.SetAccruedExceptions(APFloat::opInvalidOp); in F_MAX_MIN()1391 m_emu.SetAccruedExceptions(APFloat::opInvalidOp); in F_Compare()1395 auto res = m_emu.SetAccruedExceptions(APFloat::opInvalidOp); in F_Compare()1676 bool EmulateInstructionRISCV::SetAccruedExceptions( in SetAccruedExceptions() function in lldb_private::EmulateInstructionRISCV