llvm-6502/test/MC
Bill Wendling 5df0e0a61d Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work
with immediates up to 16-bits in size. The same logic is applied to other LDR
encodings, e.g. VLDR, but which use a different immediate bit width (8-bits in
VLDR's case). Removing the "12" allows it to be more generic.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118094 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-02 22:31:46 +00:00
..
ARM Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work 2010-11-02 22:31:46 +00:00
AsmParser Add support for .value. 2010-11-01 15:29:07 +00:00
COFF Unbreak test on non-COFF targets. 2010-10-16 11:27:13 +00:00
Disassembler Fixed handling of immediate operand sizes, which 2010-10-22 01:24:11 +00:00
ELF Add support for expressions in .sleb/.uleb directives. 2010-11-02 17:22:24 +00:00
MachO MC/Mach-O/i386: Fix a crash in relocation handling. 2010-09-17 15:21:50 +00:00
X86 "mov[zs]x (mem), GR16" are not ambiguous: the mem 2010-11-01 05:41:10 +00:00