Home
last modified time | relevance | path

Searched defs:FCLASS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h130 FCLASS, enumerator
H A DRISCVISelLowering.cpp5850 SDValue FCLASS = DAG.getNode(RISCVISD::FCLASS, DL, XLenVT, Op.getOperand(0)); in LowerIS_FPCLASS() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1432 template <typename T> bool FCLASS(T inst, bool isDouble) { in FCLASS() function in lldb_private::Executor