Exemple #1
0
 public static void FloatStoreAndPop(RegisterFPU register)
 {
     new FloatStoreAndPop
     {
         DestinationReg = register.RegEnum
     };
 }
Exemple #2
0
 public static void FloatStoreAndPop(RegisterFPU register)
 {
   new FloatStoreAndPop
   {
     DestinationReg = register.RegEnum
   };
 }
Exemple #3
0
 public static void FloatCompareAndSet(RegisterFPU register)
 {
     new FloatCompareAndSet
     {
         DestinationReg = register.RegEnum
     };
 }
Exemple #4
0
 public static void FloatCompareAndSet(RegisterFPU register)
 {
   new FloatCompareAndSet
   {
     DestinationReg = register.RegEnum
   };
 }