mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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:
@@ -696,3 +696,6 @@
|
||||
|
||||
# CHECK: vmovq %xmm0, %xmm0
|
||||
0xc5 0xfa 0x7e 0xc0
|
||||
|
||||
# CHECK: movl %fs:0, %eax
|
||||
0x64 0xa1 0x00 0x00 0x00 0x00
|
||||
|
Reference in New Issue
Block a user