Changes in directory llvm/lib/Target/ARM:

ARMInstrInfo.td updated: 1.57 -> 1.58
---
Log message:

add fdivs e fdivd


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

 ARMInstrInfo.td |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/lib/Target/ARM/ARMInstrInfo.td
diff -u llvm/lib/Target/ARM/ARMInstrInfo.td:1.57 
llvm/lib/Target/ARM/ARMInstrInfo.td:1.58
--- llvm/lib/Target/ARM/ARMInstrInfo.td:1.57    Mon Oct 16 16:10:32 2006
+++ llvm/lib/Target/ARM/ARMInstrInfo.td Mon Oct 16 16:50:04 2006
@@ -276,7 +276,8 @@
 
 def FMULS   : FPBinOp<"fmuls", fmul>;
 def FMULD   : DFPBinOp<"fmuld", fmul>;
-
+def FDIVS   : FPBinOp<"fdivs", fdiv>;
+def FDIVD   : DFPBinOp<"fdivd", fdiv>;
 
 // Floating Point Load
 def FLDS  : InstARM<(ops FPRegs:$dst, IntRegs:$addr),



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to