Implement the major chunk of PR7195: support for 'callw'
authorChris Lattner <sabre@nondot.org>
Wed, 7 Jul 2010 22:27:31 +0000 (22:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Jul 2010 22:27:31 +0000 (22:27 +0000)
commit9fc05227a2596c545b845ed9a72673995e49d16b
tree80e881778ade5df564b576347d6303c2849475d6
parentcc69e13a36b2238d8e0a2fc01463d16943c08936
Implement the major chunk of PR7195: support for 'callw'
in the integrated assembler.  Still some discussion to be
done.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107825 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86AsmBackend.cpp
lib/Target/X86/X86FixupKinds.h
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86MCCodeEmitter.cpp
test/MC/AsmParser/X86/x86_64-encoding.s
utils/TableGen/EDEmitter.cpp
utils/TableGen/X86RecognizableInstr.cpp