Esempio n. 1
0
 public static void FloatCompareAndSet(XSRegisters.RegisterFPU register)
 {
     new FloatCompareAndSet
     {
         DestinationReg = register.RegEnum
     };
 }
Esempio n. 2
0
 public static void FloatStoreAndPop(XSRegisters.RegisterFPU register)
 {
     new FloatStoreAndPop
     {
         DestinationReg = register.RegEnum
     };
 }