Lines Matching refs:t0
22 ldq_u t0, 0(a0) # .. e1 : load first quadword
28 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero
34 xor t0, a1, t1 # .. e1 : make bytes == c zero
36 or t2, t3, t0 # e1 : bits set iff char match or zero match
37 andnot t0, t4, t0 # e0 : clear garbage bits
38 bne t0, $found # .. e1 (zdb)
40 $loop: ldq t0, 8(v0) # e0 :
43 xor t0, a1, t1 # .. e1 (ev5 data stall)
44 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0
46 or t2, t3, t0 # e0 :
47 beq t0, $loop # .. e1 (zdb)
49 $found: negq t0, t1 # e0 : clear all but least set bit
50 and t0, t1, t0 # e1 (stall)
52 and t0, t3, t1 # e0 : bit set iff byte was the char
55 and t0, 0xf0, t2 # e0 : binary search for that set bit
56 and t0, 0xcc, t3 # .. e1 :
57 and t0, 0xaa, t4 # e0 :