[llvm-commits] CVS: llvm/lib/Target/IA64/IA64InstrInfo.td
Duraid Madina
duraid at octopus.com.au
Wed Apr 6 02:54:20 PDT 2005
Changes in directory llvm/lib/Target/IA64:
IA64InstrInfo.td updated: 1.5 -> 1.6
---
Log message:
add fms instruction
---
Diffs of the changes: (+2 -0)
IA64InstrInfo.td | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/IA64/IA64InstrInfo.td
diff -u llvm/lib/Target/IA64/IA64InstrInfo.td:1.5 llvm/lib/Target/IA64/IA64InstrInfo.td:1.6
--- llvm/lib/Target/IA64/IA64InstrInfo.td:1.5 Sun Apr 3 23:50:57 2005
+++ llvm/lib/Target/IA64/IA64InstrInfo.td Wed Apr 6 04:54:09 2005
@@ -226,6 +226,8 @@
"mov $dst = $src;;">; // XXX: there _is_ no fmov
def FMA : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src1, FP:$src2, FP:$src3),
"fma $dst = $src1, $src2, $src3;;">;
+def FMS : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src1, FP:$src2, FP:$src3),
+ "fms $dst = $src1, $src2, $src3;;">;
def FNMA : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src1, FP:$src2, FP:$src3),
"fnma $dst = $src1, $src2, $src3;;">;
def FABS : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src),
More information about the llvm-commits
mailing list