llvm-6502/test/MC
Mihai Popa 04b03fac11 This fixes the Thumb2 CPS assembly syntax.
In Thumb1, only one variant is supported: CPS{effect} {flags}

Thumb2 supports three:
CPS{effect}.W {flags}
CPS{effect} {flags} {mode}
CPS {mode}

Canonically, .W should be used only when ambiguity is present between encodings of different width.
The wide suffix is still accepted for the latter two forms via aliases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188071 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-09 13:52:32 +00:00
..
AArch64 AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
ARM This fixes the Thumb2 CPS assembly syntax. 2013-08-09 13:52:32 +00:00
AsmParser llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can be reverted. 2013-07-19 01:26:08 +00:00
COFF Revert "coff also doesn't have a ReadOnlySection yet, (!)" 2013-08-08 01:50:52 +00:00
Disassembler This fixes the Thumb2 CPS assembly syntax. 2013-08-09 13:52:32 +00:00
ELF Put ELF COMDAT relocations into the relevant COMDAT group. 2013-07-10 20:58:17 +00:00
MachO Using the integrated assembler we'd fail to change section to the 2013-08-07 21:13:06 +00:00
Markup MC: Simple example parser for MC assembly markup. 2012-10-31 23:24:13 +00:00
Mips Mips ELF: MicroMips direct object Little endian support. 2013-08-08 23:30:40 +00:00
PowerPC [PowerPC] Revert r185476 and fix up TLS variant kinds 2013-07-09 16:41:09 +00:00
SystemZ [SystemZ] Add floating-point load-and-test instructions 2013-08-07 11:03:34 +00:00
X86 EVEX and compressed displacement encoding for AVX512 2013-08-01 13:34:06 +00:00