llvm-6502/test/MC
David Woodhouse 4f32ce2436 [x86] Use 16-bit addressing where possible in 16-bit mode
Where "where possible" means that it's an immediate value and it's below
0x10000. In fact GAS will either truncate or error with larger values,
and will insist on using the addr32 prefix to get 32-bit addressing. So
perhaps we should do that, in a later patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198758 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-08 12:58:18 +00:00
..
AArch64
ARM ARM IAS: properly handle expression operands 2014-01-08 03:28:14 +00:00
AsmParser
COFF
Disassembler [Sparc] Add support for parsing branch instructions and conditional moves. 2014-01-08 06:14:52 +00:00
ELF In the ELFWriter when writing aliased (.set) symbols dont blindly 2014-01-07 20:17:03 +00:00
MachO
Markup
Mips [Mips] TargetStreamer Support for .abicalls and .set pic0. 2014-01-06 23:27:31 +00:00
PowerPC
Sparc [SparcV9] Rename operands in some sparc64 instructions so that TableGen can encode them correctly. 2014-01-08 07:47:57 +00:00
SystemZ
X86 [x86] Use 16-bit addressing where possible in 16-bit mode 2014-01-08 12:58:18 +00:00