summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/directive-literals.s
Commit message (Collapse)AuthorAgeFilesLines
* ARM IAS: support .short and .hwordSaleem Abdulrasool2014-02-231-0/+26
This adds support for the .short and its alias .hword for adding literal values into the object file. This is similar to the .word directive, however, rather than inserting a value of 4 bytes, adds a 2-byte value. llvm-svn: 201968
OpenPOWER on IntegriCloud