Lines Matching full:fmul
1345 :ref:`fsub <i_fsub>`, :ref:`fmul <i_fmul>`, :ref:`fdiv <i_fdiv>`,
3679 '``fmul``' Instruction
3687 <result> = fmul [fast-math flags]* <ty> <op1>, <op2> ; yields {ty}:result
3692 The '``fmul``' instruction returns the product of its two operands.
3697 The two arguments to the '``fmul``' instruction must be :ref:`floating
3714 <result> = fmul float 4.0, %var ; yields {float}:result = 4.0 * %var