summaryrefslogtreecommitdiff
path: root/utils/TableGen/X86DisassemblerTables.cpp
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2014-01-08 12:58:18 +0000
committerDavid Woodhouse <dwmw2@infradead.org>2014-01-08 12:58:18 +0000
commit4f32ce2436d11f4de00db677f2c1d0a4022dbcfe (patch)
tree62a31cd9cbf764d7023ccc94b4f629d5967407e4 /utils/TableGen/X86DisassemblerTables.cpp
parent975fe2cfc34c605746a644e96ff2cb96a7855131 (diff)
downloadllvm-4f32ce2436d11f4de00db677f2c1d0a4022dbcfe.tar.gz
llvm-4f32ce2436d11f4de00db677f2c1d0a4022dbcfe.tar.bz2
llvm-4f32ce2436d11f4de00db677f2c1d0a4022dbcfe.tar.xz
[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
Diffstat (limited to 'utils/TableGen/X86DisassemblerTables.cpp')
0 files changed, 0 insertions, 0 deletions