Lines Matching refs:t1
39 lda t1, -1(zero)
40 insqh t1, a0, t1
42 or t1, t0, t0
43 cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0
44 bne t1, $found
48 cmpbge zero, t0, t1
49 beq t1, $loop
51 $found: negq t1, t2 # clear all but least set bit
52 and t1, t2, t1
54 and t1, 0xf0, t2 # binary search for that set bit
55 and t1, 0xcc, t3
56 and t1, 0xaa, t4