Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] Allow automatically deducing the thumb instruction size for .inst | Martin Storsjo | 2018-07-31 | 1 | -1/+1 |
| | | | | | | | | This matches GAS, that allows unsuffixed .inst for thumb. Differential Revision: https://reviews.llvm.org/D49937 llvm-svn: 338357 | ||||
* | ARM IAS: support .inst directive | Saleem Abdulrasool | 2013-12-19 | 1 | -0/+13 |
This adds support for the .inst directive. This is an ARM specific directive to indicate an instruction encoded as a constant expression. The major difference between .word, .short, or .byte and .inst is that the latter will be disassembled as an instruction since it does not get flagged as data. llvm-svn: 197657 |