[llvm-commits] CVS: llvm/lib/Target/ARM/ARMInstrInfo.td
Rafael Espindola
rafael.espindola at gmail.com
Mon Oct 16 14:50:20 PDT 2006
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),
More information about the llvm-commits
mailing list