Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h97 bool SetAccruedExceptions(llvm::APFloatBase::opStatus);
H A DEmulateInstructionRISCV.cpp1247 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