mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-24 13:06:56 +00:00
Remove isTwoAddress from Mips.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b82a7ea1b2
commit
c452d79c43
@ -541,7 +541,7 @@ let Predicates = [HasSwap] in {
|
||||
def MIPS_CMOV_ZERO : PatLeaf<(i32 0)>;
|
||||
def MIPS_CMOV_NZERO : PatLeaf<(i32 1)>;
|
||||
|
||||
let Predicates = [HasCondMov], isTwoAddress = 1 in {
|
||||
let Predicates = [HasCondMov], Constraints = "$F = $dst" in {
|
||||
def MOVN : CondMov<0x0a, "movn", MIPS_CMOV_NZERO>;
|
||||
def MOVZ : CondMov<0x0b, "movz", MIPS_CMOV_ZERO>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user