[X86][Asm]Allow far jmp/call to be picked when using explicit FWORD size specifier
authorCoby Tayree <coby.tayree@intel.com>
Wed, 9 Aug 2017 15:34:55 +0000 (15:34 +0000)
committerCoby Tayree <coby.tayree@intel.com>
Wed, 9 Aug 2017 15:34:55 +0000 (15:34 +0000)
commit3638655325839ade51b6c7b3a4c48dd0ae772128
tree2e3b921488457ff13c7d12c4c04aa15effb899a2
parent08465828789cf3255f79f17a4eaa3b25b727fdbd
[X86][Asm]Allow far jmp/call to be picked when using explicit FWORD size specifier

Currently, far jmp/call which utilizes a 48bit memory operand would have been invoked via the 'lcall/ljmp' mnemonic (intel style).
This patch align those variants to formal intel spec

Differential Revision: https://reviews.llvm.org/D35846

llvm-svn: 310485
llvm/lib/Target/X86/X86InstrControl.td
llvm/test/MC/X86/intel-syntax.s
llvm/test/MC/X86/x86-64.s