Searched refs:EncodedBytes (Results 1 – 4 of 4) sorted by relevance
546 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local563 EncodedBytes += 6; in LowerPATCHPOINT()568 EncodedBytes += 6; in LowerPATCHPOINT()574 EncodedBytes += 2; in LowerPATCHPOINT()581 EncodedBytes += 6; in LowerPATCHPOINT()586 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()588 assert((NumBytes - EncodedBytes) % 2 == 0 && in LowerPATCHPOINT()590 while (EncodedBytes < NumBytes) in LowerPATCHPOINT()591 EncodedBytes += EmitNop(OutContext, *OutStreamer, NumBytes - EncodedBytes, in LowerPATCHPOINT()
373 EncodedBytes = 0; in LowerPATCHPOINT()378 ++EncodedBytes; in LowerPATCHPOINT()383 ++EncodedBytes; in LowerPATCHPOINT()388 ++EncodedBytes; in LowerPATCHPOINT()400 ++EncodedBytes; in LowerPATCHPOINT()412 ++EncodedBytes; in LowerPATCHPOINT()422 ++EncodedBytes; in LowerPATCHPOINT()424 ++EncodedBytes; in LowerPATCHPOINT()431 ++EncodedBytes; in LowerPATCHPOINT()440 EncodedBytes += 2; in LowerPATCHPOINT()[all …]
609 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local614 EncodedBytes = 16; in LowerPATCHPOINT()634 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()636 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()638 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()
1040 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local1066 EncodedBytes = 13; in LowerPATCHPOINT()1068 EncodedBytes = 12; in LowerPATCHPOINT()1081 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()1084 EmitNops(*OutStreamer, NumBytes - EncodedBytes, Subtarget->is64Bit(), in LowerPATCHPOINT()