summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/inlineasm_constraint.ll
Commit message (Collapse)AuthorAgeFilesLines
* Mips specific inline assembler constraint 'R'Jack Carter2013-03-041-0/+9
| | | | | | | 'R' An address that can be sued in a non-macro load or store. This patch includes a positive test case. llvm-svn: 176452
* Use regular expression to match register names. Akira Hatanaka2012-05-111-1/+1
| | | | llvm-svn: 156656
* Add support for the 'P' constraint.Eric Christopher2012-05-071-0/+6
| | | | | | Patch by Jack Carter. llvm-svn: 156292
* Add support for the 'O' constraint.Eric Christopher2012-05-071-0/+6
| | | | | | Patch by Jack Carter. llvm-svn: 156285
* Add support for the 'N' inline asm constraint.Eric Christopher2012-05-071-0/+6
| | | | | | Patch by Jack Carter. llvm-svn: 156284
* Add support for the 'L' inline asm constraint.Eric Christopher2012-05-071-1/+6
| | | | | | Patch by Jack Carter. llvm-svn: 156283
* Add support for the inline asm constraint 'K'.Eric Christopher2012-05-071-0/+6
| | | | llvm-svn: 156282
* Support the 'J' constraint.Eric Christopher2012-05-071-0/+6
| | | | | | Patch by Jack Carter. llvm-svn: 156280
* Add support for the 'I' inline asm constraint. Also add testsEric Christopher2012-05-071-0/+20
from the previous 2 patches. Patch by Jack Carter. llvm-svn: 156279
OpenPOWER on IntegriCloud