Lines Matching refs:t0
36 ldq_u t0, 0(a0) # L : load first quadword Latency=3
58 xor t0, a1, t1 # E : make bytes == c zero
59 cmpbge zero, t1, t0 # E : bits set iff byte == c
60 andnot t0, t4, t0 # E : clear garbage bits
62 cttz t0, a2 # U0 : speculative (in case we get a match)
65 bne t0, $found # U :
73 ldq t0, 8(v0) # L : Latency=3
75 xor t0, a1, t1 # E :
76 cmpbge zero, t1, t0 # E : bits set iff byte == c
78 cttz t0, a2 # U0 : speculative (in case we get a match)
81 beq t0, $loop # U :
84 negq t0, t1 # E : clear all but least set bit
85 and t0, t1, t0 # E :