llvm-6502/test/MC
Jim Grosbach 47a0d52b69 ARM thumb assembly parsing for arithmetic flag setting instructions.
Thumb one requires that many arithmetic instruction forms have an 'S'
suffix. For Thumb2, the whether the suffix is required or precluded depends
on whether the instruction is in an IT block. Use target parser predicates
to check for these sorts of context-sensitive constraints.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137746 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-16 20:45:50 +00:00
..
ARM ARM thumb assembly parsing for arithmetic flag setting instructions. 2011-08-16 20:45:50 +00:00
AsmParser
COFF
Disassembler Add a test file for Thumb2 NEON. 2011-08-15 23:42:20 +00:00
ELF Fix the bitwidth of the remaining fields. 2011-08-04 17:00:11 +00:00
MachO MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead. This matches what as does. 2011-08-12 01:51:29 +00:00
MBlaze
X86 Reorder declarations of vmovmskp* and also put the necessary AVX 2011-08-15 23:36:45 +00:00