Searched refs:EncodedBytes (Results 1 – 3 of 3) sorted by relevance
362 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local372 EncodedBytes = 0; in LowerPATCHPOINT()377 ++EncodedBytes; in LowerPATCHPOINT()382 ++EncodedBytes; in LowerPATCHPOINT()387 ++EncodedBytes; in LowerPATCHPOINT()399 ++EncodedBytes; in LowerPATCHPOINT()411 ++EncodedBytes; in LowerPATCHPOINT()416 ++EncodedBytes; in LowerPATCHPOINT()421 ++EncodedBytes; in LowerPATCHPOINT()423 ++EncodedBytes; in LowerPATCHPOINT()[all …]
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()
942 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local970 EncodedBytes = 13; in LowerPATCHPOINT()972 EncodedBytes = 12; in LowerPATCHPOINT()981 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()984 EmitNops(*OutStreamer, NumBytes - EncodedBytes, Subtarget->is64Bit(), in LowerPATCHPOINT()