Syntax
divf $s_reg1, $s_reg2, $d_reg
divf $d_reg/$s_reg1, $s_reg2
Description
Divide F_floating computes the quotient of two values. These instructions divide the contents of $s_reg1 or $d_reg by the contents of $s_reg2 and place the result in $d_reg. If the divisor is 0, an error is signaled if the divide-by-zero exception is enabled.
Qualifiers
The following table describes the qualifiers for the divf instructions:
Instruction | Description |
no qualifier | VAX Rounding Mode: Normal rounding |
VAX Trap Mode: Imprecise, underflow disabled | |
divfc | VAX Rounding Mode: Chopped |
divfu | VAX Trap Mode: Imprecise, underflow enabled |
divfuc | VAX Trap Mode: Underflow enabled |
VAX Rounding Mode: Chopped | |
divfs | VAX Trap Mode: Software, underflow disabled |
divfsc | Combined meanings of divfs and divfc |
divfsu | VAX Trap Mode: Software, underflow enabled |
divfsuc | Combined meanings of divfs, divfu, and divfc |