Lines Matching refs:t0
36 ldq_u t0, 0(a0) # .. e1 : load first quadword
51 xor t0, a1, t1 # .. e1 : make bytes == c zero
55 andnot t3, t4, t0 # e0 : clear garbage bits
58 bne t0, $found # .. e1 (zdb)
62 ldq t0, 8(v0) # e0 :
65 xor t0, a1, t1 # .. e1 (ev5 data stall)
67 cmpbge zero, t1, t0 # e0 : bits set iff byte == c
68 beq t0, $loop # .. e1 (zdb)
71 negq t0, t1 # e0 : clear all but least set bit
72 and t0, t1, t0 # e1 (stall)
73 and t0, 0xf0, t2 # e0 : binary search for that set bit
74 and t0, 0xcc, t3 # .. e1 :
76 and t0, 0xaa, t4 # e0 :