Home | History | Annotate | Download | only in X86

Lines Matching refs:isTwoAddr

3820   bool isTwoAddr = NumOps > 1 &&
3833 if (isTwoAddr && NumOps >= 2 && i < 2 &&
4220 bool isTwoAddr = NumOps > 1 &&
4227 if (isTwoAddr && NumOps >= 2 && OpNum < 2) {