summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/set-nodsp.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] implement .set dspr2 directivePetar Jovanovic2017-10-051-1/+10
| | | | | | | | | | | | Implement .set dspr2 directive with appropriate feature bits. This directive is a counterpart of -mattr=dspr2 command line option with the exception that it does not influence elf header flags. Patch by Milos Stojanovic. Differential Revision: https://reviews.llvm.org/D38537 llvm-svn: 314994
* [mips] Add assembler support for the .set nodsp directive.Toma Tabacu2014-09-171-0/+12
Summary: This directive is used to tell the assembler to reject DSP-specific instructions. Reviewers: dsanders Reviewed By: dsanders Differential Revision: http://reviews.llvm.org/D5142 llvm-svn: 217946
OpenPOWER on IntegriCloud