Home | History | Annotate | Download | only in X86

Lines Matching defs:isSub

146   bool isSub = NumBytes < 0;
147 uint64_t Offset = isSub ? -NumBytes : NumBytes;
148 unsigned Opc = isSub ?
158 unsigned Reg = isSub
162 Opc = isSub
166 .addReg(Reg, getDefRegState(!isSub) | getUndefRegState(isSub));
167 if (isSub)
178 if (isSub)