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