Lines Matching refs:t0
48 ldq_u t0, 0(a0) # load asap to give cache time to catch up
69 ornot t0, t8, t0
82 xor t0, t1, t2 # e0 :
85 ldq_u t0, 8(a0) # .. e1 :
101 xor t0, t1, t2 # e0 :
109 ldq_u t0, 8(a0) # .. e1 :
165 ornot t0, t8, t0 # kill s1 garbage
167 cmpbge zero, t0, t7 # find eos in first s1 word
173 xor t0, t1, t4 # compare aligned words
196 ldq_u t0, 8(a0) # e0 : load next s1 word
202 cmpbge zero, t0, t7 # .. e1 : eos in current s1 word
209 xor t0, t1, t3 # e0 : compare the words
226 ldq_u t0, 8(a0)
235 mskql t0, t10, t0
250 zapnot t0, t7, t0 # kill the garbage
252 xor t0, t1, v0 # ... and compare
259 cmpbge t0, t1, t2 # comparison yields bit mask of ge
260 cmpbge t1, t0, t3
261 xor t2, t3, t0 # bits set iff t0/t1 bytes differ
262 negq t0, t1 # clear all but least bit
263 and t0, t1, t0
265 and t0, t2, t1 # was bit set in t0 > t1?