Home | History | Annotate | Download | only in docs

Lines Matching full:fsub

1345 :ref:`fsub <i_fsub>`, :ref:`fmul <i_fmul>`, :ref:`fdiv <i_fdiv>`,
3583 '``fsub``' Instruction
3591 <result> = fsub [fast-math flags]* <ty> <op1>, <op2> ; yields {ty}:result
3596 The '``fsub``' instruction returns the difference of its two operands.
3598 Note that the '``fsub``' instruction is used to represent the '``fneg``'
3604 The two arguments to the '``fsub``' instruction must be :ref:`floating
3621 <result> = fsub float 4.0, %var ; yields {float}:result = 4.0 - %var
3622 <result> = fsub float -0.0, %val ; yields {float}:result = -%var