Searched refs:start_next_low_bits (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/osfmk/arm64/ |
| H A D | WKdmCompress_16k.s | 278 #define start_next_low_bits x23 macro 288 mov start_next_low_bits, next_low_bits // remember the start of next_low_bit 527 sub r13, next_low_bits, start_next_low_bits // get # dictionary partial hits 569 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits 621 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits
|
| H A D | WKdmCompress_4k.s | 276 #define start_next_low_bits x23 macro 286 mov start_next_low_bits, next_low_bits // remember the start of next_low_bit 525 sub r13, next_low_bits, start_next_low_bits // get # dictionary partial hits 567 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits 619 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits
|
| /xnu-8792.61.2/osfmk/x86_64/ |
| H A D | WKdmCompress_new.s | 192 #define start_next_low_bits tempLowBitsArray macro 499 subq start_next_low_bits, %r13 544 subq start_next_low_bits, %rax // get bytes consumed by lower-10 bits 604 subq start_next_low_bits, %rax // get bytes consumed by lower-10 bits
|