Home | History | Annotate | Download | only in helgrind

Lines Matching refs:tno

1310    Word tno, cloff;
1314 for (tno = 0, cloff = 0; tno < N_LINE_TREES; tno++, cloff += 8) {
1315 UShort descr = cl->descrs[tno];
1390 Word tno, cloff;
1391 for (tno = 0, cloff = 0; tno < N_LINE_TREES; tno++, cloff += 8) {
1393 cl->descrs[tno] = normalise_tree( tree );
1409 Word tno, cloff, dstUsed;
1414 for (tno = 0, cloff = 0; tno < N_LINE_TREES; tno++, cloff += 8) {
1415 UShort descr = src->descrs[tno];
5250 UWord cloff, tno, toff;
5256 tno = get_treeno(a);
5258 descr = cl->descrs[tno];
5260 SVal* tree = &cl->svals[tno << 3];
5261 cl->descrs[tno] = pulldown_to_8(tree, toff, descr);
5274 UWord cloff, tno, toff;
5280 tno = get_treeno(a);
5282 descr = cl->descrs[tno];
5284 SVal* tree = &cl->svals[tno << 3];
5285 cl->descrs[tno] = pulldown_to_8(tree, toff, descr);
5300 UWord cloff, tno, toff;
5307 tno = get_treeno(a);
5309 descr = cl->descrs[tno];
5314 SVal* tree = &cl->svals[tno << 3];
5315 cl->descrs[tno] = pulldown_to_16(tree, toff, descr);
5334 UWord cloff, tno, toff;
5341 tno = get_treeno(a);
5343 descr = cl->descrs[tno];
5348 SVal* tree = &cl->svals[tno << 3];
5349 cl->descrs[tno] = pulldown_to_16(tree, toff, descr);
5370 UWord cloff, tno, toff;
5377 tno = get_treeno(a);
5379 descr = cl->descrs[tno];
5382 SVal* tree = &cl->svals[tno << 3];
5383 cl->descrs[tno] = pulldown_to_32(tree, toff, descr);
5404 UWord cloff, tno, toff;
5411 tno = get_treeno(a);
5413 descr = cl->descrs[tno];
5416 SVal* tree = &cl->svals[tno << 3];
5417 cl->descrs[tno] = pulldown_to_32(tree, toff, descr);
5440 UWord cloff, tno;
5448 tno = get_treeno(a);
5450 descr = cl->descrs[tno];
5468 UWord cloff, tno;
5476 tno = get_treeno(a);
5478 descr = cl->descrs[tno];
5499 UWord cloff, tno, toff;
5504 tno = get_treeno(a);
5506 descr = cl->descrs[tno];
5508 SVal* tree = &cl->svals[tno << 3];
5509 cl->descrs[tno] = pulldown_to_8(tree, toff, descr);
5522 UWord cloff, tno, toff;
5528 tno = get_treeno(a);
5530 descr = cl->descrs[tno];
5534 cl->descrs[tno] = pullup_descr_to_16(descr, toff);
5535 /* At this point, the tree does not match cl->descr[tno] any
5541 SVal* tree = &cl->svals[tno << 3];
5542 cl->descrs[tno] = pulldown_to_16(tree, toff, descr);
5562 UWord cloff, tno, toff;
5568 tno = get_treeno(a);
5570 descr = cl->descrs[tno];
5576 SVal* tree = &cl->svals[tno << 3];
5577 cl->descrs[tno] = pulldown_to_32(tree, toff, descr);
5582 cl->descrs[tno] = pullup_descr_to_32(descr, toff);
5583 /* At this point, the tree does not match cl->descr[tno] any
5604 UWord cloff, tno;
5610 tno = get_treeno(a);
5612 cl->descrs[tno] = TREE_DESCR_64;
5634 UWord cloff, tno, toff;
5639 tno = get_treeno(a);
5641 descr = cl->descrs[tno];
5643 SVal* tree = &cl->svals[tno << 3];
5644 cl->descrs[tno] = pulldown_to_8(tree, toff, descr);
6980 UWord tno = get_treeno(b);
6981 UShort descr = copy.descrs[tno];
6983 SVal* tree = &copy.svals[tno << 3];
6984 copy.descrs[tno] = pulldown_to_8(tree, toff, descr);