Lines Matching refs:t0
37 ldq_u t0, 0(a0) # e0 : give cache time to catch up
53 ornot t0, t3, t0 # .. e1 :
63 xor t0, t1, t2 # e0 :
66 ldq_u t0, 8(a0) # .. e1 :
95 extql t0, a0, t0 # e0 :
113 ornot t0, t3, t0 # .. e1 : kill s1 garbage
115 cmpbge zero, t0, t7 # .. e1 : find zero in first s1 word
120 xor t0, t1, t4 # e0 : compare aligned words
140 ldq_u t0, 8(a0) # e0 : load next s1 word
145 cmpbge zero, t0, t7 # .. e1 : find zero in current s1 word
148 xor t0, t1, t4 # e0 : compare the words
156 ldq_u t0, 8(a0) # e1 :
172 zapnot t0, t7, t0 # e0 : kill the garbage
174 xor t0, t1, v0 # e0 : and compare
180 cmpbge t0, t1, t2 # e0 : comparison yields bit mask of ge
181 cmpbge t1, t0, t3 # .. e1 :
182 xor t2, t3, t0 # e0 : bits set iff t0/t1 bytes differ
183 negq t0, t1 # e1 : clear all but least bit
184 and t0, t1, t0 # e0 :
186 and t0, t2, t1 # e0 : was bit set in t0 > t1?