Home | History | Annotate | Download | only in TableGen

Lines Matching refs:isShift

1621         if (R->getValueAsBit("isShift")) {
1671 bool isShift) {
1711 if (isShift)
1742 bool isShift = R->getValueAsBit("isShift");
1761 OS << GenTest(name, Proto, TypeVec[ti], TypeVec[srcti], isShift);
1764 OS << GenTest(name, Proto, TypeVec[ti], TypeVec[ti], isShift);