Inheritance: Register
Example #1
0
		/// <summary>
		/// FMUL fpureg
		/// </summary>
		public void FMUL (FPType target)
		{
			this.instructions.Add (new Instruction (true, string.Empty, string.Empty, "FMUL", target.ToString (), null, null, target, null, new string [] { "D8", "C8+r" }));
		}
Example #2
0
		/// <summary>
		/// FUCOMP ST0,fpureg
		/// </summary>
		public static void FUCOMP_ST0 (FPType source)
		{
		}
Example #3
0
		/// <summary>
		/// FXCH fpureg,ST0
		/// </summary>
		public static void FXCH__ST0 (FPType target)
		{
		}
Example #4
0
		/// <summary>
		/// FSUBR ST0,fpureg
		/// </summary>
		public static void FSUBR_ST0 (FPType source)
		{
		}
Example #5
0
		/// <summary>
		/// FSUBRP fpureg,ST0
		/// </summary>
		public static void FSUBRP__ST0 (FPType target)
		{
		}
Example #6
0
		/// <summary>
		/// FMUL ST0,fpureg
		/// </summary>
		public static void FMUL_ST0 (FPType source)
		{
		}
Example #7
0
		/// <summary>
		/// FMULP fpureg,ST0
		/// </summary>
		public static void FMULP__ST0 (FPType target)
		{
		}
Example #8
0
		/// <summary>
		/// FADDP fpureg
		/// </summary>
		public static void FADDP (FPType target)
		{
		}
Example #9
0
		/// <summary>
		/// FADDP fpureg,ST0
		/// </summary>
		public static void FADDP__ST0 (FPType target)
		{
		}
Example #10
0
		/// <summary>
		/// FXCH ST0,fpureg
		/// </summary>
		public void FXCH_ST0 (FPType source)
		{
			this.instructions.Add (new Instruction (true, string.Empty, string.Empty, "FXCH_ST0", "ST0" + ", " + source.ToString (), null, null, source, null, new string [] { "D9", "C8+r" }));
		}
Example #11
0
		/// <summary>
		/// FADD ST0,fpureg
		/// </summary>
		public static void FADD_ST0 (FPType source)
		{
		}
Example #12
0
		/// <summary>
		/// FXCH fpureg,ST0
		/// </summary>
		public void FXCH__ST0 (FPType target)
		{
			this.instructions.Add (new Instruction (true, string.Empty, string.Empty, "FXCH__ST0", target.ToString () + ", " + "ST0", null, null, target, null, new string [] { "D9", "C8+r" }));
		}
Example #13
0
		/// <summary>
		/// FUCOMP fpureg
		/// </summary>
		public void FUCOMP (FPType target)
		{
			this.instructions.Add (new Instruction (true, string.Empty, string.Empty, "FUCOMP", target.ToString (), null, null, target, null, new string [] { "DD", "E8+r" }));
		}
Example #14
0
		/// <summary>
		/// FSUBRP fpureg
		/// </summary>
		public void FSUBRP (FPType target)
		{
			this.instructions.Add (new Instruction (true, string.Empty, string.Empty, "FSUBRP", target.ToString (), null, null, target, null, new string [] { "DE", "E0+r" }));
		}
Example #15
0
		/// <summary>
		/// FFREEP fpureg
		/// </summary>
		public static void FFREEP (FPType target)
		{
		}
Example #16
0
		/// <summary>
		/// FCMOVU fpureg
		/// </summary>
		public static void FCMOVU (FPType target)
		{
		}
Example #17
0
		/// <summary>
		/// FLD fpureg
		/// </summary>
		public static void FLD (FPType target)
		{
		}
Example #18
0
		/// <summary>
		/// FCMOVU ST0,fpureg
		/// </summary>
		public static void FCMOVU_ST0 (FPType source)
		{
		}
Example #19
0
		/// <summary>
		/// FMULP fpureg
		/// </summary>
		public static void FMULP (FPType target)
		{
		}
Example #20
0
		/// <summary>
		/// FCOMIP fpureg
		/// </summary>
		public static void FCOMIP (FPType target)
		{
		}
Example #21
0
		/// <summary>
		/// FSTP fpureg
		/// </summary>
		public static void FSTP (FPType target)
		{
		}
Example #22
0
		/// <summary>
		/// FCOMIP ST0,fpureg
		/// </summary>
		public static void FCOMIP_ST0 (FPType source)
		{
		}
Example #23
0
		/// <summary>
		/// FSUBRP fpureg
		/// </summary>
		public static void FSUBRP (FPType target)
		{
		}
Example #24
0
		/// <summary>
		/// FDIVR ST0,fpureg
		/// </summary>
		public static void FDIVR_ST0 (FPType source)
		{
		}
Example #25
0
		/// <summary>
		/// FUCOMP fpureg
		/// </summary>
		public static void FUCOMP (FPType target)
		{
		}
Example #26
0
		/// <summary>
		/// FDIVRP fpureg
		/// </summary>
		public static void FDIVRP (FPType target)
		{
		}
Example #27
0
		/// <summary>
		/// FXCH fpureg
		/// </summary>
		public static void FXCH (FPType target)
		{
		}
Example #28
0
		/// <summary>
		/// FDIVRP fpureg,ST0
		/// </summary>
		public static void FDIVRP__ST0 (FPType target)
		{
		}
Example #29
0
		/// <summary>
		/// FXCH ST0,fpureg
		/// </summary>
		public static void FXCH_ST0 (FPType source)
		{
		}
Example #30
0
		/// <summary>
		/// FLD fpureg
		/// </summary>
		public void FLD (FPType target)
		{
			this.instructions.Add (new Instruction (true, string.Empty, string.Empty, "FLD", target.ToString (), null, null, target, null, new string [] { "D9", "C0+r" }));
		}