Lines Matching +full:3 +full:e

15  *	E	- either cluster
53 and $17,255,$1 # E : 00000000000000ch
55 bis $16,$16,$0 # E : return value
58 addq $18,$16,$6 # E : max address to write to
59 bis $1,$2,$17 # E : 000000000000chch
60 insbl $1,2,$3 # U : 0000000000ch0000
61 insbl $1,3,$4 # U : 00000000ch000000
63 or $3,$4,$3 # E : 00000000chch0000
65 xor $16,$6,$1 # E : will complete write be within one quadword?
68 or $17,$3,$17 # E : 00000000chchchch
69 or $2,$5,$2 # E : chchchch00000000
70 bic $1,7,$1 # E : fit within a single quadword?
71 and $16,7,$3 # E : Target addr misalignment
73 or $17,$2,$17 # E : chchchchchchchch
75 nop # E :
76 beq $3,aligned_b # U : target is 0mod8
82 bis $16,$16,$5 # E : Save the address
84 subq $3,8,$3 # E : Invert (for addressing uses)
86 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
88 subq $16,$3,$16 # E : $16 is new aligned destination
89 bis $2,$4,$1 # E : Final bytes
103 sra $18,3,$3 # U : Number of remaining quads to write
104 and $18,7,$18 # E : Number of trailing bytes to write
105 bis $16,$16,$5 # E : Save dest address
106 beq $3,no_quad_b # U : tail stuff only
116 * $3 Number quads to write
119 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop)
120 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
121 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
130 nop # E :
131 nop # E :
132 nop # E :
137 subq $3, 1, $3 # E : For consistency later
138 addq $1, 8, $1 # E : Increment towards zero for alignment
139 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
143 addq $5, 8, $5 # E : Inc address
148 * $3 - number quads left to go
162 subq $3, 24, $2 # E : For determining future wh64 addresses
164 nop # E :
166 addq $5, 128, $4 # E : speculative target of next wh64
169 addq $5, 64, $7 # E : Fallback address for wh64 (== next trip addr)
173 cmovlt $2, $7, $4 # E : Latency 2, extra mapping cycle
178 subq $3, 16, $2 # E : Repeat the loop at least once more?
182 addq $5, 64, $5 # E :
183 subq $3, 8, $3 # E :
189 beq $3, no_quad_b # U : Might have finished already
198 subq $3,1,$3 # E : Decrement number quads left
199 addq $5,8,$5 # E : Inc address
200 bne $3,loop_b # U : more?
206 nop # E :
212 bis $2,$4,$1 # E : Put it all together
220 bis $2,$4,$2 # E : New result
224 bis $2,$4,$1 # E :
246 addq $18,$16,$6 # E : max address to write to
247 bis $16,$16,$0 # E : return value
248 xor $16,$6,$1 # E : will complete write be within one quadword?
251 bic $1,7,$1 # E : fit within a single quadword
253 and $16,7,$3 # E : Target addr misalignment
254 beq $3,aligned # U : target is 0mod8
260 bis $16,$16,$5 # E : Save the address
262 subq $3,8,$3 # E : Invert (for addressing uses)
264 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
266 subq $16,$3,$16 # E : $16 is new aligned destination
267 bis $2,$4,$1 # E : Final bytes
281 sra $18,3,$3 # U : Number of remaining quads to write
282 and $18,7,$18 # E : Number of trailing bytes to write
283 bis $16,$16,$5 # E : Save dest address
284 beq $3,no_quad # U : tail stuff only
294 * $3 Number quads to write
297 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop)
298 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
299 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
308 nop # E :
309 nop # E :
310 nop # E :
315 subq $3, 1, $3 # E : For consistency later
316 addq $1, 8, $1 # E : Increment towards zero for alignment
317 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
321 addq $5, 8, $5 # E : Inc address
326 * $3 - number quads left to go
340 subq $3, 24, $2 # E : For determining future wh64 addresses
342 nop # E :
344 addq $5, 128, $4 # E : speculative target of next wh64
347 addq $5, 64, $7 # E : Fallback address for wh64 (== next trip addr)
351 cmovlt $2, $7, $4 # E : Latency 2, extra mapping cycle
356 subq $3, 16, $2 # E : Repeat the loop at least once more?
360 addq $5, 64, $5 # E :
361 subq $3, 8, $3 # E :
367 beq $3, no_quad # U : Might have finished already
376 subq $3,1,$3 # E : Decrement number quads left
377 addq $5,8,$5 # E : Inc address
378 bne $3,loop # U : more?
384 nop # E :
390 bis $2,$4,$1 # E : Put it all together
398 bis $2,$4,$2 # E : New result
402 bis $2,$4,$1 # E :
426 bis $16,$16,$0 # E : return value
427 addq $18,$16,$6 # E : max address to write to
430 inswl $17,4,$3 # U : 0000c1c200000000
432 xor $16,$6,$1 # E : will complete write be within one quadword?
434 or $2,$5,$2 # E : 00000000c1c2c1c2
435 or $3,$4,$17 # E : c1c2c1c200000000
436 bic $1,7,$1 # E : fit within a single quadword
437 and $16,7,$3 # E : Target addr misalignment
439 or $17,$2,$17 # E : c1c2c1c2c1c2c1c2
442 beq $3,aligned_w # U : target is 0mod8
448 bis $16,$16,$5 # E : Save the address
450 subq $3,8,$3 # E : Invert (for addressing uses)
452 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
454 subq $16,$3,$16 # E : $16 is new aligned destination
455 bis $2,$4,$1 # E : Final bytes
469 sra $18,3,$3 # U : Number of remaining quads to write
470 and $18,7,$18 # E : Number of trailing bytes to write
471 bis $16,$16,$5 # E : Save dest address
472 beq $3,no_quad_w # U : tail stuff only
482 * $3 Number quads to write
485 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop)
486 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
487 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
496 nop # E :
497 nop # E :
498 nop # E :
503 subq $3, 1, $3 # E : For consistency later
504 addq $1, 8, $1 # E : Increment towards zero for alignment
505 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
509 addq $5, 8, $5 # E : Inc address
514 * $3 - number quads left to go
528 subq $3, 24, $2 # E : For determining future wh64 addresses
530 nop # E :
532 addq $5, 128, $4 # E : speculative target of next wh64
535 addq $5, 64, $7 # E : Fallback address for wh64 (== next trip addr)
539 cmovlt $2, $7, $4 # E : Latency 2, extra mapping cycle
544 subq $3, 16, $2 # E : Repeat the loop at least once more?
548 addq $5, 64, $5 # E :
549 subq $3, 8, $3 # E :
555 beq $3, no_quad_w # U : Might have finished already
564 subq $3,1,$3 # E : Decrement number quads left
565 addq $5,8,$5 # E : Inc address
566 bne $3,loop_w # U : more?
572 nop # E :
578 bis $2,$4,$1 # E : Put it all together
586 bis $2,$4,$2 # E : New result
590 bis $2,$4,$1 # E :