Searched refs:SetAccruedExceptions (Results 1 – 2 of 2) sorted by relevance
98 bool SetAccruedExceptions(llvm::APFloatBase::opStatus);
1262 auto res = m_emu.SetAccruedExceptions(opStatus); in FusedMultiplyAdd()1294 return m_emu.SetAccruedExceptions(res); in F_Op()1353 m_emu.SetAccruedExceptions(APFloat::opInvalidOp); in F_MAX_MIN()1406 m_emu.SetAccruedExceptions(APFloat::opInvalidOp); in F_Compare()1410 auto res = m_emu.SetAccruedExceptions(APFloat::opInvalidOp); in F_Compare()1691 bool EmulateInstructionRISCV::SetAccruedExceptions( in SetAccruedExceptions() function in lldb_private::EmulateInstructionRISCV