Home | History | Annotate | Download | only in PowerPC

Lines Matching full:numbytes

357 // [<def>], <id>, <numBytes>, <target>, <numArgs>
446 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm();
447 assert(NumBytes >= EncodedBytes &&
449 assert((NumBytes - EncodedBytes) % 4 == 0 &&
451 for (unsigned i = EncodedBytes; i < NumBytes; i += 4)