FTST
TEST 坐标
stableVMJITAOTinstruction
编码
实测开销
将ST(0)寄存器中的值与0.0进行比较,并根据结果设置条件代号C0,C2,FPU状态单词中的C3(见下表).
FTST 结果
CASE (relation of operands) OF
Not comparable: C3, C2, C0 := 111;
ST(0) > 0.0: C3, C2, C0 := 000;
ST(0) < 0.0: C3, C2, C0 := 001;
ST(0) = 0.0: C3, C2, C0 := 100;
ESAC;
FPU Flags Affected
C1 Set to 0.
C0, C2, C3 See Table 3-42.
浮点 例外#
#IS Stack underflow occurred.
#IA The source operand is a NaN value or is in an unsupported format.
#D The source operand is a denormal value.
异常
保护模式
实地址模式
虚拟 8086 模式
兼容模式
64 位模式
来源