Home | History | Annotate | Download | only in X86

Lines Matching refs:isTwoAddr

2762   bool isTwoAddr = NumOps > 1 &&
2775 if (isTwoAddr && NumOps >= 2 && i < 2 &&
3157 bool isTwoAddr = NumOps > 1 &&
3164 if (isTwoAddr && NumOps >= 2 && OpNum < 2) {