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

Chris Lattner lattner at cs.uiuc.edu
Fri Apr 1 20:32:12 PST 2005



Changes in directory llvm/lib/Target/X86:

X86InstrInfo.td updated: 1.119 -> 1.120
---
Log message:

add an fabs instr


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

 X86InstrInfo.td |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.119 llvm/lib/Target/X86/X86InstrInfo.td:1.120
--- llvm/lib/Target/X86/X86InstrInfo.td:1.119	Sun Feb 27 00:16:27 2005
+++ llvm/lib/Target/X86/X86InstrInfo.td	Fri Apr  1 22:31:56 2005
@@ -1523,6 +1523,7 @@
 
 // Unary operations...
 def FCHS : FPI<0xE0, RawFrm, OneArgFPRW, (ops), "fchs">, D9;   // f1 = fchs f2
+def FABS : FPI<0xE1, RawFrm, OneArgFPRW, (ops), "fabs">, D9;   // f1 = fabs f2
 def FTST : FPI<0xE4, RawFrm, OneArgFP, (ops), "ftst">, D9;     // ftst ST(0)
 
 // Binary arithmetic operations...






More information about the llvm-commits mailing list