Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:NumBytes

360 // [<def>], <id>, <numBytes>, <target>, <numArgs>
395 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm();
396 assert(NumBytes >= EncodedBytes &&
398 assert((NumBytes - EncodedBytes) % 4 == 0 &&
400 for (unsigned i = EncodedBytes; i < NumBytes; i += 4)