forked from OSchip/llvm-project
parent
3ba6fd294e
commit
0495dbf1e1
|
@ -13,7 +13,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
||||
// SetCC instructions.
|
||||
// CMOV instructions.
|
||||
multiclass CMOV<bits<8> opc, string Mnemonic, PatLeaf CondNode> {
|
||||
let Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst",
|
||||
isCommutable = 1, SchedRW = [WriteALU] in {
|
||||
|
|
Loading…
Reference in New Issue