mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
fixed to disassemble with tab after mnemonic rather than space
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f5836510a
commit
49bbb35dfc
@ -515,8 +515,8 @@ let Predicates = [HasFSGSBase, In64BitMode] in {
|
||||
//===----------------------------------------------------------------------===//
|
||||
// INVPCID Instruction
|
||||
def INVPCID32 : I<0x82, MRMSrcMem, (outs), (ins GR32:$src1, i128mem:$src2),
|
||||
"invpcid {$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
"invpcid\t{$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
Requires<[In32BitMode]>;
|
||||
def INVPCID64 : I<0x82, MRMSrcMem, (outs), (ins GR64:$src1, i128mem:$src2),
|
||||
"invpcid {$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
"invpcid\t{$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
Requires<[In64BitMode]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user