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