Lines Matching refs:t1
44 lda t1, -1(zero)
45 insqh t1, a0, t1
47 or t1, t0, t0
49 cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0
50 bne t1, $found
54 cmpbge zero, t0, t1
55 beq t1, $loop
57 $found: negq t1, t2 # clear all but least set bit
58 and t1, t2, t1
60 and t1, 0xf0, t2 # binary search for that set bit
61 and t1, 0xcc, t3
62 and t1, 0xaa, t4