summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/vfp-aliases.s
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Remove pre-UAL FLDM/FSTM aliasesOliver Stannard2017-11-211-34/+0
| | | | | | | | | | | | | These are pre-UAL syntax, and we don't support any other pre-UAL instructions, with the exception of FLDMX/FSTMX, which don't have a UAL equivalent. Therefore there's no reason to keep them or their AsmParser hacks around. With the AsmParser hacks removed, the FLDMX and FSTMX instructions get the same operand diagnostics as the UAL instructions. Differential revision: https://reviews.llvm.org/D39196 llvm-svn: 318777
* ARM IAS: account for predicated pre-UAL mnemonicsSaleem Abdulrasool2013-12-301-0/+9
| | | | | | | | Checking the trailing letter of the mnemonic is insufficient. Be more thorough in the scanning of the instruction to ensure that we correctly work with the predicated mnemonics. llvm-svn: 198235
* ARM: provide VFP aliases for pre-V6 mnemonicsSaleem Abdulrasool2013-12-291-0/+53
In order to provide compatibility with the GNU assembler, provide aliases for pre-UAL mnemonics for floating point operations. llvm-svn: 198172
OpenPOWER on IntegriCloud