]> granicus.if.org Git - clang/commit
[mips][msa] Fix definition of SLD instruction.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Mon, 21 Oct 2013 11:47:56 +0000 (11:47 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Mon, 21 Oct 2013 11:47:56 +0000 (11:47 +0000)
commit22dd997f6dbdef0841f22f52b38cad79ea16c07a
tree8284b1aac7204afe1c532207d3a0590409300b26
parentc6c9cf4b186edd8afa8503c58562d445df127ea6
[mips][msa] Fix definition of SLD instruction.

The second parameter of the SLD intrinsic is the number of columns (GPR) to
slide left the source array.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193076 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsMips.def
test/CodeGen/builtins-mips-msa.c