Home
last modified time | relevance | path

Searched refs:next_tag (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/libkern/kxld/
H A DWKdmDecompress.c199 char *next_tag = (char *) tempTagsArray; in WKdm_decompress() local
211 printf("next_tag is %u \n", next_tag); in WKdm_decompress()
222 while (next_tag < tags_area_end) { in WKdm_decompress()
223 char tag = next_tag[0]; in WKdm_decompress()
262 next_tag++; in WKdm_decompress()
269 printf("next_tag is %p\n", next_tag); in WKdm_decompress()
H A DWKdmCompress.c120 char* next_tag = (char *) tempTagsArray; in WKdm_compress() local
174 next_tag - (char *) tempTagsArray); in WKdm_compress()
212 next_tag - (char *) tempTagsArray); in WKdm_compress()
225 (WK_word *) ((void *) next_tag), in WKdm_compress()
/xnu-11215.1.10/osfmk/x86_64/
H A DWKdmCompress_new.s194 #define next_tag %r8 macro
211 movq %rdx, next_tag // next_tag always points to the one following the current tag
259 movb $0, -1(next_tag) // *next_tag = ZERO;
266 incq next_tag // next_tag++
286 movb $2, -1(next_tag) // *next_tag = 2 for miss
301 decq next_tag
302 cmpq next_tag, tempTagsArray // &tempTagsArray[0] vs next_tag
320 cmpq %rcx, next_tag // cmp next_tag vs dest_buf
451 movb $3, -1(next_tag) // *next_tag = 3 for exact
461 movb $1, -1(next_tag) // *next_tag = 1 for partial matched
/xnu-11215.1.10/osfmk/arm64/
H A DWKdmCompress_4k.s187 #define next_tag x4 macro
262 mov next_tag, tempTagsArray // &tempTagsArray[0]
300 …strb edx, [next_tag], #1 // *next_tag++ = ZERO; edx is used as input word, and if we are here e…
336 strb eax, [next_tag], #1 // *next_tag++ = 2 for miss
372 cmp next_tag, rcx
487 strb eax, [next_tag], #1 // *next_tag++ = 3 for exact
499 strb ecx, [next_tag], #1 // *next_tag++ = 1 for partial matched
H A DWKdmCompress_16k.s189 #define next_tag x4 macro
264 mov next_tag, tempTagsArray // &tempTagsArray[0]
302 …strb edx, [next_tag], #1 // *next_tag++ = ZERO; edx is used as input word, and if we are here e…
338 strb eax, [next_tag], #1 // *next_tag++ = 2 for miss
374 cmp next_tag, rcx
489 strb eax, [next_tag], #1 // *next_tag++ = 3 for exact
501 strb ecx, [next_tag], #1 // *next_tag++ = 1 for partial matched
H A DWKdmDecompress_4k.s119 #define next_tag x12 macro
349 mov next_tag, scratch // tempTagsArray
370 ldrb w9, [next_tag], #1 // new tag
H A DWKdmDecompress_16k.s119 #define next_tag x12 macro
349 mov next_tag, scratch // tempTagsArray
370 ldrb w9, [next_tag], #1 // new tag