Lines Matching refs:t1
39 ldq_u t1, 0(a1) # e0 :
52 ornot t1, t3, t1 # e0 :
54 cmpbge zero, t1, t7 # e0 : bits set iff null found
63 xor t0, t1, t2 # e0 :
65 ldq_u t1, 8(a1) # e0 :
69 cmpbge zero, t1, t7 # e0 :
87 ornot t1, t3, t3 # e0 :
94 extql t1, t5, t1 # e0 :
96 cmpbge zero, t1, t7 # .. e1 : find that zero again
110 extql t1, a1, t1 # e0 : create first s2 word
114 or t1, t4, t1 # e0 : s2 word now complete
116 ornot t1, t3, t1 # e0 : kill s2 garbage
120 xor t0, t1, t4 # e0 : compare aligned words
144 extqh t2, a1, t1 # e0 :
146 or t1, t3, t1 # e0 :
148 xor t0, t1, t4 # e0 : compare the words
157 extql t2, a1, t1 # .. e0 :
158 cmpbge zero, t1, t7 # e0 :
173 zapnot t1, t7, t1 # .. e1 :
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?
187 cmovne t1, 1, v0 # .. e1 (zdb)