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