Searched refs:EncodedBytes (Results 1 – 3 of 3) sorted by relevance
400 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local405 EncodedBytes = 16; in LowerPATCHPOINT()425 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()427 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()429 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()
367 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local372 EncodedBytes = 6*4; in LowerPATCHPOINT()396 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()398 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()400 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()
879 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local886 EncodedBytes = 13; in LowerPATCHPOINT()888 EncodedBytes = 12; in LowerPATCHPOINT()895 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()898 EmitNops(OutStreamer, NumBytes - EncodedBytes, Subtarget->is64Bit(), in LowerPATCHPOINT()