Home
last modified time | relevance | path

Searched defs: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
/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