summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/neon-mla-mls.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix Incorrect CHECK message [0-31]+ in test case.Kevin Qin2013-12-121-12/+12
| | | | | | | In regular expression, [0-31]+ equals to [0-3]+, not the number from 0 to 31. So change it to [0-9]+. llvm-svn: 197113
* AArch64: add initial NEON supportTim Northover2013-08-011-0/+88
Patch by Ana Pazos. - Completed implementation of instruction formats: AdvSIMD three same AdvSIMD modified immediate AdvSIMD scalar pairwise - Completed implementation of instruction classes (some of the instructions in these classes belong to yet unfinished instruction formats): Vector Arithmetic Vector Immediate Vector Pairwise Arithmetic - Initial implementation of instruction formats: AdvSIMD scalar two-reg misc AdvSIMD scalar three same - Intial implementation of instruction class: Scalar Arithmetic - Initial clang changes to support arm v8 intrinsics. Note: no clang changes for scalar intrinsics function name mangling yet. - Comprehensive test cases for added instructions To verify auto codegen, encoding, decoding, diagnosis, intrinsics. llvm-svn: 187567
OpenPOWER on IntegriCloud