Lines Matching full:17
36 xor $16, $17, $1 # E : are source and dest alignments the same?
52 ldbu $1, 0($17) # L : grab a byte
54 addq $17, 1, $17 # E : src++
68 ldq $1, 0($17) # L : get 8 bytes
70 addq $17, 8, $17 # E : src += 8
87 ldq $6, 0($17) # L0 : bytes 0..7
91 ldq $4, 8($17) # L : bytes 8..15
92 ldq $5, 16($17) # L : bytes 16..23
96 ldq $3, 24($17) # L : bytes 24..31
101 addq $17, 32, $17 # E : src += 32 bytes
116 ldq $6, 0($17) # L : bytes 0..7
117 ldq $4, 8($17) # L : bytes 8..15
122 ldq $5, 16($17) # L : bytes 16..23
123 ldq $3, 24($17) # L : bytes 24..31
127 addq $17, 32, $17 # E : src += 32
146 ldq $1, 0($17) # L : fetch 8
148 addq $17, 8, $17 # E : src += 8
166 ldbu $1, 0($17) # L : fetch a byte
167 addq $17, 1, $17 # E : src++
189 ldbu $1, 0($17) # L : fetch a byte
191 addq $17, 1, $17 # E : src++
202 ldq_u $3, 0($17) # L : seed (rotating load) of 8 bytes
206 ldq_u $16, 8($17) # L : Fetch next 8
207 extql $3, $17, $3 # U : masking
208 extqh $16, $17, $1 # U : masking
212 addq $17, 8, $17 # E : src += 8
228 ldbu $1, 0($17) # L : fetch 1
230 addq $17, 1, $17 # E : src++