Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1231 template <typename T> bool F_Store(T inst, bool isDouble) { in F_Store() function in lldb_private::Executor
1243 bool operator()(FSW inst) { return F_Store(inst, false); } in operator ()()
1507 bool operator()(FSD inst) { return F_Store(inst, true); } in operator ()()