Home
last modified time | relevance | path

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

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