Searched refs:NOPBytes (Results 1 – 1 of 1) sorted by relevance
135 unsigned NOPBytes = STI->hasStdExtZca() ? 2 : 4; in LowerSTACKMAP() local143 assert(NumNOPBytes % NOPBytes == 0 && in LowerSTACKMAP()161 emitNops(NumNOPBytes / NOPBytes); in LowerSTACKMAP()168 unsigned NOPBytes = STI->hasStdExtZca() ? 2 : 4; in LowerPATCHPOINT() local210 assert((NumBytes - EncodedBytes) % NOPBytes == 0 && in LowerPATCHPOINT()212 emitNops((NumBytes - EncodedBytes) / NOPBytes); in LowerPATCHPOINT()217 unsigned NOPBytes = STI->hasStdExtZca() ? 2 : 4; in LowerSTATEPOINT() local221 assert(PatchBytes % NOPBytes == 0 && in LowerSTATEPOINT()223 emitNops(PatchBytes / NOPBytes); in LowerSTATEPOINT()