summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit374243a2902087ef4b08387b5597195737f31bc4 (patch)
tree39d963c94a0804864a43313962aca801bac76eab /llvm/utils/TableGen/X86DisassemblerTables.cpp
parent84ed54f91e0dfec0355bdc723fa06fff9a57d089 (diff)
downloadbcm5719-llvm-374243a2902087ef4b08387b5597195737f31bc4.tar.gz
bcm5719-llvm-374243a2902087ef4b08387b5597195737f31bc4.zip
[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. llvm-svn: 198758
Diffstat (limited to 'llvm/utils/TableGen/X86DisassemblerTables.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud