summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/arm-shift-encoding.s
Commit message (Collapse)AuthorAgeFilesLines
* Fix edge cases of ARM shift operands in arith instructions.Tim Northover2012-09-221-0/+43
| | | | | | | | | As before with load instructions, oddities like "asr #32", "rrx" could be printed incorrectly. Patch by Chris Lidbury. llvm-svn: 164456
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-221-0/+76
This patch fixes load/store instructions to handle less common cases like "asr #32", "rrx" properly throughout the MC layer. Patch by Chris Lidbury. llvm-svn: 164455
OpenPOWER on IntegriCloud