F2XM1
计算 2x1
stableVMJITAOTinstruction
编码
实测开销
将2的指数值计算为源操作数乘以1的功率。 源操作数位于寄存器ST(0)中,结果也存储在ST(0)中. 源操作数的值必须位于1.0到+1.0之间. 如果源值超出此范围,则结果未定义.
下表显示计算各类数字的指数值时获得的结果,假设既不溢出也不流出。
从F2XM1获得的结果
ST(0) := (2ST(0) - 1);
FPU Flags Affected
C1 Set to 0 if stack underflow occurred.
Set if result was rounded up; cleared otherwise.
C0, C2, C3 Undefined.
浮点 例外#
#IS Stack underflow occurred.
#IA Source operand is an SNaN value or unsupported format.
#D Source is a denormal value.
#U Result is too small for destination format.
#P Value cannot be represented exactly in destination format.
异常
保护模式
实地址模式
虚拟 8086 模式
兼容模式
64 位模式
来源