mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-22 20:20:03 +00:00
Also favors NOT64r.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62710 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f2d995fd6
commit
a095c972cc
@ -766,7 +766,7 @@ def SHRD64mri8 : RIi8<0xAC, MRMDestMem,
|
||||
// Logical Instructions...
|
||||
//
|
||||
|
||||
let isTwoAddress = 1 in
|
||||
let isTwoAddress = 1 , AddedComplexity = 15 in
|
||||
def NOT64r : RI<0xF7, MRM2r, (outs GR64:$dst), (ins GR64:$src), "not{q}\t$dst",
|
||||
[(set GR64:$dst, (not GR64:$src))]>;
|
||||
def NOT64m : RI<0xF7, MRM2m, (outs), (ins i64mem:$dst), "not{q}\t$dst",
|
||||
|
Loading…
Reference in New Issue
Block a user