]> granicus.if.org Git - llvm/commit
[X86]Enable the use of 'mov' with a 64bit GPR and a large immediate
authorCoby Tayree <coby.tayree@intel.com>
Wed, 25 Jan 2017 07:09:42 +0000 (07:09 +0000)
committerCoby Tayree <coby.tayree@intel.com>
Wed, 25 Jan 2017 07:09:42 +0000 (07:09 +0000)
commit4cfd2ebb6d7af63995af261b788d48c8f7cab14d
tree03a0924b2639d27ab2557f13d70f406b35bdfe64
parentf30b834de7a5bcd3868bf88055bb07a528689395
[X86]Enable the use of 'mov' with a 64bit GPR and a large immediate

Enable the next form (intel style):
"mov <reg64>, <largeImm>"
which is should be available,
where <largeImm> stands for immediates which exceed the range of a singed 32bit integer

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293030 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.td
test/MC/X86/intel-syntax.s