Lines Matching +full:20 +full:a
32 * Then turn it back into a sign extended 32-bit item
43 * Truncate to a ushort. (took 13 instructions)
46 * split into 2 uints, add those, generating a ulong
47 * add the 3 low ushorts together, generating a uint
48 * a final add of the 2 lower ushorts
71 zapnot $20,15,$20 # U : zero extend incoming csum
96 addq $20,$0,$20 # E : begin summing the words
104 cmpult $20,$0,$0 # E :
105 addq $20,$1,$20 # E :
111 cmpult $20,$1,$1 # E :
112 addq $20,$2,$20 # E : U L U L
114 cmpult $20,$2,$2 # E :
115 addq $20,$3,$20 # E :
116 cmpult $20,$3,$3 # E : (1 cycle stall on $20)
117 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20)
119 cmpult $20,$18,$18 # E :
120 addq $20,$19,$20 # E : (1 cycle stall on $20)
124 cmpult $20,$19,$19 # E :
127 addq $20,$18,$20 # E : U L U L :
128 /* (1 cycle stall on $18, 2 cycles on $20) */
130 addq $0,$20,$0 # E :