Lines Matching refs:t1
41 lda t1, -1(zero)
42 insqh t1, a0, t1
44 or t1, t0, t0
45 cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0
46 bne t1, $found
50 cmpbge zero, t0, t1
51 beq t1, $loop
53 $found: negq t1, t2 # clear all but least set bit
54 and t1, t2, t1
56 and t1, 0xf0, t2 # binary search for that set bit
57 and t1, 0xcc, t3
58 and t1, 0xaa, t4
72 zapnot t0, t8, t1 # was last byte a null?
73 bne t1, 0f
76 0: and t10, 0x80, t1
77 bne t1, 1f