summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/inline-asm-a.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Add inline-asm constraint 'a' for modifier register classKrzysztof Parzyszek2017-07-211-0/+16
For example asm ("memw(%0++%1) = %2" : : "r"(addr),"a"(mod),"r"(val) : "memory") llvm-svn: 308761
OpenPOWER on IntegriCloud