Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/x86_64/
H A DWKdmCompress_new.s188 #define start_next_full_patt 80(%rsp) macro
250 movq next_full_patt, start_next_full_patt
480 cmpq start_next_full_patt, next_full_patt
492 subq start_next_full_patt, %rax
549 subq start_next_full_patt, %rdx // get bytes consumed by dictionary misses
610 subq start_next_full_patt, %rdx // get bytes consumed by dictionary misses
/xnu-10002.81.5/osfmk/arm64/
H A DWKdmCompress_16k.s276 #define start_next_full_patt x21 macro
286 mov start_next_full_patt, next_full_patt // remember the start of next_full_patt
511 cmp start_next_full_patt, next_full_patt // check if any dictionary misses in page
522 sub rax, next_full_patt, start_next_full_patt // get # dictionary misses
573 sub rdx, next_full_patt, start_next_full_patt // get bytes consumed by dictionary misses
625 sub rdx, next_full_patt, start_next_full_patt // get bytes consumed by dictionary misses
H A DWKdmCompress_4k.s274 #define start_next_full_patt x21 macro
284 mov start_next_full_patt, next_full_patt // remember the start of next_full_patt
509 cmp start_next_full_patt, next_full_patt // check if any dictionary misses in page
520 sub rax, next_full_patt, start_next_full_patt // get # dictionary misses
571 sub rdx, next_full_patt, start_next_full_patt // get bytes consumed by dictionary misses
623 sub rdx, next_full_patt, start_next_full_patt // get bytes consumed by dictionary misses