Searched refs:RunStarts (Results 1 – 1 of 1) sorted by relevance
394 uint64_t RunStarts = Imm & ~rotl<uint64_t>(Imm, 1); in tryEorOfLogicalImmediates() local401 int RunsPerBigChunk = popcount(RunStarts & BigMask); in tryEorOfLogicalImmediates()435 int Rotation = countr_zero(RunStarts); in tryEorOfLogicalImmediates()457 Rotation += countr_zero(rotr<uint64_t>(RunStarts, Rotation) & ~1); in tryEorOfLogicalImmediates()