Inheritance: Register
Esempio n. 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" }));
		}
Esempio n. 2
0
		/// <summary>
		/// FUCOMP ST0,fpureg
		/// </summary>
		public static void FUCOMP_ST0 (FPType source)
		{
		}
Esempio n. 3
0
		/// <summary>
		/// FXCH fpureg,ST0
		/// </summary>
		public static void FXCH__ST0 (FPType target)
		{
		}
Esempio n. 4
0
		/// <summary>
		/// FSUBR ST0,fpureg
		/// </summary>
		public static void FSUBR_ST0 (FPType source)
		{
		}
Esempio n. 5
0
		/// <summary>
		/// FSUBRP fpureg,ST0
		/// </summary>
		public static void FSUBRP__ST0 (FPType target)
		{
		}
Esempio n. 6
0
		/// <summary>
		/// FMUL ST0,fpureg
		/// </summary>
		public static void FMUL_ST0 (FPType source)
		{
		}
Esempio n. 7
0
		/// <summary>
		/// FMULP fpureg,ST0
		/// </summary>
		public static void FMULP__ST0 (FPType target)
		{
		}
Esempio n. 8
0
		/// <summary>
		/// FADDP fpureg
		/// </summary>
		public static void FADDP (FPType target)
		{
		}
Esempio n. 9
0
		/// <summary>
		/// FADDP fpureg,ST0
		/// </summary>
		public static void FADDP__ST0 (FPType target)
		{
		}
Esempio n. 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" }));
		}
Esempio n. 11
0
		/// <summary>
		/// FADD ST0,fpureg
		/// </summary>
		public static void FADD_ST0 (FPType source)
		{
		}
Esempio n. 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" }));
		}
Esempio n. 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" }));
		}
Esempio n. 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" }));
		}
Esempio n. 15
0
		/// <summary>
		/// FFREEP fpureg
		/// </summary>
		public static void FFREEP (FPType target)
		{
		}
Esempio n. 16
0
		/// <summary>
		/// FCMOVU fpureg
		/// </summary>
		public static void FCMOVU (FPType target)
		{
		}
Esempio n. 17
0
		/// <summary>
		/// FLD fpureg
		/// </summary>
		public static void FLD (FPType target)
		{
		}
Esempio n. 18
0
		/// <summary>
		/// FCMOVU ST0,fpureg
		/// </summary>
		public static void FCMOVU_ST0 (FPType source)
		{
		}
Esempio n. 19
0
		/// <summary>
		/// FMULP fpureg
		/// </summary>
		public static void FMULP (FPType target)
		{
		}
Esempio n. 20
0
		/// <summary>
		/// FCOMIP fpureg
		/// </summary>
		public static void FCOMIP (FPType target)
		{
		}
Esempio n. 21
0
		/// <summary>
		/// FSTP fpureg
		/// </summary>
		public static void FSTP (FPType target)
		{
		}
Esempio n. 22
0
		/// <summary>
		/// FCOMIP ST0,fpureg
		/// </summary>
		public static void FCOMIP_ST0 (FPType source)
		{
		}
Esempio n. 23
0
		/// <summary>
		/// FSUBRP fpureg
		/// </summary>
		public static void FSUBRP (FPType target)
		{
		}
Esempio n. 24
0
		/// <summary>
		/// FDIVR ST0,fpureg
		/// </summary>
		public static void FDIVR_ST0 (FPType source)
		{
		}
Esempio n. 25
0
		/// <summary>
		/// FUCOMP fpureg
		/// </summary>
		public static void FUCOMP (FPType target)
		{
		}
Esempio n. 26
0
		/// <summary>
		/// FDIVRP fpureg
		/// </summary>
		public static void FDIVRP (FPType target)
		{
		}
Esempio n. 27
0
		/// <summary>
		/// FXCH fpureg
		/// </summary>
		public static void FXCH (FPType target)
		{
		}
Esempio n. 28
0
		/// <summary>
		/// FDIVRP fpureg,ST0
		/// </summary>
		public static void FDIVRP__ST0 (FPType target)
		{
		}
Esempio n. 29
0
		/// <summary>
		/// FXCH ST0,fpureg
		/// </summary>
		public static void FXCH_ST0 (FPType source)
		{
		}
Esempio n. 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" }));
		}