Searched defs:FCLASS (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.h | 130 FCLASS, global() enumerator |
H A D | RISCVISelLowering.cpp | 5844 SDValue FCLASS = DAG.getNode(RISCVISD::FCLASS, DL, XLenVT, Op.getOperand(0)); LowerIS_FPCLASS() local |
/llvm-project/lldb/source/Plugins/Instruction/RISCV/ | ||
H A D | EmulateInstructionRISCV.cpp | 1417 template <typename T> bool FCLASS(T inst, bool isDouble) { FCLASS() function in lldb_private::Executor |