Home
last modified time | relevance | path

Searched refs:start_next_low_bits (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.81.5/osfmk/arm64/
H A DWKdmCompress_16k.s278 #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 DWKdmCompress_4k.s276 #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-10002.81.5/osfmk/x86_64/
H A DWKdmCompress_new.s192 #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