Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1234 bool F_Load(T inst, const fltSemantics &(*semantics)(), in F_Load() function in lldb_private::Executor
1245 bool operator()(FLW inst) { return F_Load(inst, &APFloat::IEEEsingle, 32); } in operator ()()
1521 bool operator()(FLD inst) { return F_Load(inst, &APFloat::IEEEdouble, 64); } in operator ()()