Lines Matching refs:s2
46 xor a0, a1, t2 # are s1 and s2 co-aligned?
54 and a1, 7, t5 # find s2 misalignment
56 addq a1, a2, a3 # s2+count
130 subq a1, t4, a1 # adjust s2 for s1 misalignment
132 subq a3, 1, a3 # last byte of s2
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?
159 ldq_u t2, 8(a1) # load second partial s2 word
162 extql t1, a1, t1 # create first s2 word
166 or t1, t4, t1 # s2 word now complete
168 ornot t1, t8, t1 # kill s2 garbage
172 mskql t3, a1, t8 # mask out s2[1] bits we have seen
176 cmpbge zero, t8, t7 # eos in high bits of s2[1]?
177 cmpeq a3, 0, t8 # eoc in s2[1]?
195 ldq_u t2, 16(a1) # .. e1 : load next s2 high bits
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].