Searched refs:Fmul (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/ficl/ |
H A D | float.c | 92 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 D | X86ISelLowering.cpp | 54035 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()
|