Lines Matching refs:E

64 	lda	t2, -1		# E : build a mask against false zero
67 ornot t1, t2, t2 # E : (stall)
70 cmpbge zero, t2, t7 # E : bits set iff null found
71 or t0, t3, t0 # E : (stall)
89 addq a0, 8, a0 # E :
90 subq a2, 1, a2 # E :
94 addq a1, 8, a1 # E :
95 cmpbge zero, t0, t7 # E :
110 negq t7, t8 # E : find low bit set
111 and t7, t8, t8 # E : (stall)
114 and t8, 0x80, t6 # E : (stall)
120 subq t8, 1, t6 # E :
121 or t8, t6, t7 # E : (stall)
136 or t10, t7, t7 # E :
144 lda t2, -1 # E :
145 xor a0, a1, t1 # E :
146 and a0, 7, t0 # E : find dest misalignment
147 nop # E :
150 and t1, 7, t1 # E :
151 cmovlt a2, t2, a2 # E : bound count to LONG_MAX (stall)
152 nop # E :
154 addq a2, t0, a2 # E : bias count by dest misalignment
155 subq a2, 1, a2 # E : (stall)
156 and a2, 7, t2 # E : (stall)
157 lda t10, 1 # E :
161 nop # E :
166 addq a1, 8, a1 # E :
193 addq a1, 8, a1 # E :
197 or t1, t4, t1 # E : first aligned src word complete (stall)
199 or t0, t1, t0 # E : first output word complete (stall)
200 or t0, t6, t6 # E : mask original data for zero test (stall)
202 cmpbge zero, t6, t7 # E :
204 lda t6, -1 # E :
210 or t6, t2, t2 # E :
212 cmpbge zero, t2, t7 # E : find nulls in second partial
213 addq a0, 8, a0 # E :
214 subq a2, 1, a2 # E :
222 addq a1, 8, a1 # E :
225 cmpbge zero, t2, t7 # E :
245 or t0, t1, t0 # E : current dst word now complete
246 subq a2, 1, a2 # E : decrement word count
248 addq a0, 8, a0 # E :
253 addq a1, 8, a1 # E :
256 cmpbge zero, t2, t7 # E : test new word for eos
270 or t0, t1, t0 # E : first (partial) source word complete
272 cmpbge zero, t0, t7 # E : is the null in this first bit? (stall)
276 addq a0, 8, a0 # E :
277 subq a2, 1, a2 # E :
282 cmpbge zero, t0, t7 # E :
283 or t7, t10, t6 # E : (stall)
284 cmoveq a2, t6, t7 # E : Latency=2, extra map slot (stall)
291 negq t7, t6 # E : isolate low bit set
292 and t6, t7, t8 # E : (stall)
293 and t8, 0x80, t6 # E : avoid dest word load if we can (stall)
297 subq t8, 1, t6 # E :
298 or t6, t8, t7 # E : (stall)
302 or t0, t1, t0 # E : (stall)
313 and a1, 7, t6 # E :
315 and t6, 0xff, t6 # E : (stall)
321 or t1, t0, t1 # E : (stall)
323 1: cmpbge zero, t1, t7 # E :
327 or t10, t7, t7 # E :
335 and a0, 7, t4 # E : find dest misalignment
336 and a1, 7, t5 # E : find src misalignment
339 mov zero, t0 # E :
341 mov zero, t6 # E :
344 lda t6, -1 # E :
349 1: subq a1, t4, a1 # E : sub dest misalignment from src addr
354 cmplt t4, t5, t8 # E :
356 lda t2, -1 # E : for creating masks later
360 cmpbge zero, t1, t7 # E : is there a zero?
362 or t7, t10, t5 # E : test for end-of-count too
364 cmpbge zero, t2, t3 # E :
365 cmoveq a2, t5, t7 # E : Latency=2, extra map slot
366 nop # E : keep with cmoveq
367 andnot t7, t3, t7 # E : (stall)
375 negq t7, t6 # E : build bitmask of bytes <= zero
378 and t6, t7, t8 # E :
379 subq t8, 1, t6 # E : (stall)
380 or t6, t8, t7 # E : (stall)
384 andnot t0, t2, t0 # E : zero place for source to reside
385 or t0, t1, t0 # E : and put it there (stall both t0, t1)