Searched refs:F_SignInj (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 1291 template <typename T> bool F_SignInj(T inst, bool isDouble, bool isNegate) { in F_SignInj() function in lldb_private::Executor 1303 bool operator()(FSGNJ_S inst) { return F_SignInj(inst, false, false); } in operator ()() 1304 bool operator()(FSGNJN_S inst) { return F_SignInj(inst, false, true); } in operator ()() 1520 bool operator()(FSGNJ_D inst) { return F_SignInj(inst, true, false); } in operator ()() 1521 bool operator()(FSGNJN_D inst) { return F_SignInj(inst, true, true); } in operator ()()
|