Searched refs:n_matches (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/osfmk/x86_64/ |
| H A D | lz4_decode_x86_64.s | 61 #define n_matches %r10 macro 188 mov %rax,n_matches 189 and $0xf,n_matches 190 add $4,n_matches // n_matches in 4..19 242 cmp $19,n_matches 245 cmp $16,n_matches 255 add n_matches,dst // update dst 273 add n_matches,dst // update dst 284 add %rax,n_matches 291 add n_matches,dst // update dst
|
| /xnu-8792.61.2/osfmk/arm64/ |
| H A D | lz4_decode_arm64.s | 58 #define n_matches x5 macro 152 and n_matches,aux1,#0xf // 0000MMMM. n_matches is now 0..15 153 add n_matches,n_matches,#4 // n_matches is now 4..19 202 …add dst,dst,n_matches // dst is updated to be the byte after the match; n_matc… 205 cmp n_matches,#19 207 cmp n_matches,#16
|