[llvm-commits] CVS: llvm/lib/Target/IA64/IA64InstrInfo.td

Duraid Madina duraid at octopus.com.au
Sat Apr 2 02:06:38 PST 2005



Changes in directory llvm/lib/Target/IA64:

IA64InstrInfo.td updated: 1.3 -> 1.4
---
Log message:

add fnegabs op 



---
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.3 llvm/lib/Target/IA64/IA64InstrInfo.td:1.4
--- llvm/lib/Target/IA64/IA64InstrInfo.td:1.3	Fri Apr  1 23:18:38 2005
+++ llvm/lib/Target/IA64/IA64InstrInfo.td	Sat Apr  2 04:06:27 2005
@@ -231,6 +231,8 @@
   "fabs $dst = $src;;">;
 def FNEG : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src),
   "fneg $dst = $src;;">;
+def FNEGABS : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src),
+  "fnegabs $dst = $src;;">;
 
 def CFMAS1 : AForm<0x03, 0x0b,
   (ops FP:$dst, FP:$src1, FP:$src2, FP:$src3, PR:$qp),






More information about the llvm-commits mailing list