[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrAltivec.td README_ALTIVEC.txt

Chris Lattner lattner at cs.uiuc.edu
Tue Apr 4 17:50:01 PDT 2006



Changes in directory llvm/lib/Target/PowerPC:

PPCInstrAltivec.td updated: 1.37 -> 1.38
README_ALTIVEC.txt updated: 1.13 -> 1.14
---
Log message:

add vmladduhm


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

 PPCInstrAltivec.td |    2 ++
 README_ALTIVEC.txt |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/Target/PowerPC/PPCInstrAltivec.td
diff -u llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.37 llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.38
--- llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.37	Tue Apr  4 19:03:57 2006
+++ llvm/lib/Target/PowerPC/PPCInstrAltivec.td	Tue Apr  4 19:49:48 2006
@@ -157,8 +157,10 @@
                        [(set VRRC:$vD, (fneg (fsub (fmul VRRC:$vA, VRRC:$vC),
                                                    VRRC:$vB)))]>,
                        Requires<[FPContractions]>;
+
 def VMHADDSHS  : VA1a_Int<32, "vmhaddshs",  int_ppc_altivec_vmhaddshs>;
 def VMHRADDSHS : VA1a_Int<33, "vmhraddshs", int_ppc_altivec_vmhraddshs>;
+def VMLADDUHM  : VA1a_Int<34, "vmladduhm",  int_ppc_altivec_vmladduhm>;
 def VPERM      : VA1a_Int<43, "vperm",      int_ppc_altivec_vperm>;
 def VSEL       : VA1a_Int<42, "vsel",       int_ppc_altivec_vsel>;
 


Index: llvm/lib/Target/PowerPC/README_ALTIVEC.txt
diff -u llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.13 llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.14
--- llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.13	Tue Apr  4 18:45:11 2006
+++ llvm/lib/Target/PowerPC/README_ALTIVEC.txt	Tue Apr  4 19:49:48 2006
@@ -50,8 +50,6 @@
 Missing intrinsics:
 
 ds*
-mf*
-vmladduhm
 vsel (some aliases only accessible using builtins)
 
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list