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