Lines Matching refs:first
142 ; Point r13 to first NULL byte containing double word [3]
274 ; Point r13 to first NULL byte containing double word [3]
320 ; r3 is set via bset, which means we can simply use a fls to obtain the first
326 ; The first step to take is point r0 to the appropriate double word.
330 ; Then, we need to place the loaded double word containing the first target byte
336 ; words, so we want to analyze from last to first.
338 ; We can ignore the first asr (which would be asr.f 2, as we started r3 on 1)
342 ; Now comes the tricky part. In order to obtain the first target byte, we need
344 ; the link above but in short, it works by first setting the highest bit of each
352 ; xor). Therefore, we can simply find the first non zero bit (counting from bit
353 ; 0) which will be inside the position of the first NULL byte.