[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td

Chris Lattner lattner at cs.uiuc.edu
Tue Feb 3 01:28:04 PST 2004


Changes in directory llvm/lib/Target/X86:

X86InstrInfo.td updated: 1.17 -> 1.18

---
Log message:

Add the ftst instruction


---
Diffs of the changes:  (+3 -1)

Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.17 llvm/lib/Target/X86/X86InstrInfo.td:1.18
--- llvm/lib/Target/X86/X86InstrInfo.td:1.17	Mon Feb  2 13:57:45 2004
+++ llvm/lib/Target/X86/X86InstrInfo.td	Tue Feb  3 01:27:50 2004
@@ -434,8 +434,10 @@
 def FLD1 : FPInst<"fld1", 0xE8, RawFrm, ArgF80, ZeroArgFP>, D9;
 
 
-// Unary read-modify-write operations...
+// Unary operations...
 def FCHS : FPInst<"fchs", 0xE0, RawFrm, ArgF80, OneArgFPRW>, D9;           // f1 = fchs f2
+
+def FTST : FPInst<"ftst", 0xE4, RawFrm, ArgF80, OneArgFP>, D9;             // ftst ST(0)
 
 // Binary arithmetic operations...
 class FPST0rInst<string n, bits<8> o>





More information about the llvm-commits mailing list