mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Change the X86 assembler to not require a segment register on string
instruction's destination operand like it does for the source operand. Also fix a typo in the comment for X86AsmParser::isSrcOp(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152654 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1053,6 +1053,9 @@ xsetbv // CHECK: xsetbv # encoding: [0x0f,0x01,0xd1]
|
||||
movsl
|
||||
movsl %ds:(%rsi), %es:(%rdi)
|
||||
movsl (%rsi), %es:(%rdi)
|
||||
// rdar://10883092
|
||||
// CHECK: movsd
|
||||
movsl (%rsi), (%rdi)
|
||||
|
||||
// CHECK: movsq # encoding: [0x48,0xa5]
|
||||
// CHECK: movsq
|
||||
|
Reference in New Issue
Block a user