llvm-6502/test/MC
Mihai Popa 756e89c8c2 Thumb2 add immediate alias for SP
The Thumb2 add immediate is in fact defined for SP. The manual is misleading as it points to a different section for add immediate with SP, however the encoding is the same as for add immediate with register only with the SP operand hard coded. As such add immediate with SP and add immediate with register can safely be treated as the same instruction.

All the patch does is adjust a register constraint on an instruction alias.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188676 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-19 15:02:25 +00:00
..
AArch64 [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
ARM Thumb2 add immediate alias for SP 2013-08-19 15:02:25 +00:00
AsmParser [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
COFF [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
Disassembler [SystemZ] Add negative integer absolute (load negative) 2013-08-19 12:56:58 +00:00
ELF [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
MachO [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
Markup MC: Simple example parser for MC assembly markup. 2012-10-31 23:24:13 +00:00
Mips This patch implements wait instruction for mips. Examples are added in test files. 2013-08-16 10:17:03 +00:00
PowerPC Add the PPC fcpsgn instruction 2013-08-19 05:01:02 +00:00
SystemZ [SystemZ] Add negative integer absolute (load negative) 2013-08-19 12:56:58 +00:00
X86 [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00