Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dfloat.c58 static void Fadd(FICL_VM *pVM) in Fadd() function
1001 dictAppendWord(dp, "f+", Fadd, FW_DEFAULT); in ficlCompileFloat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4369 SDValue Fadd = DAG.getNode(ISD::STRICT_FADD, dl, Node->getVTList(), in ExpandNode() local
4373 Results.push_back(Fadd); in ExpandNode()
4374 Results.push_back(Fadd.getValue(1)); in ExpandNode()