Lines Matching refs:t0
23 ldq_u t0, 0(a0) # .. e1 : load first quadword
29 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero
35 xor t0, a1, t1 # .. e1 : make bytes == c zero
37 or t2, t3, t0 # e1 : bits set iff char match or zero match
38 andnot t0, t4, t0 # e0 : clear garbage bits
39 bne t0, $found # .. e1 (zdb)
41 $loop: ldq t0, 8(v0) # e0 :
44 xor t0, a1, t1 # .. e1 (ev5 data stall)
45 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0
47 or t2, t3, t0 # e0 :
48 beq t0, $loop # .. e1 (zdb)
50 $found: negq t0, t1 # e0 : clear all but least set bit
51 and t0, t1, t0 # e1 (stall)
53 and t0, t3, t1 # e0 : bit set iff byte was the char
56 and t0, 0xf0, t2 # e0 : binary search for that set bit
57 and t0, 0xcc, t3 # .. e1 :
58 and t0, 0xaa, t4 # e0 :