Lines Matching full:18
47 zap $18, 0x80, $5 # U : Bound length
48 beq $18, $not_found # U :
53 cmpult $18, 9, $4 # E : small (< 1 quad) string?
74 # $18 = 6
77 negq $18, $6 # E :
79 srl $3, $6, $6 # U : $6 = mask of $18 bits set
123 # Deal with the case where $18 > 8 bytes remain to be
136 subq $5, 1, $18 # E : U L U L
139 # Make $18 point to last quad to be accessed (the
141 andnot $18, 0x7, $18 # E :
142 cmpult $0, $18, $2 # E :
147 subq $18, $0, $4 # E : $4 <- nr quads to be processed
172 cmpult $6, $18, $6 # E :
181 $final: subq $5, $0, $18 # E : $18 <- number of bytes left to do
184 bne $18, $last_quad # U :