Class XS.FPU
Inheritance
System.Object
XS.FPU
Assembly: XSharp.dll
Syntax
public static class FPU : object
Methods
|
Improve this Doc
View Source
FloatAbs()
Declaration
public static void FloatAbs()
|
Improve this Doc
View Source
FloatAdd(XSRegisters.Register32, Boolean, Nullable<XSRegisters.RegisterSize>)
Declaration
public static void FloatAdd(XSRegisters.Register32 destination, bool isIndirect = false, XSRegisters.RegisterSize? size = null)
Parameters
|
Improve this Doc
View Source
FloatCompareAndSet(XSRegisters.RegisterFPU)
Declaration
public static void FloatCompareAndSet(XSRegisters.RegisterFPU register)
Parameters
|
Improve this Doc
View Source
FloatCosine()
Declaration
public static void FloatCosine()
|
Improve this Doc
View Source
FloatInit()
Declaration
public static void FloatInit()
|
Improve this Doc
View Source
FloatLoad(XSRegisters.Register32, Boolean, Nullable<Int32>, Nullable<XSRegisters.RegisterSize>)
Declaration
public static void FloatLoad(XSRegisters.Register32 register, bool destinationIsIndirect = false, int? displacement = null, XSRegisters.RegisterSize? size = null)
Parameters
|
Improve this Doc
View Source
FloatNegate()
Declaration
public static void FloatNegate()
|
Improve this Doc
View Source
FloatPop()
Declaration
public static void FloatPop()
|
Improve this Doc
View Source
FloatRound()
Declaration
public static void FloatRound()
|
Improve this Doc
View Source
FloatSine()
Declaration
public static void FloatSine()
|
Improve this Doc
View Source
FloatStoreAndPop(XSRegisters.Register32, Boolean, Nullable<Int32>, Nullable<XSRegisters.RegisterSize>)
Declaration
public static void FloatStoreAndPop(XSRegisters.Register32 register, bool isIndirect = false, int? displacement = null, XSRegisters.RegisterSize? size = null)
Parameters
|
Improve this Doc
View Source
FloatStoreAndPop(XSRegisters.RegisterFPU)
Declaration
public static void FloatStoreAndPop(XSRegisters.RegisterFPU register)
Parameters
|
Improve this Doc
View Source
FloatTan()
Declaration
public static void FloatTan()
|
Improve this Doc
View Source
IntLoad(XSRegisters.Register32, Boolean, Nullable<Int32>, Nullable<XSRegisters.RegisterSize>)
Declaration
public static void IntLoad(XSRegisters.Register32 destination, bool isIndirect = false, int? displacement = null, XSRegisters.RegisterSize? size = null)
Parameters
|
Improve this Doc
View Source
IntStoreWithTruncate(XSRegisters.Register32, Boolean, Nullable<XSRegisters.RegisterSize>)
Declaration
public static void IntStoreWithTruncate(XSRegisters.Register32 destination, bool isIndirect = false, XSRegisters.RegisterSize? size = null)
Parameters