4.10.23 IEEE Floating Square Root
Format:
SQRTxFb.rx,Fc.wx!Floating-point Operate format
Operation:
Fc ← Fb ** (1/2)
Exceptions:
Inexact result
Invalid operation
Instruction mnemonics:
SQRTS | Square root S_floating |
SQRTT | Square root T_floating |
Qualifiers:
Rounding: | Chopped (/C) |
| Dynamic (/D) |
| Minus infinity (/M) |
Trapping: | Inexact Enable (/I) |
| Exception Completion (/S) |
| Underflow Enable (/U) — See Notes below |
Description:
The square root of the
The result is rounded to the specified precision. The
An invalid operation is signaled if the sign of the operand is less than zero. However, SQRT
Notes:
•
Instruction Descriptions