summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/msa/test_mi10.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123]Daniel Sanders2016-03-311-50/+23
| | | | | | | | | | | | | | Summary: Also, made test_mi10.s formatting consistent with the majority of the MC tests. Reviewers: vkalintiris Subscribers: dsanders, llvm-commits Differential Revision: http://reviews.llvm.org/D18435 llvm-svn: 265014
* [mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct ↵Matheus Almeida2014-05-121-31/+0
| | | | | | folder. llvm-svn: 208590
* [mips][msa] Update format of RUN lines for every MSA MC test.Matheus Almeida2013-12-181-2/+4
| | | | | | | | | 1. The arch directive now appears before the cpu directive 2. Long run lines were split across multiple lines No functional changes. llvm-svn: 197588
* [mips][msa] Remove unneeded triple directive in MSA MC tests.Matheus Almeida2013-12-181-2/+2
| | | | | | No functional changes. llvm-svn: 197559
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-051-26/+80
| | | | | | | | | not being correctly encoded/decoded. In more detail, immediate fields of LD/ST instructions should be divided/multiplied by the size of the data format before encoding and after decoding, respectively. llvm-svn: 196494
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-211-0/+30
llvm-svn: 193082
OpenPOWER on IntegriCloud