mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Intel Syntax: Extend special hand coded logic, to recognize special instructions, for intel syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148864 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -36,3 +36,6 @@ LBB0_3:
|
||||
jmp LBB0_3
|
||||
// CHECK: encoding: [0xf2,0x0f,0x10,0x2c,0x25,0xf8,0xff,0xff,0xff]
|
||||
movsd XMM5, QWORD PTR [-8]
|
||||
|
||||
// CHECK: encoding: [0xd1,0xe7]
|
||||
shl EDI, 1
|
||||
|
Reference in New Issue
Block a user