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. in trySequenceOfOnes()
173 // Outside of the contiguous sequence of ones everything needs to be zero. in trySequenceOfOnes()
178 // If our contiguous sequence of ones wraps around from the MSB into the LSB, in trySequenceOfOnes()
179 // just swap indices and pretend we are materializing a contiguous sequence in trySequenceOfOnes()
180 // of zeros surrounded by a contiguous sequence of ones. in trySequenceOfOnes()
190 // Find out which chunks we need to patch up to obtain a contiguous sequence in trySequenceOfOnes()
196 // contiguous sequence of ones. in trySequenceOfOnes()
206 // Check whether we are looking a chunk which is part of the contiguous in trySequenceOfOnes()
636 // Check whether the constant contains a sequence of contiguous ones, which in expandMOVImm()
638 // of contiguous ones with an ORR instruction. Materialize the chunks which in expandMOVImm()