Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1266 bool FMA(T inst, bool isDouble, float rs2_sign, float rs3_sign) { in FMA() argument
1273 rs3.copySign(APFloat(rs3_sign)); in FMA()