Allow x86 mov instructions to/from memory with absolute address to be encoded and disassembled with a segment override prefix. Fixes PR16962.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper
2014-01-16 07:36:58 +00:00
parent 4500ebda77
commit 85026d9375
12 changed files with 130 additions and 60 deletions

View File

@@ -696,3 +696,6 @@
# CHECK: vmovq %xmm0, %xmm0
0xc5 0xfa 0x7e 0xc0
# CHECK: movl %fs:0, %eax
0x64 0xa1 0x00 0x00 0x00 0x00