Lines Matching refs:in
58 and a2, 7, t10 # ofs of last byte in s1 last word
59 srl a2, 3, a2 # remaining full words in s1 count
134 mskqh t3, t5, t7 # mask garbage in s2
137 srl a3, 3, a3 # remaining full words in s2 count
144 cmpeq a3, 0, t8 # eoc in the first word of s2?
145 cmpbge zero, t7, t7 # eos in the first word of s2?
167 cmpbge zero, t0, t7 # find eos in first s1 word
176 cmpbge zero, t8, t7 # eos in high bits of s2[1]?
177 cmpeq a3, 0, t8 # eoc in s2[1]?
202 cmpbge zero, t0, t7 # .. e1 : eos in current s1 word
205 beq a2, $eoc # .. e1 : eoc in current s1 word
207 cmpbge zero, t2, t4 # .. e1 : eos in s2[1]
214 cmpeq a3, 0, t5 # e0 : eoc in s2[1]
219 or t4, t5, t4 # e0 : eos or eoc in s2[1].
265 and t0, t2, t1 # was bit set in t0 > t1?