Lines Matching full:contiguous
104 /// starts a contiguous sequence of ones if we look at the bits from the LSB
114 /// ends a contiguous sequence of ones if we look at the bits from the LSB
137 /// Check whether the constant contains a sequence of contiguous ones,
139 /// sequence of contiguous ones with an ORR instruction.
148 /// We are also looking for constants like |S|A|B|E| where the contiguous
157 // Try to find the chunks which start/end a contiguous sequence of ones.
173 // Outside of the contiguous sequence of ones everything needs to be zero.
178 // If our contiguous sequence of ones wraps around from the MSB into the LSB,
179 // just swap indices and pretend we are materializing a contiguous sequence
180 // of zeros surrounded by a contiguous sequence of ones.
190 // Find out which chunks we need to patch up to obtain a contiguous sequence
196 // contiguous sequence of ones.
206 // Check whether we are looking a chunk which is part of the contiguous
636 // Check whether the constant contains a sequence of contiguous ones, which
638 // of contiguous ones with an ORR instruction. Materialize the chunks which