Searched refs:next_full_patt (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.121.6/libkern/kxld/ |
| H A D | WKdmCompress.c | 119 WK_word* next_full_patt; in WKdm_compress() local 129 next_full_patt = dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16); in WKdm_compress() 135 printf("dest_buf is %u next_full_patt is %u\n", dest_buf, next_full_patt); in WKdm_compress() 181 next_full_patt); in WKdm_compress() 184 next_full_patt - (dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16))); in WKdm_compress() 203 SET_QPOS_AREA_START(dest_buf, next_full_patt); in WKdm_compress() 257 next_full_patt, next_full_patt + num_packed_words); in WKdm_compress() 269 next_full_patt); in WKdm_compress()
|
| /xnu-11417.121.6/osfmk/x86_64/ |
| H A D | WKdmCompress_new.s | 197 #define next_full_patt %rbx macro 250 movq next_full_patt, start_next_full_patt 283 movl %edx, (next_full_patt) // *next_full_patt = input_word; 284 addq $4, next_full_patt // next_full_patt++ 296 movq next_full_patt, %rax // next_full_patt 359 movq next_full_patt, %rdi // next_full_patt 480 cmpq start_next_full_patt, next_full_patt 491 movq next_full_patt, %rax // get # dictionary misses 548 movq next_full_patt, %rdx 609 movq next_full_patt, %rdx
|
| H A D | WKdmDecompress_new.s | 249 #define next_full_patt %r10 macro 300 movl (next_full_patt), %edx // w = *next_full_patt 301 movl (next_full_patt), %eax // w = *next_full_patt 303 addq $4, next_full_patt // next_full_patt++
|
| /xnu-11417.121.6/osfmk/arm64/ |
| H A D | WKdmCompress_4k.s | 191 #define next_full_patt x7 macro 265 …add next_full_patt, dest_buf, #(12+256*scale) // dest_buf + [TAGS_AREA_OFFSET + (num_input_words… 289 mov start_next_full_patt, next_full_patt // remember the start of next_full_patt 332 str edx, [next_full_patt], #4 // *next_full_patt++ = input_word; 345 sub rax, next_full_patt, dest_buf // next_full_patt - dest_buf 400 mov rdi, next_full_patt // next_full_patt 514 cmp start_next_full_patt, next_full_patt // check if any dictionary misses in page 525 sub rax, next_full_patt, start_next_full_patt // get # dictionary misses 576 sub rdx, next_full_patt, start_next_full_patt // get bytes consumed by dictionary misses 628 sub rdx, next_full_patt, start_next_full_patt // get bytes consumed by dictionary misses
|
| H A D | WKdmCompress_16k.s | 193 #define next_full_patt x7 macro 267 …add next_full_patt, dest_buf, #(12+256*scale) // dest_buf + [TAGS_AREA_OFFSET + (num_input_words… 291 mov start_next_full_patt, next_full_patt // remember the start of next_full_patt 334 str edx, [next_full_patt], #4 // *next_full_patt++ = input_word; 347 sub rax, next_full_patt, dest_buf // next_full_patt - dest_buf 402 mov rdi, next_full_patt // next_full_patt 516 cmp start_next_full_patt, next_full_patt // check if any dictionary misses in page 527 sub rax, next_full_patt, start_next_full_patt // get # dictionary misses 578 sub rdx, next_full_patt, start_next_full_patt // get bytes consumed by dictionary misses 630 sub rdx, next_full_patt, start_next_full_patt // get bytes consumed by dictionary misses
|