mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
*fixed to separate mnemonic from operands with tab
llvm-svn: 158543
This commit is contained in:
parent
9d4c6e3d2f
commit
a419828b83
@ -17,17 +17,17 @@
|
||||
|
||||
// 66 0F 38 80
|
||||
def INVEPT32 : I<0x80, MRMSrcMem, (outs), (ins GR32:$src1, i128mem:$src2),
|
||||
"invept {$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
"invept\t{$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
Requires<[In32BitMode]>;
|
||||
def INVEPT64 : I<0x80, MRMSrcMem, (outs), (ins GR64:$src1, i128mem:$src2),
|
||||
"invept {$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
"invept\t{$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
Requires<[In64BitMode]>;
|
||||
// 66 0F 38 81
|
||||
def INVVPID32 : I<0x81, MRMSrcMem, (outs), (ins GR32:$src1, i128mem:$src2),
|
||||
"invvpid {$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
"invvpid\t{$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
Requires<[In32BitMode]>;
|
||||
def INVVPID64 : I<0x81, MRMSrcMem, (outs), (ins GR64:$src1, i128mem:$src2),
|
||||
"invvpid {$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
"invvpid\t{$src2, $src1|$src1, $src2}", []>, OpSize, T8,
|
||||
Requires<[In64BitMode]>;
|
||||
// 0F 01 C1
|
||||
def VMCALL : I<0x01, MRM_C1, (outs), (ins), "vmcall", []>, TB;
|
||||
|
Loading…
Reference in New Issue
Block a user