Lines Matching full:origins
1779 rather than using the values themselves to encode the origins. The
1826 of the function. Net result is, for stack origins, the mechanism
1849 A cache line that contains all zeroes ("no origins") contains no
1996 So having 64-bit origins doesn't really buy you anything, and has
2011 Even on x86, I want to track origins for %AH .. %DH (bits 15:8
2021 size cache, and that accuracy of tracking is limited by origins
2057 or confusion of origins. %AH .. %DH are treated as different
2334 declare it as full of zeroes (unknown origins). */
2369 //// Set the origins for a+0 .. a+7
2424 //// Set the origins for a+0 .. a+3
2460 //// Set the origins for a+0 .. a+3.
2508 //// Set the origins for a+0 .. a+7
2545 //// Clear the origins for a+0 .. a+7.
4848 2 = A and V bit tracking, but no V bit origins
4849 3 = A and V bit tracking, and V bit origins
4852 --track-origins=. Reject the case --undef-value-errors=no
4853 --track-origins=yes as meaningless.
4868 if (0 == VG_(strcmp)(arg, "--track-origins=no")) {
4873 if (0 == VG_(strcmp)(arg, "--track-origins=yes")) {
4951 "--track-origins=yes has no effect when --undef-value-errors=no.\n");
4963 " --track-origins=no|yes show origins of undefined values? [no]\n"
6174 "Use --track-origins=yes to see where "