[mips] MSA intrinsics header file
authorSimon Dardis <simon.dardis@imgtec.com>
Tue, 20 Sep 2016 15:07:36 +0000 (15:07 +0000)
committerSimon Dardis <simon.dardis@imgtec.com>
Tue, 20 Sep 2016 15:07:36 +0000 (15:07 +0000)
commit3d9c7638161c69c409dd862f676289cd969b6f11
tree8d6c2cfafda9ab473a03a1e04238d375b7639932
parent49913bc63d01ed55405a3c1f9579b4ddf921fdbf
[mips] MSA intrinsics header file

This patch adds the msa.h header file containing the shorter names for the
MSA instrinsics, e.g. msa_sll_b for builtin_msa_sll_b.

Reviewers: vkalintiris, zoran.jovanovic

Differential Review: https://reviews.llvm.org/D24674

llvm-svn: 281975
clang/lib/Headers/CMakeLists.txt
clang/lib/Headers/msa.h [new file with mode: 0644]
clang/test/CodeGen/builtins-mips-msa.c