Home
last modified time | relevance | path

Searched refs:SetAccruedExceptions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h98 bool SetAccruedExceptions(llvm::APFloatBase::opStatus);
H A DEmulateInstructionRISCV.cpp1262 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