4.10.9 Convert VAX Floating to Integer
Format:
CVTGQ | Fb.rx,Fc.wq |
Operation:
Fc ← {conversion of Fbv}
Exceptions:
Invalid Operation
Integer Overflow
Instruction mnemonics:
CVTGQConvert G_floating to Quadword
Qualifiers:
Rounding: | Chopped (/C) |
Trapping: | Exception Completion (/S) |
| Integer Overflow Enable (/V) |
Description:
The floating operand in register Fb is converted to a
An invalid operation trap is signaled if the operand has exp=0 and is not a true zero (that is, VAX reserved operands and dirty zeros trap). The contents of Fc are UNPREDICTABLE if this occurs.
See Section 4.7.7 for details of the stored result on integer overflow.