The Floating-Point NumberFPU RegistersLoading/Storing Numbers and the FPU StackFLD — Floating-Point LoadFST/FSTP — FPU Floating-Point SaveFILD — FPU Integer LoadFIST/FISTP/FISTTP — FPU Integer SaveFPU ConstantsFXCHFINCSTP — FPU Increment Stack PointerFDECSTP — FPU Decrement Stack PointerFWAIT/WAITEMMS/FEMMSFNOPGeneral Math InstructionsFCHS — FPU Two's Complement ST(0) = – ST(0)FABS — FPU Absolute Value ST(0) = |ST(0)|FADD/FADDP/FIADD — FPU Addition D = ST(0) + AFSUB/FSUBP/FISUB — FPU Subtraction D = ST(0) – AFSUBR/FSUBRP/FISUBR — FPU Reverse Subtraction D = A – ST(0)FMUL/FMULP/FIMUL — FPU Multiplication D = ST(0) × AFDIV/FDIVP/FIDIV — FPU Division D = Dst ÷ SrcFDIVR/FDIVRP/FIDIVR — FPU Reverse Division D = Src ÷ DstFPREM — FPU Partial RemainderFPREM1 — FPU Partial RemainderFRNDINT — FPU Round to IntegerAdvanced Math InstructionsFSQRT — FPU ST(0) Square RootFSCALE — FPU Scale ST(0) = ST(0) << ST(1)F2XM1 — FPU ST(0) = 2ST(0) – 1FYL2X — FPU ST(0) = y log2xFYL2XP1 — FPU ST(0) = y log2(x+1)FXTRACT — FPU Extract Exponent and SignificandFloating-Point ComparisonFTST — FPU Test If ZeroFCOM/FCOMP/FCOMPP — FPU Unordered CMP FPFUCOM/FUCOMP/FUCOMPP — FPU Unordered CMP FPFCOMI/FCOMIP/FUCOMI/FUCOMIP — FPU A ? B and EFLAGSFICOM/FICOMP — FPU A ? BFCMOVcc — FPU Conditional MoveFXAM — FPU ExamineFPU BCD (Binary-Coded Decimal)FBLD — FPU (BCD Load)FBSTP — FPU (BCD Save and Pop ST(0))FPU TrigonometryFPTAN — FPU Partial TangentFPATAN — FPU Partial ArctangentFSINCOS — Sine and CosinePseudo VecPseudo Vec (x86)AMD-SDK3DSMax-SDKFSIN — FPU SineFCOS — FPU CosineFSINCOS — FPU Sine and Cosinevmp_SinCos (3DNow!)FPU System InstructionsFINIT/FNINIT — FPU InitFCLEX/FNCLEX — FPU Clear ExceptionsFFREE — FPU Free FP RegisterFSAVE/FNSAVE — FPU Save X87 FPU, MMX, SSE, SSE2FRSTOR — FPU Restore x87 StateFXSAVE — FPU Save x87 FPU, MMX, SSE, SSE2, SSE3FXRSTOR — FPU Restore x87 FPU, MMX, SSE, SSE2, SSE3FSTENV/FNSTENV — FPU Store x87 EnvironmentFLDENV — FPU Load x87 EnvironmentFSTCW/FNSTCW — FPU Store x87 Control WordFLDCW — FPU Load x87 Control WordFSTSW/FNSTSW — FPU Store x87 Status WordValidating (Invalid) Floating-PointExercises