Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h96 llvm::RoundingMode GetRoundingMode();
H A DEmulateInstructionRISCV.cpp1246 auto opStatus = rs1.fusedMultiplyAdd(rs2, rs3, m_emu.GetRoundingMode()); in FusedMultiplyAdd()
1277 ((&rs1)->*f)(rs2, m_emu.GetRoundingMode()); in F_Op()
1652 RoundingMode EmulateInstructionRISCV::GetRoundingMode() { in GetRoundingMode() function in lldb_private::EmulateInstructionRISCV