aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-12-13 22:55:22 +0000
committerNate Begeman <natebegeman@mac.com>2005-12-13 22:55:22 +0000
commit993aeb2ed93f99faf1438f1b67cd922989306828 (patch)
treebc236e864c188db2c69f3a9a838a5214a699b3a2 /lib/Target/PowerPC/PPCISelLowering.h
parent328ead9fce26b505857234de0e3508b3372e2e6d (diff)
downloadexternal_llvm-993aeb2ed93f99faf1438f1b67cd922989306828.zip
external_llvm-993aeb2ed93f99faf1438f1b67cd922989306828.tar.gz
external_llvm-993aeb2ed93f99faf1438f1b67cd922989306828.tar.bz2
Prepare support for AltiVec multiply, divide, and sqrt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24700 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index 392e735..4cce315 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -39,6 +39,10 @@ namespace llvm {
/// of that FP value.
FCTIDZ, FCTIWZ,
+ // VMADDFP, VNMSUBFP - The VMADDFP and VNMSUBFP instructions, taking
+ // three v4f32 operands and producing a v4f32 result.
+ VMADDFP, VNMSUBFP,
+
/// Hi/Lo - These represent the high and low 16-bit parts of a global
/// address respectively. These nodes have two operands, the first of
/// which must be a TargetGlobalAddress, and the second of which must be a