llvm-6502/test/MC
Jim Grosbach 840bf7eda7 ARM assembly aliases for BIC<-->AND (immediate).
When the immediate operand of an AND or BIC instruction isn't representable
in the immediate field of the instruction, but the bitwise negation of the
immediate is, assemble the instruction as the inverse operation instead
with the inverted immediate as the operand.

rdar://10550057


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146283 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-09 22:02:17 +00:00
..
ARM ARM assembly aliases for BIC<-->AND (immediate). 2011-12-09 22:02:17 +00:00
AsmParser
COFF MC/X86/COFF: Allow quotes in names when targeting MS/Windows, 2011-11-29 18:00:06 +00:00
Disassembler
ELF Handle reloc_signed_4byte in here. Not doing so was a regression from my 2011-12-09 19:57:29 +00:00
MachO The second part of support for generating dwarf for assembly source files. This 2011-12-09 18:09:40 +00:00
MBlaze
X86 Support for encoding all FMA4 instructions and tablegen patterns for all 2011-11-30 22:09:42 +00:00