aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/README_ALTIVEC.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-28 02:29:37 +0000
committerChris Lattner <sabre@nondot.org>2006-03-28 02:29:37 +0000
commitecc219b8d4546af0ad56e984d0a4120ec2ab61b3 (patch)
tree77b84ba3b7019643c98f5a31f9b02031ff6b2042 /lib/Target/PowerPC/README_ALTIVEC.txt
parent858b35eaf7d823ffc8826a62d610f907327deb4c (diff)
downloadexternal_llvm-ecc219b8d4546af0ad56e984d0a4120ec2ab61b3.zip
external_llvm-ecc219b8d4546af0ad56e984d0a4120ec2ab61b3.tar.gz
external_llvm-ecc219b8d4546af0ad56e984d0a4120ec2ab61b3.tar.bz2
implement a bunch more intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27209 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/README_ALTIVEC.txt')
-rw-r--r--lib/Target/PowerPC/README_ALTIVEC.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/Target/PowerPC/README_ALTIVEC.txt b/lib/Target/PowerPC/README_ALTIVEC.txt
index 56fd2cb..6439a29 100644
--- a/lib/Target/PowerPC/README_ALTIVEC.txt
+++ b/lib/Target/PowerPC/README_ALTIVEC.txt
@@ -50,14 +50,9 @@ altivec instructions. Examples
Missing intrinsics:
ds*
-lve*
-lvs*
-lvx*
+lvsl/lvsr
mf*
-st*
vavg*
-vexptefp
-vlogefp
vmax*
vmhaddshs/vmhraddshs
vmin*
@@ -67,11 +62,7 @@ vmsum*
vmul*
vperm
vpk*
-vr*
vsel (some aliases only accessible using builtins)
-vsl* (except vsldoi)
-vsr*
-vsum*
vup*
//===----------------------------------------------------------------------===//