Lines Matching refs:next_tag

73 	movl	%ecx, -6272(%ebp)				// a copy of char* next_tag = (char *) tempTagsArray;
111 leal -1111(%ebp), %esi // &next_tag[1]
118 #define next_tag %esi
124 movb $0, -1(next_tag) // *next_tag = ZERO;
127 incl next_tag // next_tag++
148 movb $2, -1(next_tag) // *next_tag = 2 for miss
158 movb $3, -1(next_tag) // *next_tag = 3 for exact
183 decl next_tag
184 cmpl next_tag, %ecx // next_tag vs &tempTagsArray[0]
185 jae L13 // if &tempTagsArray[0] >= next_tag, skip the following WK_pack_2bits
189 // boundary_tmp = WK_pack_2bits(tempTagsArray, (WK_word *) next_tag, dest_buf + HEADER_SIZE_IN_WORDS);
205 cmpl %ecx, next_tag // cmp next_tag vs dest_buf
206 ja L_WK_pack_2bits // if (next_tag > dest_buf) repeat L_WK_pack_2bits
309 movb $1, -1(next_tag) // *next_tag = 1 for partial matched
345 #define next_tag %r8
361 leaq 1(%rax), next_tag // next_tag always points to the one following the current tag
403 movb $0, -1(next_tag) // *next_tag = ZERO;
406 incq next_tag // next_tag++
426 movb $2, -1(next_tag) // *next_tag = 2 for miss
431 incq next_tag // next_tag++
445 decq next_tag
446 cmpq next_tag, tempTagsArray // &tempTagsArray[0] vs next_tag
447 jae L13 // if (&tempTagsArray[0] >= next_tag), skip the following
449 // boundary_tmp = WK_pack_2bits(tempTagsArray, (WK_word *) next_tag, dest_buf + HEADER_SIZE_IN_WORDS);
468 cmpq %rcx, next_tag // cmp next_tag vs dest_buf
469 ja L_pack_2bits // if (next_tag > dest_buf) repeat L_pack_2bits
569 movb $3, -1(next_tag) // *next_tag = 3 for exact
578 movb $1, -1(next_tag) // *next_tag = 1 for partial matched