Lines Matching refs:first
38 ; Analyzes the first NULL byte containing double word and calculates
103 ; Point r13 to first NULL byte containing double word [3]
118 ; Point r13 to first NULL byte in selected double word
194 ; Point r13 to first NULL byte containing double word [3]
209 ; Point r13 to first NULL byte in selected double word
246 ; the first match (or ffs depending on the values in bset) [2]. The
251 ; The first step to take is point r13 to the appropriate double word.
256 ; Then, we need to place the loaded double word containing the first
262 ; so we want to analyze from last to first.
264 ; We can ignore the first asr (which would be asr.f 2, as we started
269 ; Now comes the tricky part. In order to obtain the first NULL byte,
271 ; explained in depth in the link above but in short, it works by first
280 ; simply find the first non zero bit (counting from bit 0) which will
281 ; be inside the position of the first NULL byte.