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

Chris Lattner lattner at cs.uiuc.edu
Tue Apr 4 16:44:09 PDT 2006



Changes in directory llvm/lib/Target/PowerPC:

PPCInstrAltivec.td updated: 1.35 -> 1.36
---
Log message:

Add missing byte merges.


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

 PPCInstrAltivec.td |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Target/PowerPC/PPCInstrAltivec.td
diff -u llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.35 llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.36
--- llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.35	Tue Apr  4 18:25:02 2006
+++ llvm/lib/Target/PowerPC/PPCInstrAltivec.td	Tue Apr  4 18:43:56 2006
@@ -233,8 +233,10 @@
 def VMINUH : VX1_Int< 578, "vminuh", int_ppc_altivec_vminuh>;
 def VMINUW : VX1_Int< 642, "vminuw", int_ppc_altivec_vminuw>;
 
+def VMRGHB : VX1_Int<12 , "vmrghb", int_ppc_altivec_vmrghb>;
 def VMRGHH : VX1_Int<76 , "vmrghh", int_ppc_altivec_vmrghh>;
 def VMRGHW : VX1_Int<140, "vmrghw", int_ppc_altivec_vmrghw>;
+def VMRGLB : VX1_Int<268, "vmrglb", int_ppc_altivec_vmrglb>;
 def VMRGLH : VX1_Int<332, "vmrglh", int_ppc_altivec_vmrglh>;
 def VMRGLW : VX1_Int<396, "vmrglw", int_ppc_altivec_vmrglw>;
 






More information about the llvm-commits mailing list