Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/x87
Trivalik_cp 51e893eb74 add movsx, fchs
implement neg CIL (needed for Abs())
fix floor and ceiling in range of int
add sign extension to LdArg and LdLoc
remove unneeded math functions, like min,max,abs
2011-09-02 21:03:14 +00:00
..
Enums.cs
FloatABS.cs
FloatAdd.cs
FloatAddAndPop.cs
FloatClearEx.cs
FloatCompare.cs
FloatCompareAnd2Pop.cs
FloatCompareAndPop.cs
FloatCompareAndSet.cs
FloatCompareAndSetAndPop.cs
FloatCompareOrderAndSet.cs
FloatCompareOrderSetAndPop.cs
FloatConditionalMove.cs
FloatCosine.cs Added FloatSine and FloatCosine instructions. This is to facilitate the needs of Orvid.Graphics. 2011-06-14 18:12:31 +00:00
FloatDecTopPointer.cs
FloatDivide.cs allow write fdiv asm 2011-04-07 20:36:35 +00:00
FloatDivideAndPop.cs
FloatDivideAndPopReverse.cs
FloatDivideReverse.cs
FloatFree.cs
FloatIncTopPointer.cs
FloatInit.cs
FloatLoad.cs
FloatMul.cs
FloatMulAndPop.cs
FloatNegate.cs add movsx, fchs 2011-09-02 21:03:14 +00:00
FloatPRem.cs
FloatPRem1.cs
FloatPushOne.cs
FloatPushZero.cs
FloatRound.cs
FloatSine.cs Added FloatSine and FloatCosine instructions. This is to facilitate the needs of Orvid.Graphics. 2011-06-14 18:12:31 +00:00
FloatSqrt.cs
FloatStore.cs
FloatStoreAndPop.cs fix fstp byte size through add st0 -7 size 2011-06-03 22:32:25 +00:00
FloatSub.cs
FloatSubAndPop.cs
FloatSubAndPopReverse.cs
FloatSubReverse.cs
FloatTest.cs
FloatUCompare.cs
FloatUCompareAnd2Pop.cs
FloatUCompareAndPop.cs
FloatXchg.cs
FXSave.cs
FXStore.cs
IntAdd.cs
IntCompare.cs
IntCompareAndPop.cs
IntDivide.cs
IntDivideReverse.cs
IntLoad.cs
IntMul.cs
IntStore.cs
IntStoreAndPop.cs
IntSub.cs
IntSubReverse.cs