summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/target-expressions.s
Commit message (Collapse)AuthorAgeFilesLines
* ARM IAS: support emitting constant values in target expressionsSaleem Abdulrasool2014-01-111-0/+36
| | | | | | | | A 32-bit immediate value can be formed from a constant expression and loaded into a register. Add support to emit this into an object file. Because this value is a constant, a relocation must *not* be produced for it. llvm-svn: 199023
* ARM IAS: support #:{lower,upper}16: for GNU compatibilitySaleem Abdulrasool2014-01-101-0/+44
The GNU assembler supports prefixing the expression with a '#' to indiciate that the value that is being moved is infact a constant. This improves the compatibility of the integrated assembler's parser for this. llvm-svn: 198916
OpenPOWER on IntegriCloud