Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dfloat.c92 static void Fmul(FICL_VM *pVM) in Fmul() function
1000 dictAppendWord(dp, "f*", Fmul, FW_DEFAULT); in ficlCompileFloat()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54035 SDValue Fmul = DAG.getNode(ISD::FMUL, dl, VT, A, B, Flags); in combineFMA() local
54036 return DAG.getNode(ISD::FADD, dl, VT, Fmul, C, Flags); in combineFMA()