Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.h97 llvm::RoundingMode GetRoundingMode();
HDEmulateInstructionRISCV.cpp1261 auto opStatus = rs1.fusedMultiplyAdd(rs2, rs3, m_emu.GetRoundingMode()); in FusedMultiplyAdd()
1292 ((&rs1)->*f)(rs2, m_emu.GetRoundingMode()); in F_Op()
1667 RoundingMode EmulateInstructionRISCV::GetRoundingMode() { in GetRoundingMode() function in lldb_private::EmulateInstructionRISCV