Lines Matching refs:t0
37 ldq_u t0, 0(a0) # L : load first quadword Latency=3
54 cmpbge zero, t0, t2 # E : bits set iff byte == zero
59 xor t0, a1, t1 # E : make bytes == c zero
61 or t2, t3, t0 # E : bits set iff char match or zero match
63 andnot t0, t4, t0 # E : clear garbage bits
64 cttz t0, a2 # U0 : speculative (in case we get a match)
66 bne t0, $found # U :
74 ldq t0, 8(v0) # L : Latency=3
76 xor t0, a1, t1 # E :
77 cmpbge zero, t0, t2 # E : bits set iff byte == 0
80 or t2, t3, t0 # E :
82 beq t0, $loop # U :
85 negq t0, t1 # E : clear all but least set bit
86 and t0, t1, t0 # E :
87 and t0, t3, t1 # E : bit set iff byte was the char