[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrAltivec.td
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 4 18:16:35 PDT 2006
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrAltivec.td updated: 1.38 -> 1.39
---
Log message:
add vsl
---
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.38 llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.39
--- llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.38 Tue Apr 4 19:49:48 2006
+++ llvm/lib/Target/PowerPC/PPCInstrAltivec.td Tue Apr 4 20:16:22 2006
@@ -312,6 +312,8 @@
def VRLB : VX1_Int< 4, "vrlb", int_ppc_altivec_vrlb>;
def VRLH : VX1_Int< 68, "vrlh", int_ppc_altivec_vrlh>;
def VRLW : VX1_Int< 132, "vrlw", int_ppc_altivec_vrlw>;
+
+def VSL : VX1_Int< 452, "vsl" , int_ppc_altivec_vsl >;
def VSLO : VX1_Int<1036, "vslo", int_ppc_altivec_vslo>;
def VSLB : VX1_Int< 260, "vslb", int_ppc_altivec_vslb>;
def VSLH : VX1_Int< 324, "vslh", int_ppc_altivec_vslh>;
More information about the llvm-commits
mailing list