Home | History | Annotate | Download | only in X86

Lines Matching refs:isTwoAddr

2263   bool isTwoAddr = NumOps > 1 &&
2276 if (isTwoAddr && NumOps >= 2 && i < 2 &&
2581 bool isTwoAddr = NumOps > 1 &&
2588 if (isTwoAddr && NumOps >= 2 && OpNum < 2) {