Lines Matching refs:t0
42 ldq_u t0, 0(a0) # .. e1 : load first quadword
48 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero
54 xor t0, a1, t1 # .. e1 : make bytes == c zero
56 or t2, t3, t0 # e1 : bits set iff char match or zero match
57 andnot t0, t4, t0 # e0 : clear garbage bits
58 bne t0, $found # .. e1 (zdb)
60 $loop: ldq t0, 8(v0) # e0 :
63 xor t0, a1, t1 # .. e1 (ev5 data stall)
64 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0
66 or t2, t3, t0 # e0 :
67 beq t0, $loop # .. e1 (zdb)
69 $found: negq t0, t1 # e0 : clear all but least set bit
70 and t0, t1, t0 # e1 (stall)
72 and t0, t3, t1 # e0 : bit set iff byte was the char
75 and t0, 0xf0, t2 # e0 : binary search for that set bit
76 and t0, 0xcc, t3 # .. e1 :
77 and t0, 0xaa, t4 # e0 :