summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/vbits.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add missing colon.Benjamin Kramer2010-11-291-1/+1
| | | | llvm-svn: 120336
* Add codegen and encoding support for the immediate form of vbic.Owen Anderson2010-11-051-0/+20
| | | | llvm-svn: 118291
* Covert VORRIMM to be produced via early target-specific DAG combining, ↵Owen Anderson2010-11-031-1/+1
| | | | | | | | rather than legalization. This is both the conceptually correct place for it, as well as allowing it to be more aggressive. llvm-svn: 118204
* Add support for code generation of the one register with immediate form of vorr.Owen Anderson2010-11-031-0/+20
| | | | | | | We could be more aggressive about making this work for a larger range of constants, but this seems like a good start. llvm-svn: 118201
* The Neon "vtst" instruction takes a suffix that is the element size alone --Bob Wilson2010-01-171-6/+6
| | | | | | | | adding an "i" to the suffix, indicating that the elements are integers, is accepted but not part of the standard syntax. This helps us pass a few more of the Neon tests from gcc. llvm-svn: 93677
* Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson2009-10-091-0/+507
llvm-svn: 83667
OpenPOWER on IntegriCloud